Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Qlik Developers
I have a app in which i have 6 sheets in one of the sheet i have a list box that has 1, 3,6 and 9 months as values. on the activation sheet i wrote field trigger to display 1 month as default. By the trigger if i select any month and go to any sheet and come to this sheet the selection should go to 1 month its working fine but the problem is if i select any of the month except 1 month and go to any sheet any come back the selection is going to 1 month but the values in the bar chart are not reflecting its still showing the other month what i selected. Can someone help me please.
Thanks
Anil
Finally i got it, i removed if condition for all the variable and set the variable to sum({<BillingRegionType = {"Direct"}>}growth_1_month).
Thanks all.
Thanks
Anil
You doing this in Qlik Sense or QlikView?
What extension you using for assigning triggers or variables?
Hi Arvind
I am doing it in qlikview. I have another variables in trigger like below.
Direct uplift
= If(ToggleSort=1,sum({<BillingRegionType = {"Direct"}>}growth_1_month),If(ToggleSort=2,sum({<BillingRegionType = {"Direct"}>}growth_3_month),
If(ToggleSort=3,sum({<BillingRegionType = {"Direct"}>}growth_6_month),If(ToggleSort=4,sum({<BillingRegionType = {"Direct"}>}growth_9_month)))))
I think this is causing the issue as i wrote field trigger for 1 month. I think i need to remove all if conditions.
Thanks
Anil
Post this question in Qlikview forum. By mistake you've posted it in Qlik Sense....
You'll get replies there...
Maybe stalwar1 can help you better in set expressions.
Thanks.
My mistake. I have moved it to qlikview
Thanks
Anil
The above is your bar chart expression? What is your field name where you are making 1,3,6,9 month selection?
Finally i got it, i removed if condition for all the variable and set the variable to sum({<BillingRegionType = {"Direct"}>}growth_1_month).
Thanks all.
Thanks
Anil