fabio.hunziker Posted September 1 Share Posted September 1 Hi there,I am working on a Project in Jaspersoft Studio. One requirement is, that in one column, instead of just text there should be a dropdown list in each cell filled with data from the database.I have looked basically everywhere but have not found an answer yet.Does anyone know how to solve this problem? Link to comment Share on other sites More sharing options...
anish.rai Posted September 1 Share Posted September 1 Thank you for posting to the Jaspersoft Community. Our team of experts has read your question and we are working to get you an answer as quickly as we can. If you have a Jaspersoft Professional Subscription plan, please visit https://support.tibco.com/s/ for direct access to our technical support teams offering guaranteed response times. Link to comment Share on other sites More sharing options...
Scott Andesen Posted September 27 Share Posted September 27 There are a subset of Excel properties supported by Jaspersoft's Excel exporter. This does not include the properties associated with data validation.A list of those properties is found here: https://jasperreports.sourceforge.net/config.reference.htmlYou may be able to create a custom exporter that will implement these properties. You would need to write java code to implement this custom java class. Unbderstand this is a complex extension of Jaspersoft. The links below may be helpful.The Excel properties around data validation are discussed here: https://docs.devexpress.com/OfficeFileAPI/DevExpress.Spreadsheet.DataValidationJasperReports JAVA API is here: https://jasperreports.sourceforge.net/api/index.html Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now