sottersen Posted November 17, 2014 Posted November 17, 2014 I have a query that includes the following function call: round(ratio_to_report(count(*)) over(partition by oh.parent_organization_id) * 100,2)||'%' percentageIt runs fine in SQL Developer but will not compile when I attempt to include it in my sql query in the reporting tool. Is there something I need to do to allow Jaspersoft Studio to recognize the function? Please advise.
sottersen Posted November 26, 2014 Author Posted November 26, 2014 it seems that even though the query shows an error, the sql will still run and return the desired results
sottersen Posted November 26, 2014 Author Posted November 26, 2014 it it seems that even though the query shows an error, the sql will still run and return the desired results
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