I'm showing the data from a collection through a report widget and i'm printing graphs Querying the same collection, i want to refresh this charts with the filtered information from the widget, even is one filter selected or more.
thanks and regards
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum+unsubscribe@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at https://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/0dd0d09b-51f5-446b-8da0-e5dfe5c1995c%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.
I am filtering with the report widgets filters but i am querying the whole collection for the charts, I would like to get the data from the report or the way i found, which is not so quickly and efficient, get the active filters and then use It in pipes for the query or in the Javascript chart code.
Just looking for a direct way or a smart way.
Thanks and regards