Hi,
Is there anyone knows how to add a radio button on report studio?
How will filters be applied when selecting a specific radion button value?
How will I associate the relation of 1st selected value to the next selection?
Your help is a very appreciated. Please.
Example:
Report Name:<Value prompt drop down list>
<Radio Button> 1st category
<Radio Button> 2nd category
<Radio Button> 3rd category
<Radio check box> 3rd Category A
<Radio check box> 3rd Category B
<Radio check box> 3rd Category C
<Radio Button> 4th category
Thanks in advance!
Hi,
To create Radio-buttons prompt just insert value-prompt that its 'multi-select' is false, and change its UI to radio button.
As to your 'nested' prompts, I would do two seperated radio-buttons prompts, while the appearance of the 2nd one depands on the selection in the 1st one, using a boolean variable (which will be the 'render variable' of the 2nd prompt, or will set its box type to 'none').