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.
On the first tab we have an application showing CAR and COUNTRY order by CAR, we can change the order by using a drilldown on COUNTRY. Now we want to keep the sorting order of CAR so we can use this in an application on tab 2. I have tried to HOLD the CAR order by running a second application that stores the information in a hold file and than read/print this hold file on tab 2 but at this time it is not available any more. Does anyone have a solution for this issue.
I'm not quite sure how you're creating your tabs. Does each tab run a separate report? I guess what I don't understand is why you can't just run the same CAR, COUNTRY, order by CAR report on the 2nd tab...
But, in any case, temporary HOLD files gets written to the agent which gets overwritten by new report requests running on that agent unless you specifically state you want these files held somewhere else by using APP HOLD command.
Let me rephrase the example. It is a tab control web application. Report1 displays the top ten CARs base on RETAIL_COST. Report2 displays the top ten CARs base on DEALER_COST. Report1 will automatical start under Tab1 and report2 under Tab2. We can changed the order in report1 base on COUNTRY, now we need to store the new top ten listed CARs so report2 can be restarted with the stored top ten CARs. Can this be done using APP HOLD command.