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     MRE Report Assistant DBASE Output Format

Read-Only Read-Only Topic
Go
Search
Notify
Tools
MRE Report Assistant DBASE Output Format
 Login/Join
 
Member
posted
Currently using WebFocus 7.1.6 - Is there a way to setup Report Assistant to have DBASE as an option for report output format? Power users can use Developer Studio to create a DBASE output report. Wondering if same is possible with Managed Reporting.


WebFocus 7.7.02, Oracle 11g, Windows Server 2008R2, Excel
 
Posts: 12 | Registered: July 09, 2007Report This Post
Platinum Member
posted Hide Post
You can pick a Report Assist output format that you don't use and make it serve as the trigger for say DBASE. (I didn't know that WF had a DBASE option). The code is..

LET
EXCEL=DBASE ;
END
TABLE ....

When the word EXCEL is found in the Table it will be translated to the word DBASE. If the Reporting Object doesn't like the LET try putting it into an -INCLUDE name before the Table instead.


Release 7.6.9
Windows
HTML
 
Posts: 226 | Registered: June 08, 2003Report This Post
Member
posted Hide Post
Tried adding LET to a Reporting Object, and received an error from Report Assistant.

Error is in a MS Internet Explorer box where it says 'line 1: Encountered "LET" at line 2, column 1.'.

Code is like:
DEFINE FILE STAT_CLM_SUM_VIEW
END
LET PS=DBASE;
END
TABLE FILE STAT_CLM_SUM_VIEW
END

When I add LET command in a standard report, it works fine. Appears that LET and Reporting Object doesn't work together.


WebFocus 7.7.02, Oracle 11g, Windows Server 2008R2, Excel
 
Posts: 12 | Registered: July 09, 2007Report This Post
Virtuoso
posted Hide Post
In the old days I worked with DBase and as far as I remember you can read and write excel and lotus (1-2-3) files with DBase (depending on the version).
So save the output as an excel file (just a flat excel without make-up) and DBase should be able to read that output.




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

 
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006Report This Post
Platinum Member
posted Hide Post
Report Assist may work if you put the LET into a separate Include file..eg

-INCLUDE MYLET
TABLE FILE STAT_CLM_SUM_VIEW
..
END
(you create a MYLET.FEX with the LET code)


Release 7.6.9
Windows
HTML
 
Posts: 226 | Registered: June 08, 2003Report This Post
Virtuoso
posted Hide Post
maybe this will work too

-MRENOEDIT LET EXCEL=DBASE




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

 
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006Report This Post
Member
posted Hide Post
Tried the different options listed by everyone using the LET command, and wasn't able to get Report Assistant to work with it. A few trys just ignored the LET, and in one try the Agent actually failed.

Finally went back to trying different file output formats to see if Access like them. Found that 'LOTUS - Import to LOTUS 123' worked, as MRE creates a comma delimted file and Access can handle.

Going to have the end user try this option to verify that it meets their needs.

Thanks for everyone's input.

Michael


WebFocus 7.7.02, Oracle 11g, Windows Server 2008R2, Excel
 
Posts: 12 | Registered: July 09, 2007Report 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     MRE Report Assistant DBASE Output Format

Copyright © 1996-2020 Information Builders