i have a dimenion table with areas like, America, Asia, Europe and son.
i have created a 3 bar charts and i have written a layout conidition so that whenever he selects the Area respective chart is being displayed.. and that works fine
Now i want to create a button for all the 3 areas so that he can select either from listbox or button.
when the user selects either from listbox or button the chart has to be displayed
i have created abutton with variable vhow =1
on the button created a variable if(vshow,1,0,1) and place the vshow on the layout condition it works for only one conidtion either u slect from listbox or button
the functionality should be from both the button and listbox
so i am struggling with layout conditon
layout condition= if(vshow=1 or if(GetFieldSelections([areas])=America,1,0)