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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
timmy
Partner - Contributor III
Partner - Contributor III

Set Analysis problem

Hey,

Can anybody help me to transform this into a set analysis?

sum(if(Dos_Age <= 180,(PayedAfterCli_Am + I3DV),0))

the problem is that i cant use the <= in the set because the '<' sign will make my formale be incorrected

is there a way to input the '<='

???

tnx

Timmy



1 Solution

Accepted Solutions
Not applicable

Hi Timmy,

Could try that one ;


=sum({<Dos_Age={"<= 180"}>}(PayedAfterCli_Am + I3DV))


Best Regards,

Önder

View solution in original post

2 Replies
Not applicable

Hi Timmy,

Could try that one ;


=sum({<Dos_Age={"<= 180"}>}(PayedAfterCli_Am + I3DV))


Best Regards,

Önder

timmy
Partner - Contributor III
Partner - Contributor III
Author

TNX!!! Works Perfect