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

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
Partner - Champion III
Partner - Champion III

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
Partner - Champion III
Partner - Champion III

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
Partner - Champion III
Partner - Champion III

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!