Focal Point Banner


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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
{Solved}Save File
 Login/Join
 
Silver Member
posted
I am not quite sure what I am doing wrong. I am trying to create my own saved file that I can then access when I want to create a report. I have tried different variations but I cannot get KFR to show up in the Table list. What is wrong with my code?

TABLE FILE WEBFOCUS_REPORT_AGENCY_DATA
BY AGENCYID
BY INDUSTRYID
BY MEMBERSHIPSTATUS
BY AGENCYNAME
BY TERRITORY
BY AGENCYTYPE
BY address1
BY CityStateZip
BY Inner
BY Engagement
BY JVP
WHERE PARENTAGENCYID EQ MISSING;
ON TABLE NOTOTAL
ON TABLE SAVE FILENAME
'compass/KFR.ftm'
END									    

This message has been edited. Last edited by: kfr104,


WebFocus 7.6.4
SQL
HTML and Excel
 
Posts: 49 | Registered: June 06, 2008Report This Post
Guru
posted Hide Post
Save files do not create master file and there nothing appears on the list. Try a hold file.

Fernando


Prod WF 8.1.04, QA WF 8.2.03, Dev WF 8.2.03
 
Posts: 278 | Registered: October 10, 2006Report This Post
<JG>
posted
Fernando is quite right You have to use HOLD.

However if you want to use it in a subsequent request then you need to hold both the data
and the master to a location on the APP PATH. lookup APPHOLD
 
Report This Post
Expert
posted Hide Post
kf..
do you want to use this extract file now (in the current fex)? or later in a subsequent fex?
(a)if you want to use it now,
its quite sufficient to say
ON TABLE HOLD AS myfilename
END
-RUN
TABLE FILE myfilename
...and write your report.
(b) if you want to use it later,
you need to park it somewhere on your server.
Here we'll park in in the baseapp..

APP HOLD baseapp
TABLE FILE source
...
ON TABLE HOLD AS myfilename {FORMAT ALPHA}
END
...then later
APP PATH baseapp {or whatever you need}
FILEDEF MYFILENAME DISK baseapp/myfilename.ftm
TABLE FILE MYFILENAME
....
END




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
Silver Member
posted Hide Post
Thanks for the info


WebFocus 7.6.4
SQL
HTML and Excel
 
Posts: 49 | Registered: June 06, 2008Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders