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 am calling a report from an external application. One of the parameters that is being passed is &Format, which I use in the following method to display the report in the correct format: ON TABLE PCHOLD FORMAT &Format. I have a drilldown to another report. I'd like that report to display in the same format that was selected from the external app. I've played around with passing &Format and also with using OUTPUT= , but can't get it to work. The documentation seems to indicate that the DEFUALT format will take the format that is passed, but I can't get it to work. Does anyone have a tried and true method?
We are using version 7.6 on Windows XP, with a WebSphere app server.
Jeff Elam WF 8 in Windows
Posts: 44 | Location: St. Louis | Registered: September 17, 2004
Are you using SET statement to set the value for format in your drilldown report? If you are using, it will take only the SET value instead of the one you are passing.
Just use the DEFAULT in your drilldown report and give ON TABLE PCHOLD FORMAT &Format under your table. May be you can try with different variable name ie., DISPFORMAT or whatever it's easy.
just a thought,
WFConsultant
WF 8105M on Win7/Tomcat
Posts: 780 | Location: Florida | Registered: January 09, 2005