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'm looking for a profile that runs AFTER every fex runs. This would effectively be the same as a universal profile (which runs before your fex runs) but I'd like ti at the end.
The use case would be to add a global catch to say things like IF &LINES EQ 0 then give a friendly message or that sort of thing.
Appreciate any help on this!This message has been edited. Last edited by: FP Mod Chuck,
I don't use a 'profile'. What I do, as do many others, is to add a line after appropriate TABLE FILE requests which does a GOTO IF &RECORDS EQ 0 in which there's a -INCLUDE of an HTMLFORM to display the 'Friendly No Data' message.
Albeit, a 'site profile' would be better, as Waz pointed out...
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005
I appreciate the idea of a GOTO but this works only when you have access to the code of a report. If something's written in InfoAssist+ then adding that sort of logic is risky if you want to open it in the editor again.
Thanks for the thoughts. Any others before writing up a new feature request?
Doug, we don't use reporting objects at this point. Their post-processing option is exactly what I'm looking for except on a global scale (with ROs, if you ever want to change the post-processing logic you'd need to change every RO individually).