Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Every one,
I have a team in Multibox with values "Team1" & "Team2", and i have 2 charts corresponding to each team, is it possible to show the chart for "Team1" when there's no selection and show "Team2" on selection, [i am using Team='Team1' &.. in layout for two charts but when theres no selection the sheet is empty], can anyone help to fix this.
Thanks in Advance,
Arjin.
U Can create a variable
and go to doc properties and select :Field even triggers -->select ur field--> on select--> add select in field trigger---> ther again add variable (1,0,1)--
apply ok
Hi Arjin,
you can use the Show property under Layout tab in chart properties and do like this:
In chart for team 1 use like this
GetSelectedCount(YourField)=0 //no selection for the field
and in chart for team 2 use like this
GetSelectedCount(YourField)>0 //at least one value selected
Please let me know if this helps.
Kind regards,
Hi,
Thank you for your time,
i tried this before but not working, both charts are Hidden when there's no selection.
Regards,
Arjin.
Hi,
please kindly share your app or an app with your objects in order to help and solve your issue.
Kind regards,