Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
swetasingh
Partner - Contributor III
Partner - Contributor III

Functionality to save present as well previous selections in a table

Hello, 

I have a qliksense dashboard which takes user inputs to return a score. Presently, the user input along with score are getting saved in a table using getcurrentselections() from where the user can download the data. 

I want to add a functionality in my present dashboard, where after selections if user wants to return score for different inputs, he clicks on add data option and which resets all current selections inputs but the table saves both previous and current selections. I want to give the user the option to add multiple data and save all inputs in a table. 

Not sure if there is any specific function to do ? Can anyone please guide. Thanks

 

Labels (2)
1 Reply
mfarsln
Creator II
Creator II

Hi Sweta,

If i understood you correctly, you can achieve this by using '$1' identifier in expressions which gets you previous selections' results.