SAIKU UI SHARE GLOBAL VARIABLE BETWEEN VIEWS

29 Views Asked by At

I am working on a project that runs queries based on some filters. I want the users to be able to view their selected values when hovering over a particular filter in the filterView. The options are selected from a pop up selectOptions view. How do I share a variable that contains the selected options between the two views once the selectOptions pop up view has been closed?

1

There are 1 best solutions below

1
Do Thanh Dat On

You can use hidden input to keep your data for the next step