Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
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