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.
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
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.
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, 2006
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