Skip to main content
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.