Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How can i write the below statement in qliksense as iam not able to do it. It would be great if some one can help me on this.
COALESCE(SUM(LAST MONTH_AMOUNT),0) AS Payment;
Thanks in Advnace.
J
if(SUM(LAST MONTH_AMOUNT)=0,LAST MONTH_AMOUNT)