Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Set Analysis with modifier

I have the following calculated dimension:

Screen Shot 2016-01-16 at 00.56.28.png

i need to add the following set modifier to the expression:

[New Product Indicator] = 'YES'

How can the above calculated dimension be modified to accommodate the above?

Regards.

1 Solution

Accepted Solutions
sunny_talwar

May be this:

=Aggr(If(Rank(Sum({<[New Product Indicator] = {'YES'}>} Amount)) <= 20, [Drug Name]), [Drug Name])

View solution in original post

2 Replies
sunny_talwar

May be this:

=Aggr(If(Rank(Sum({<[New Product Indicator] = {'YES'}>} Amount)) <= 20, [Drug Name]), [Drug Name])

Anonymous
Not applicable
Author

Thanks Sunny