Hi,
In my Webi report i have a Graph and a table. I want to perform dynamic visibility.
Using input controls i am able to acheive it. I can either show Graph or Table or Both.
Now what my business users want is to give them same sort of functionality with in the document i.e. no need of input controls.
I can create Radio buttons in WebI document Report layout arrea using following HTML codes
=
"<INPUT TYPE='RADIO' name='selection' Value='Graph' Checked> Graph
<INPUT TYPE='RADIO' name='selection' Value='Table'> Table
Now based on which radio button selected i want to capture the value and use it in "Hide when following formula is true".
Is it possible. If yes then how.
Thanks in advance,
Ashish