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 don't know how to explain this. I will explain it with a scenario. I have two parameters on my report form. Default values for those two parameters are "A" and "B". I change them to "C" and "D" before running the report. The report initially shows the values for "A" and "B" while executing for "C" and "D". After the report is done running for "C" and "D" it shows the values for "C" and "D". Is there a setting some where to avoid this behavior ?
Thank you very much.
ShravanThis message has been edited. Last edited by: Kerry,
7.7.03, Windows 7, SQL Server 2005
Posts: 92 | Location: Carmel, IN | Registered: May 09, 2008
Can you post your code, within the code brackets - IF it's not too intense. If it is too intense, can you duplicate it with either the CAR or EMPLOYEE file and post that code?
In FOCUS Since 1983 ~ from FOCUS to WebFOCUS. Current: WebFOCUS Administrator at FIS Worldpay | 8204, 8206
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005
Do you think this is caused by something in HTML file or .fex file (This does not happen when I run the .fex by itself. It happens only when I run it using the parameter(HTML) form)? Which one do you want me to post ? (None of them are intense.)
7.7.03, Windows 7, SQL Server 2005
Posts: 92 | Location: Carmel, IN | Registered: May 09, 2008
Sounds like you may not be passing the parameters correctly from your html page. At the beginning of the fex, try a -TYPE &variable (insserting your variable) or use a -? & to see the parameter values the fex receives. Then -SET &ECHO=ALL; and view source after running the report.
One possibility is that you are using different parm names in the launch page and the fex (remember that parameters names are case sensitive to WF.) To venture a further guess, we would need to see your code (please include within code tags.)
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007