Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have cycle & Fiscyear
Now I dont want to show sales value only when current month is select other than its should show.
Even if i select 2013 year jan its show but when selecting 2014 jan its should not show
Hi,
This is been resolved,
I have given condition in the layout when its max(FYear) and Max(Cycle) it should not reflect.
That time I was new in Qlikview
Regards,
Renuka S
Hi,
Try like
if(MonthName(datefield)=monthName(today()),0,sum({<dateField={"=$(=monthName(max(dateField)))"}>}Sales))
Regards
Try like according to your requirement
IF(getfieldselections(Year)='2014' and Getfieldselections(Month)='Jan',0,
sum({<dateField={"=$(=monthName(max(dateField)))"}>}Sales))
Hi,
This is been resolved,
I have given condition in the layout when its max(FYear) and Max(Cycle) it should not reflect.
That time I was new in Qlikview
Regards,
Renuka S