Visualize.JS: Can we run a report in one page and later render the generated report in other page

Hi Experts,

We have a scenario where we have to initiate an asynchronous running of a report in one UI page and later (any time once it is completed, probably after few days), when it is completed, we need to render that report in other page.

I am not able to create the visual.js report instance for the above completed report instance so that I can render it.

Please tell me how to do this. Can we render a completed report instance later using visual.js with out running it again? Is there a way to create visualize.js report instance for completed report instance to render it with out running it? 

 

Thanks,

Sampathi G 

sampath516's picture
Joined: Jul 9 2016 - 2:28am
Last seen: 5 years 6 months ago

1 Answer:

If the Visualize.js report changes after a few days (from the initial rendering) then you are going to need to rerun it again for it to render any changed information. Is there a particular reason you don't want it to re-run at a later time? You could code a function to either set a specific time or trigger by a method (action) to rerun this report and render it in your secondary page.

dpetzold's picture
315
Joined: May 12 2014 - 10:47am
Last seen: 5 years 7 months ago
Feedback