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

Bookmarks in set analysis with reduce datasets from publisher

I have a document bookmark with a list of product numbers in it.  I am using that bookmark with set analysis.  This works fine in the corporate version, but when I use publisher to provide reduced dataset versions for the field and those reduced versions of the dataset do not have any of the product numbers associated with my bookmark in their datasets then the bookmark does not find any of the products and I get a full set of data in my calculation.

My expression is: sum({$ * BM29} [Extended Price])  I am expecting a result of zero when there are no products found in the reduced set; however, I am getting the sum of extended price for all products instead.  Any ideas on how to get this to work?

1 Reply
Not applicable
Author

I'm not sure, but maybe you could try

sum({BM29} [Extended Price])

instead?