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.
Is it possible to set up functions to do the following:
I would like to be able to insert the following code below into every WebFOCUS report we create so that when the footer for our reports needs to change, we only have to change it in one place.
Or is there a better way to do this? We need to be able to change the format of Run Date in one place and have it change on all of our reports. The same goes for the Copyright year. I'm open to suggestions! This code will usually run through ReportCaster once the report is created.
Thanks.This message has been edited. Last edited by: Kerry,
If you put the series of -SET commands to generate standard footing values in a fex file (either on server or within MR), and -INCLUDE that at the top of each report fex, the &vars will be available for reference in the footing.
Is that all you need?
- Jack Gross WF through 8.1.05
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005
It would be better to make a separate file rather than function..and you can include this file wherever you want..... that's definitely an easy option....for the maintenance purpose........
regards, anmol
WebFocus7.6.2, WebFocus 7.1.1,Windows HTML, PDF and Excel
You can have all the SET veraibles with default values and the entire logic in a separate INCLUDE file. Then you can just Assgin values to Variables when needed and call the INCLUDE file wherever necessary.