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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
Refresh the report
 Login/Join
 
<Umm>
posted
Hi All,

Actually, I have two combo box, In which first combo is having three column names(Country , Region , City), So I just want that When I select country from the first combo it immediatelly refresh the report and display all values of country in second combo....and same it will do for Region and City.

Please help me.
 
Report This Post
Gold member
posted Hide Post
The way I read your post, I actually read two questions:

1. Refresh the CHOICES in a combo box based on previous selections (known as dynamically linking parameters)

2. Refreshing the OUTPUT of the report itself immediately based on selections in the combo boxes.

I can only help you if you mean option 1.

In WebFOCUS 5.23 and higher, you can dynamically link parameters together via the resource layout tool. What version are you on?

In 5.32 and higher, create the fex in Dev Studio and in the WHERE/IF area. I like to use the Assist feature. You will make your parameters dynamic and specify the table it comes from and the field to use. Your syntax will look something like this:

WHERE ( COUNTRY EQ &COUNTRY.(OR(FIND COUNTRY IN CAR)).Country. );

Note that the last part of the string .Country is the prompt for the user. Also, you need more than one parameter for this to work.

Once your parameters are created, you need to create a new Resource Layout page (this is also done in Dev Studio). You can either Import the existing procedure (the one you made above). Or you can add a button that calls the procedure.

Once it's in the Resource Layout, validate the parameters and select all of them. The order you select them is important because it sets the "logic" for user selection.

When they are all selected, click the "chain link" icon to link them all together.

Obviously this is an abbreviated explanation. Look to the documentation for more detail.

The end result is when you run it, based on whatever the user chooses in parameter 1, that will determine what they can choose from in parameter 2 and so on.

Help?
 
Posts: 55 | Registered: May 22, 2003Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders