We are trying to leverage Skuid pages for dashboards/reports/data visualization:
1) We would like to know exciting ideas/working examples on this topic.
2) We have a Skuid page with different types of charts, tables etc each driven by different skuid models (but from same SF object as of now). I would like to have a filters at the top of page which are applicable for all the components on page. Please let me know a better way of doing this.
3) Here is what we have done so far. We have a table with model (We call it as a master model) where we have added filters. Currently, we are trying with multi-select filter. We have other tables/charts with different models.
One of the condition on each of these models is: Name is in the set of Name values returned by Master Model. The condition source is ‘Field from another Model’ and is set as ‘Filterable default off’. I am re-querying these models when the filter is applied on the master table. This is configured in action framework. When master model is queried, I am activating above ‘Name’ condition and then querying other models. However this does not work. When I checked in console, I noticed that the condition does not refresh with the new Name values from master model. It works when I refresh page though. Also, I cannot leverage ‘Activate and set value of condition’ in action framework as there isn’t option to set condition values (multiple values) from another model.
Currently, I have workaround for this. I created ‘filterable default off’ condition on the other models for the field which is used in filter (multi-select filter which I am referring above) on master table. I coded snippet where I access system generated condition associated with the filter and thus it’s selected values and pass those values to the conditions on other models and activate them. I call this snippet from action framework every time master model is queried. I don’t use ‘Name’ condition. This works great. However the issue is this solution might not be scalable and had to add code for all the filters and all the models. Please let me know how I can make use of ‘Name’ condition.
Question
Skuid Pages for Dashboards/Data Visualization & analytics (Master filter for all tables/charts)
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
