Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
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