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: 
Not applicable

How to write in Set Analysis

Hi All,

Though its Friday, but still I am here to bug and buzz.

How do i write this following statement in set analysis,

sum(total if(FACT_TYPE='Current' AND FLAG_HEALTH_REPORT='1' AND STAGE<> 'Lost' AND STAGE <> '-' AND STAGE <> 'Expired' AND STAGE <>'Design Win' AND STAGE <> 'Project Cancelled',TOTAL_VALUE))

Thanks,

Bikash

1 Solution

Accepted Solutions
Not applicable
Author

can y try this one

sum({<FACT_TYPE={'Current'},FLAG_HEALTH_REPORT={1} ,STAGE-= {'Lost','-','Expired','Design Win','Project Cancelled'} >}TOTAL_VALUE))

View solution in original post

1 Reply
Not applicable
Author

can y try this one

sum({<FACT_TYPE={'Current'},FLAG_HEALTH_REPORT={1} ,STAGE-= {'Lost','-','Expired','Design Win','Project Cancelled'} >}TOTAL_VALUE))