i want to use toggle functionality using visualize.js

I want dril-down report using visualize.js.

Is it possible to open report like toggle functionality in Visualize.js ?

like

id name count

1  k         2

2  b          34

 

now click on 2 count new report open below 2.

and click on 32 new report will open below 34.

 

kchavda's picture
69
Joined: Jun 15 2015 - 5:08am
Last seen: 6 years 5 months ago

1 Answer:

Have you tried adding plot bands? Then you can add a click event to 2 and 32 and use Visualize to pass a parameter back to Jasper that "unhides" the plot band.

jclarke_1's picture
467
Joined: Feb 9 2015 - 9:09am
Last seen: 6 years 1 month ago
Feedback
randomness