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.
This may sound like a stupid question. I understand that if i want to get value of a variable from a table request ,i have to HOLD it first and then READFILE/READ to get the value.
I have a PDF output report which can go multiple pages and i reference that in a compound document. Is there any way that i can get the page no(or no of pages) from a PDF output.I want to use the page no in the compound document.I know that i am doing PCHOLD and the output is rendered to the browser/client and there is no holding in temp. You may say that i can calculate no of pages from the data ,but the thing is i cant calculate the no of pages from the data as there are lots of varying factors in the data and i am not sure if the page will overflow or not from the data.This message has been edited. Last edited by: FP Mod Chuck,
WF8206,Windows 7,8,10 HTM,PDF,EXCEL
Posts: 229 | Location: MI | Registered: September 13, 2017
If all else fails, you could generate the pdf (non compressed) and attempt to find the page number in the output (difficult), and then regenerate the report with the page number in it.