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 know you can control TITLE and ACCEPT parameters and a few other options for HOLD files, but I don't think there is any way to propagate the DESCRIPTION attribute to a hold file.
You may want to try creating a master file that contains the information you want including description and put it somewhere in your server path. Then you can use this alternate master file pointing against your temporary hold file (using a FILEDEF or platform equivalent) That way you have complete control over the master file which your final reports will use.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
Thanks, Darin - Interesting workaround. I got it to work by doing the following.
1. I issued an APP HOLDMETA appname to the FEX to save the HOLD MFD when created. 2. I ran the TABLE request to create the HOLD MFD (ON TABLE HOLD AS AA) 3. I edited AA.MFD created in step 2 above and added the DESCRIPTION attributes as required. 3. Changed the original TABLE request from ON TABLE HOLD AS AA to ON TABLE SAVB AS AA and was able to report against the SAVB file without any FILEDEFs.
What about DEFINEd fields that I need to have POPUPs for the columkn titles? Will I have to put my DEFINEs in the MFD too. I know that DESCRIPTION is supported in DEFINEe fields in an MFD but don't think it is supported in a DEFINE in a FEX. Any ideas?
WF 7.7.3 Windows 2003 Server PDF HTML EXL2k
Posts: 27 | Location: NYC | Registered: February 27, 2004