viug5 Posted April 28, 2016 Share Posted April 28, 2016 Hi all!I have interactive report. In a web view of JasperServer Community I can sort data in the report, but when I try to do it when I get report via rest - I can't.I use this query: host_name/jasperserver/rest_v2/reports/reports/interactive/CustomersReport.html?page=1&interactive=trueSo can I use interactivity with JasperServer Community and Rest?Thanks! Link to comment Share on other sites More sharing options...
elizam Posted April 28, 2016 Share Posted April 28, 2016 Have you looked at the documentation, specifically:http://community.jaspersoft.com/documentation/tibco-jasperreports-server-visualizejs-guide/v62/api-reference-visualizejs#Sorting_Table_Columns Link to comment Share on other sites More sharing options...
hozawa Posted April 29, 2016 Share Posted April 29, 2016 Visualize.js is only available on commercial version and not on community version.If you need interactively with the community version, you'll have to implement it yourself. It's actually not that difficult and it's also possible to add interactivy to regular report and not just to list and table components. I often just add a filter entry field to a page with predefined columns instead of making users enter filter conditions on each column - having filter conditions on each column have advantages but for most of my users needs, this is just adding complexity. Link to comment Share on other sites More sharing options...
viug5 Posted April 29, 2016 Author Share Posted April 29, 2016 Yes. I read about Visualize.js for commerical edition.But I can use interactivity in web view of Jasper Server, so maybe I have different concept of interactivity in my head.Here is example form Jasper Server Web View:/sites/default/files/images/example(6).pngI can implement it only with Visualize.js or by myself, its correct? 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