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

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