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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
suvechha_b
Creator III
Creator III

How to get the total count with set analysis expression ?

Hi All ,

How to work the total value of the count in the below expression - with set analysis -

if([Grand Total]<='250000', Count(Distinct UW_MONTH_CLAIM_TOTAL_KEY)) and 

How to get the Total correct -

if([Grand Total] <= '250000', (Sum([Latest Total Gross Paid]) + Sum([Latest Total Gross Outstanding])) ) 

Total.PNG

 

Thanks in Advance

Suvechha

1 Solution

Accepted Solutions
bramkn
Partner - Specialist
Partner - Specialist

sum({<[Grand Total]={"<=250000"}>}....)

Is this what you try to do?

Or do you want sum(TOTAL .......)

View solution in original post

1 Reply
bramkn
Partner - Specialist
Partner - Specialist

sum({<[Grand Total]={"<=250000"}>}....)

Is this what you try to do?

Or do you want sum(TOTAL .......)