Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi Timmy,
Could try that one ;
=sum({<Dos_Age={"<= 180"}>}(PayedAfterCli_Am + I3DV))
Best Regards,
Önder
Hi Timmy,
Could try that one ;
=sum({<Dos_Age={"<= 180"}>}(PayedAfterCli_Am + I3DV))
Best Regards,
Önder
TNX!!! Works Perfect