Discussion Board for collaboration related to QlikView App Development.
Hi QV users
I have a variable flag in my Master Calendar 'Prevweek' which when =0 shows all dates, when =1 shows data for only previous week.
I am trying to create a button. I created a button and then assigned an action using 'select in field'
when i put 1 in search string, the button works one way i.e data changes from all dates to previous week's data, but doesn't go from prevweek's to all dates.
Any suggestions?
Hi
Try using the following in the Select String box
=If(GetFieldSelections(PrevWeekFlag)=1,0,1)
Regards
Adrian
Hi
Try using the following in the Select String box
=If(GetFieldSelections(PrevWeekFlag)=1,0,1)
Regards
Adrian