Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to get previous selection of a list box?


HI all,

I have a listbox.

Color
Blue
Black
Orange
Green
Red
Yellow

And 2 text objects, one showing the current selection of color and the other showing the previous selection.

So is it possible to get the previous selection, without using macro?

Kindly suggest.

6 Replies
qlikviewwizard
Master II
Master II

You can achieve by using :

1) Set Analysis

2) Click on BACK

3) Bookmark

Hope this will help you.

sunny_talwar

May be this:

=Only({$1} Color) for one selection

or

=Concat({$1} Color, ', ') for multiple selections

Anonymous
Not applicable
Author

Thank you Sunny for the solution.

The problem with my application is that a particular trigger is causing set analysis to fail. Because of this particular trigger (which sets a variable dynamically), which i cant remove, $ and $1 are showing same result.

sunny_talwar

Would you be able to share a sample? Without looking at it, won't be able to provide much help.

As a second thought, may be try this {$2} or {$3}

Anonymous
Not applicable
Author

Thank you. It worked at {$10}

oknotsen
Master III
Master III

If your question is now answered, please flag the Correct Answer (and possible Helpful Answer).

If not, please make clear what part of your question still needs help.

May you live in interesting times!