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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] How to save file in CSV format? (version 764)

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] How to save file in CSV format? (version 764)
 Login/Join
 
Member
posted
I tried:
ON TABLE HOLD COMT
ON TABLE HOLD COMMA
ON TABLE HOLD LOTUS
ON TABLE PCHOLD LOTUS
(All from the information from helpfile)
And all result in a file of blank format with NO extension!

Is it actually banned to save in other format rather than xls, pdf, doc?

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


____________________
764_XP
 
Posts: 14 | Registered: September 23, 2008Report This Post
<JG>
posted
All are correct, the error is in the code, not the hold format.

post the code, between code tags if possible as it maitains the indentation(if you've used any)

Also try and repro with a standard IBI Focus DB such as car then we can all play.
 
Report This Post
Expert
posted Hide Post
I just did this:
APP HOLD mydirname
TABLE FILE CAR
SUM SALES
BY COUNTRY
ON TABLE HOLD AS COMTHOLD FORMAT COMT
END


Got this:

91 Nov 05 13:14 comthold.csv
187 Nov 05 13:14 comthold.mas

And this:

more comthold.csv
"COUNTRY","SALES"
"ENGLAND",12000
"FRANCE",0
"ITALY",30200
"JAPAN",78030
"W GERMANY",88190


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
 
Posts: 2723 | Location: Ann Arbor, MI | Registered: April 05, 2006Report This Post
Master
posted Hide Post
minos4,

I believe the problem is that you left out the keyword FORMAT. It should be:

ON TABLE HOLD FORMAT COMT
ON TABLE HOLD FORMAT COMMA
ON TABLE HOLD FORMAT LOTUS
ON TABLE PCHOLD FORMAT LOTUS

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


In FOCUS since 1985. Prod WF 8.0.08 (z90/Suse Linux) DB (Oracle 11g), Self Serv, Report Caster, WebServer Intel/Linux.
 
Posts: 975 | Location: Oklahoma City | Registered: October 27, 2006Report This Post
<JG>
posted
jgelona

That's why I asked to see the code, because I just assumed that was a typo.

It's not like me to be so in direct.
 
Report This Post
Member
posted Hide Post
Yes JG, it was a typo. The XLS format does work, but not CSV.
Anyway, I found alternatives. Just saved the hold file onto harddisk forcefully named it *.CSV! And extract it later.


____________________
764_XP
 
Posts: 14 | Registered: September 23, 2008Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] How to save file in CSV format? (version 764)

Copyright © 1996-2020 Information Builders