Skip to main content

Hello all,

I know discussion title is confusing.

We have our dashboards embedded on our website through API.

Users can filter data various ways. We have some drop down filters and also action filters.

What user wants is after filtering desired data, they want to save that selection for next time.

Is there any way I can export the current values of different fields ?

 

For example, if user filters data for country CANADA through action filter and then filters data for customer A and customer B.

Then user will click some kind of button called "save filters" and I want to insert values in some table. Values be like Country =CANADA, Customer = A and B, other filters will be all.

For future filtering, I can achieve it through customSQL.

All I am looking for is the way to get the current filtered values and export it to user table.

 

Is this possible?

6 answers
  1. Dec 22, 2015, 9:52 PM

    you can use the "remember my changes" option within the built-in toolbar, or you could enable the "remember my changes" via the javcascript api.  What this let's users do is to set their filters and then save so that next time they come back in, then they can go to the saved view.

     

    built-in toolbar

    you can use the

     

    javascript api

    CustomViewEvent Class

     

    cv2.png

0/9000