Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello I put a KPI in dashboard write this formula but it did not bring any results. Can someone explain why it did not work?
=Avg({$<INTERESTRATE<=1.42>}INTERESTRATE)
I want to find average interest rate for interest rates below or equal to 1.42 .
=Avg({$<INTERESTRATE={"<=1.42"}>}INTERESTRATE)
your formula works when 1.42 changed to 1,42. Thanks.
=Avg({$<INTERESTRATE={"<=1,42"}>}INTERESTRATE)
=Avg({$<INTERESTRATE={"<=1.42"}>}INTERESTRATE)
Qlik Sense says your function is correct but gives no result.
If i write in this form it gives correct result : =avg(if(INTERESTRATE<1.42,INTERESTRATE))
your formula works when 1.42 changed to 1,42. Thanks.
=Avg({$<INTERESTRATE={"<=1,42"}>}INTERESTRATE)