Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi , I want to replicate the below excel formula in Qliksense. can anyone pl help ?
' =IF(AND(A4=A3,C4-C3<=1),"1DR","Unique") '
Hi,
Try below
=if(A4=A3 and C4-C3 <=1, '1DR','Unique')