techiebrandon Posted September 9, 2010 Share Posted September 9, 2010 I am working with JasperServer Pro 3.0.0, working through my first Ad hoc reports. I have some tables specified in the database which the domain engine does not seem to see completely, and I cannot find any documentation to suggest why. My tables have many columns; two of which, NAME and DESCRIPTION, that are not visible or usable when creating the Domain component to be used during the creation of the ad hoc report. I tried to continue forward with the creation, assuming that these were special keyword columns in JasperServer and maybe a join on them was not acceptable, however when picking the measure and group during the final stages of ad hoc report creation they are still not accessible.I can query the DB directly and get all my columns, and in other jrxml-based reports I can query using these fields. I am at a loss as to what I am doing wrong, any direction or references are welcome! Link to comment Share on other sites More sharing options...
techiebrandon Posted September 14, 2010 Author Share Posted September 14, 2010 Found this to be an issue with JasperServer 3.0 when table columns are of type varchar2. JasperServer does not understand this column type, must create custom view for JS to see columns. 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