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 have a multi-page PDF, with multiple reports/charts on each page. We’ve been requested to add functionality to include/exclude an entire page based on a checkbox selection. e.g. only Print pages 1, 2 and 4. The only solution I can think of is to have multiple versions of the compound PDF document, one for each selection criteria. As this application grows and we have more combinations, this solution has the potential of being a maintenance nightmare.
Another thing I tried was suppress the individual fex’s with relativity, but this resulted in a blank page which isn’t acceptable. Does anyone have a different solution before I go down the multiple versions route? Thanks in advance!This message has been edited. Last edited by: FP Mod Chuck,
It's a compound document. Are you suggesting I code a GOTO in the text editor to skip over the page? That might work... It would surely break the GUI, so I would probably want to have 2 copies - One with the GOTO's and one without for future maintenance development.