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     [CLOSED] Saving Excel Report in Unix Server

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Saving Excel Report in Unix Server
 Login/Join
 
Member
posted
Hi,

We have webfocus installed on the Unix server.

Is it possible to save the a excel report generated by fex in the same UNIX server.

Can anybody provide me with an example?

Thanks in advance

This message has been edited. Last edited by: <Kathryn Henning>,
 
Posts: 9 | Registered: January 05, 2012Report This Post
Expert
posted Hide Post
Yes, its possible to save the output to a location on unix.

There are a couple of ways.

You could use FILEDEF {ddname} to point to a location and HOLD the report to that DDNAME, or just HOLD it, and use a UNIX command to copy it.

There are other ways as well.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Virtuoso
posted Hide Post
Unfortunately I don't have access to a Unix environment so the code below may not work "as is" but can give you an idea using Waz's suggestion.

Assuming you want to create a file called myreport.xls in /home/data directory:

APP MAP data /home/data
FILEDEF MYREPORT DISK data/myreport.xls
-RUN

TABLE FILE CAR
PRINT CAR AND MODEL AND SEATS
BY COUNTRY
ON TABLE SET HTMLCSS ON
ON TABLE HOLD AS MYREPORT FORMAT EXL2K
END
-RUN


If the above runs without any errors, you should be able to see /home/data/myreport.xls with the content of your report.



Prod/Dev: WF Server 8008/Win 2008 - WF Client 8008/Win 2008 - Dev. Studio: 8008/Windows 7 - DBMS: Oracle 11g Rel 2
Test: Dev. Studio 8008 /Windows 7 (Local) Output:HTML, EXL2K.
 
Posts: 1533 | Registered: August 12, 2005Report This Post
Master
posted Hide Post
You can also use APP HOLD to hold it under any of the application folders.

For example.
APP HOLD IBISAMP
-RUN
TABLE FILE CAR
PRINT
CAR
COUNTRY
SALES
ON TABLE HOLD AS SAMPLE_EXCEL FORMAT EXL07
END
-RUN

File sample_excel.xlsx will be created under $IBI_HOME/apps/ibsamp/ folder.

Note file name will be in lower case though you mention it in upper case in code. Care to be taken while using OS commands.

Thanks,
Ram
 
Posts: 542 | Location: Dearborn, MI | Registered: June 03, 2009Report 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     [CLOSED] Saving Excel Report in Unix Server

Copyright © 1996-2020 Information Builders