Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Dropdown populated based on Radio Button selection

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Dropdown populated based on Radio Button selection
 Login/Join
 
Member
posted
I am having trouble getting values in my dropdown menu based on a radio button selection. The values in the dropdown menu are not based on any other .fex or .mas. I just want a user to select a radio button and have the dropdown menu to populate based on the radio button selection. I've seen ideas based on the chaining command, but can't seem to figure it out. Is this the route to go? Any help is appreciated.

Thank you.

This message has been edited. Last edited by: J.Biza,


WebFOCUS 7703
 
Posts: 18 | Registered: May 22, 2014Report This Post
Virtuoso
posted Hide Post
If you want a dropdown values list based on a selection made from a radio button (meaning value list change according to radio selection), as far as I know you will need to have your dropdown based on a fex or master file where a filter will be applied according to the selection.


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
 
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013Report This Post
Guru
posted Hide Post


 function radio1_onclick(ctrl) {
 var arr = [];
   arr.push('Value2');
   IbComposer_setCurrentSelection('listbox1', arr, false);

}

function radio2_onclick(ctrl) {
 var arr = [];
   arr.push('Value3');
   IbComposer_setCurrentSelection('listbox1', arr, false);
} 


check this API's are support in your version else you might need to use Javascript


-Rifaz

WebFOCUS 7.7.x and 8.x
 
Posts: 406 | Location: India | Registered: June 13, 2013Report This Post
Member
posted Hide Post
I am not good with javascript so I created my own data set and imported it from Excel then used the chaining function to create my dynamic list.


WebFOCUS 7703
 
Posts: 18 | Registered: May 22, 2014Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Dropdown populated based on Radio Button selection

Copyright © 1996-2020 Information Builders