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 tried searching online, but I couldn't find anything for this one.
In the HTML Composer, I am giving the user the option to select a procedure from a list of radio buttons as well as a billing date. Those procedures each have a date variable and that variable has the same name in each procedure.
When I select a procedure, it is successfully called, but it does not recognize the date at all. Is there something I need to do to get the chosen date parameter sent when the procedure is selected?This message has been edited. Last edited by: Kerry,
WebFOCUS 8.0.0.2 Windows, All Outputs
Posts: 27 | Location: Philadelphia, PA | Registered: January 21, 2013
When you create a launch page to pass parameters to a report/graph fex you can just associate your submit button with the "would be" fex.
In that fex you simply create -TYPE &VAR1 -TYPE &VAR2 -TYPE &VAR3 -TYPE &RDATE
The &RDATE variable is the one which will take the date value you're passing from the launch page for the report. The other &VARs represent however many other input controls you are passing to your report/graph fex.
Thanks - I realized that I had actually started with one approach, switched midway through, and never made the changes necessary to keep up with that. When I rebuilt the page, it worked correctly.
Thanks for the quick responses.
WebFOCUS 8.0.0.2 Windows, All Outputs
Posts: 27 | Location: Philadelphia, PA | Registered: January 21, 2013