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     Web Focus 5.3 and 7.1

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Web Focus 5.3 and 7.1
 Login/Join
 
Platinum Member
posted
Pls see following code
-* File excel_save.FEX
FILEDEF H1 DISK H1.FMT
-RUN
TABLE FILE CAR
PRINT
*
WHERE MODEL EQ 'TR7';
ON TABLE HOLD AS H1 FORMAT ALPHA



END

FILEDEF H1 DISK H1.FMT (APPEND
-RUN
TABLE FILE CAR
PRINT
*
WHERE MODEL NE 'TR7';
ON TABLE HOLD AS H1 FORMAT ALPHA
END


FILEDEF &MANAGERSELECTED DISK C:\'&MANAGERSELECTED'.XLS
TABLE FILE H1
PRINT
*
ON TABLE HOLD AS '&MANAGERSELECTED' FORMAT EXL2K
END


In 5.2 this works but in 7.1 the input parameters are not asked..
Pls let me know y?


Also ON TABLE HOLD AS EXL2K in 5.2 saves in XLS format but in 7.1 it saves as XHT???
What and why this difference?

This message has been edited. Last edited by: Karanth,
 
Posts: 109 | Registered: January 31, 2006Report This Post
<JG>
posted
1st parameter prompting is a configuration issue.
Go to the WebFocus Administration console and make sure that you have it correctly configured.
By default it is not and if this is a relatively new install it probably is not.

2nd WebFocus EXL2K has never been an Excel XLS document, it has always been an XHT (extended HTML) document
(look at the 5.2 documentation).
Issuing a filedef determines the suffix but not the content.
Run the report in 5.2 and open the file in a text editor and you will see that it is XHT format.

How that is handled by the browser is determined by your browser version and settings.

How it is handled by Excel is determined by the Excel version.

Also in 71 do not put quotes ' around the AS name as in the new 713 production version it will use
them as part of the file name.
 
Report 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     Web Focus 5.3 and 7.1

Copyright © 1996-2020 Information Builders