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.
I have 1 HTML page (test.htm) with a 2 dropdowns (chained). The dataset of the dropdown are dependent on the value of the &&PROFILE which I set in the launch procedure. I launch the HTML either using launch_sls.fex (for sales) or launch_mktg.fex(for marketing) procedures.
Based on user profile either they use "launch_sls.fex" or "launch_mktg.fex". But we have some users who have access 2 both profiles (sales and marketing).
Whats happening now is that when the user with dual profile launches "launch_sls.fex" the html page and the dropdown loads perfectly. But, if they open a "New tab" and launch "launch_mktg.fex" , the global variable &&PROFILE gets overwirtten with 'MKTG' and the tab 1 with "launch_sls.fex" gets affected because the values on the dropdown are dependent on the &&PROFILE. Is there a way to "preserve" the value of the global variable &&PROFILE within each HTML instance?
The reason why I am using Global Variable is because MFD_PROFILE checks the value of the &&PROFILE and applies the dba rules which then loads the dataset of the dropdown.
Finally figured it out. Create a single Input box, populate it with the value of the global variable and passed that to the dropdowns(like chaining)...
Works like a charm
Thanks
WebFOCUS 8202M
Posts: 167 | Location: Montreal | Registered: September 23, 2014