cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in Radio Button

Former Member
0 Kudos

Hi all,

I have a Bex query, i am succefully fetching the data and displaying in table as well as graph.

I take a radio group(UI control) in input form and set the properties in Entry List Tab by selecting Dynamic radio button . When i deploy the model, data is changing by selecting different radio button. But all the values are displaying in radio button group, means all values(Field) of query are displaying in radio button group.

I want to display only 2 values in radio button ex. Monthly and Quartely .

and data should be changing by selecting any option at run time .

Is this possible in VC ?

Any helpful answer will be appreciated.

Thanks & Regards

Naresh Kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If you want only some 2 predefined values in radio group, why yu are trying to read it from a dynamic list? Does a static list can be sufficient?

Action Tab is not associated with radio group. So you may have to use a timer to refresh the data once the radio group option is changed

Regards,

Sooraj

Answers (2)

Answers (2)

Former Member
0 Kudos

ok

Former Member
0 Kudos

Use the Input field , Output field and formula builder .

Or

give a SQL statement with your preferred filter in WHERE clause in Dynamic Entry list.