Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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