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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

If function and hopefully explantaion

Hello I have a problem where I have a list of ID's and I only want the numerator for one so i have tried this expression

=if(match([Indicator ID]=220,sum(TOTAL(Numerator)))

but there is something wrong with the IF function, could anyone give me a solution and possibly an explantion of how IF functions work so that I could understand as I am being confused by it?

Thanks in advance for any answers

1 Solution

Accepted Solutions
sunny_talwar

Try this:

=Sum({<Indicator = {220}>} Numerator)

or

=Sum(TOTAL {<Indicator = {220}>} Numerator)

View solution in original post

1 Reply
sunny_talwar

Try this:

=Sum({<Indicator = {220}>} Numerator)

or

=Sum(TOTAL {<Indicator = {220}>} Numerator)