HI all,
I am trying to create a dashboard where specific data is presented in a way radio buttons are used in other programs.
For ex:
Source Data on excel
Project Name | Impact - America | Impact - Asia | Impact - Europe |
---|---|---|---|
ABCD | TRUE | FALSE | TRUE |
EFGH | FALSE | FALSE | TRUE |
ABAB | TRUE | TRUE | TRUE |
DFED | FALSE | TRUE | FALSE |
I have a filter where you select the project you want.
I have a category of 3 radio buttons in my Xcelsius dashoard:
Impact:
1) America
2) Asia
3) Europe
Once that project is selected, I want the radio buttons to auto populate with the TRUE, FALSE combinations listed in the table above.
So if I choose ABCD
Then America and Europe radio buttons would auto populate or be selected (indicating TRUE) and the Asia button would be empty.
Is it possible to do this in Xcelsius 2008?