Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Expression Syntax

I am trying to limit my expression to a particular situation as follows:

  RangeSum(Above(total Sum(Amount) , 0, 12), [Generic Drug Indicator] = 'YES')

This does not filter the results with the 'Generic Drug Indicator' with the value remaining the same without this.  Can you kindly suggest the correct syntax for this expression.

Regards.

1 Solution

Accepted Solutions
sunny_talwar

May be this:

RangeSum(Above(TOTOAL Sum({<[Generic Drug Indicator] = {'YES'}>}Amount) , 0, 12))

View solution in original post

3 Replies
sunny_talwar

May be this:

RangeSum(Above(TOTOAL Sum({<[Generic Drug Indicator] = {'YES'}>}Amount) , 0, 12))

Anonymous
Not applicable
Author

Many thanks Sunny, most appreciated

sunny_talwar

Not a problem. I am glad I have been helpful all day today