Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to keep previous bookmark data when replacing a bookmark?

I have a bookmark BM01 which stores the selections:  ProductID = { 1 , 2 , 3 }

Now I want to replace this bookmark with a new selection: ProductID = { 4 ,5 , 6 } but i want to still keep the selection ProductID = { 1 , 2 , 3 } as well.

So, I want my new BM01 to be: ProductID = { 1 , 2 , 3 , 4 , 5 , 6 }.

How can I do this?

Thank you!

1 Solution

Accepted Solutions
jagan
Luminary Alumni
Luminary Alumni

Hi,

For second previous selection use {$2}, for third previous selectin use {$3}, ...n.

Please close the discussion by giving Correct and Helpful answers to the useful posts, if your requirement is solved it helps others in finding the correct answers.

Regards,

Jagan.

View solution in original post

4 Replies
jagan
Luminary Alumni
Luminary Alumni

Hi,

Try like this

==Sum({$1} MeasureName) + Sum(MeasureName)

$1 for Previous Selections

Regards,

Jagan.

Not applicable
Author

Hi.

It works. Thanks a lot.

But is it possible to do this for more than 2 consecutive selections?

i.e. if I want to keep adding more and more selections while preserving all the old ones?

Thanks!

jagan
Luminary Alumni
Luminary Alumni

Hi,

For second previous selection use {$2}, for third previous selectin use {$3}, ...n.

Please close the discussion by giving Correct and Helpful answers to the useful posts, if your requirement is solved it helps others in finding the correct answers.

Regards,

Jagan.

Not applicable
Author

Works. Thanks!