Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Qlik Users,
I would like to write below nested if condition up to next 120 months.
Can any one suggest me to simplify this logic instead of writing 120 times.
If(MDate=MonthStart(Today()),Sales,If(MDate=MonthStart(Today(),1),Sales,If(MDate=MonthStart(Today(),2),Sales,If(MDate=MonthStart(Today(),3),Sales,If(MDate=MonthStart(Today(),4),Sales,If(MDate=MonthStart(Today(),5),Sales,If(MDate=MonthStart(Today(),6),Sales,....If(MDate=MonthStart(Today(),120),Sales,0)))))))))))
hi,
pl. provide excel sample data
ksrini