Can I use interactivity with JasperServer Community and Rest?

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=true

So can I use interactivity with JasperServer Community and Rest?

Thanks!

viug5's picture
10
Joined: Apr 25 2016 - 4:59am
Last seen: 6 years 10 months ago

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:

I can implement it only with Visualize.js or by myself, its correct?

viug5 - 6 years 10 months ago

2 Answers:

Have you looked at the documentation, specifically:

http://community.jaspersoft.com/documentation/tibco-jasperreports-server...

elizam's picture
14006
Joined: Mar 5 2012 - 9:19am
Last seen: 2 years 7 months ago

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.

hozawa's picture
169987
Joined: Apr 24 2010 - 4:31pm
Last seen: 3 years 9 months ago
Feedback