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

Set Analysis - Bookmark

Hi All,

I've got a tabe of three dims: Rep. Product, Price. I've created a bookmark which selects a group of sales reps. How can I put the bm into a set expression to keep expression being affected by selection of other two dimesions?

Thanks,

Przemek

1 Solution

Accepted Solutions
orital81
Partner - Creator III
Partner - Creator III

You can use the Set Analysis Wizard, There you will find how to set the calculation

based on the intersection between the current selection and the bookmark

This is what you get : Sum({$*BM01}Price)

If you want to explore more you will find the Wizard here:

http://tools.qlikblog.at/SetAnalysisWizard/QlikView-SetAnalysis_Wizard_and_Generator.aspx

View solution in original post

4 Replies
jagan
Partner - Champion III
Partner - Champion III

Hi,

You can use the bookmarks in set anlaysis like below

=Sum( {($ + MyBookMark)} Price)

Regards,

Jagan.

Not applicable
Author

Found it in the manual - {$*BM}! Sorry for bothering.

orital81
Partner - Creator III
Partner - Creator III

You can use the Set Analysis Wizard, There you will find how to set the calculation

based on the intersection between the current selection and the bookmark

This is what you get : Sum({$*BM01}Price)

If you want to explore more you will find the Wizard here:

http://tools.qlikblog.at/SetAnalysisWizard/QlikView-SetAnalysis_Wizard_and_Generator.aspx

jagan
Partner - Champion III
Partner - Champion III

Hi,

Try this

=Sum( {$<Rep= P({RepBookmark} Rep)>} Price * ProductQty)

Regards,

Jagan.