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.
We are having issues with chaining and it seems the cause is a "+" sign. I was able to replicate the issue with the CAR file. Below are 3 FEXES with output to XML and a HTML launch page. The value from the CAR dropdown is passed properly to the MODEL dropdown if the value does not have a "+" sign.
Your help is greatly appreciated.
UPDATE: We tried replacing + with - and it behaves the same way.
-* File test_param_country.fex -*-SET ECHO = ALL;
TABLE FILE CAR SUM COUNTRY BY COUNTRY ON TABLE SET HOLDLIST PRINTONLY ON TABLE PCHOLD FORMAT XML END -RUN
-* File test_param_car.fex -*-SET ECHO = ALL;
-DEFAULT &COUNTRY = 'ITALY'
DEFINE FILE CAR CAR/A20 = IF CAR EQ 'ALFA ROMEO' THEN 'ALFA + ROMEO' ELSE CAR; END
TABLE FILE CAR SUM CAR AS 'CAR' BY CAR AS 'CAR' WHERE COUNTRY EQ '&COUNTRY' ON TABLE SET HOLDLIST PRINTONLY ON TABLE PCHOLD FORMAT XML END -RUN
1. In the HTML Composer select the PARAMETER tab 2. Click on the ARROW between COUNTRY and CAR 3. In the Properties and Settings window, select COUNTRY from the "..." for the "Resolves parameter" value. 4. Repeat #3 for the next chain (arrow) but this time select CAR.
Thanks for the reply Mary. I switched my DevStudio to 7.7.03 and updated the HTML file as per your suggestion but no luck. I then proceeded to re-create the file in 7703 and it works now. I need to convert test this file into Webfocus 7.6.2 (production version). I'll keep you posted.
Thanks, DanThis message has been edited. Last edited by: dballest,
Dev: WebFOCUS 7.6.10, Data Migrator 7.6.10 QA: WebFOCUS 7.6.10, Data Migrator 7.6.10 Prod: WebFOCUS 7.6.2, Data Migrator 7.6.8 Windows 2K3, Tomcat 5.5.17, IIS 6 Usage: HTML, PDF, Excel, Self-serve, BID and MRE
Posts: 197 | Location: Roseville, CA | Registered: January 24, 2005