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.
Since I have large number of parameters, I wanted to pass the parameters as POST request (which will keep the parameters in request body) because there is a limitation on length of URL.
Can anyone suggest me on this issue?
Thanks, SantuThis message has been edited. Last edited by: santu,
I believe to do it as a post request you need to capture all of the values as input tags and not as a URL. That's how webfocus used to do it in the earlier versions before all of the XML got incorporated. You still see some of that hanging around in the html.
Eric Woerle 8.1.05M Gen 913- Reporting Server Unix 8.1.05 Client Unix Oracle 11.2.0.2
Posts: 750 | Location: Warrenville, IL | Registered: January 08, 2013
What I recently did is writing all those variables (in the main procedure) to a file in the FOCCACHE directory. In the MAIN-procedure you only have to pass the variable for the column that was click'd on.
In the drilldown-procedure (in your example the basedatahistory.fex) just -INCLUDE the file that was written with all the parameters.