Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Arrows

Back takes users to previous rendering OR last screen if they haven't altered any of the filters

3 Replies
sushil353
Master II
Master II

It returns you at previous selections..

Not applicable
Author

how can i implement?

tresesco
MVP
MVP

Selections from the Back stack can be used as set identifiers, by use of the dollar symbol: $1 represents the previous selection, that is, it is equivalent to pressing the Back button.

sum( {$1} Sales ) ->returns sales for the previous selection.