Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi Sweta,
If i understood you correctly, you can achieve this by using '$1' identifier in expressions which gets you previous selections' results.