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.
I'm save a CSV file using COMT, I have the SET EMPTYREPORT = ON in the report. When I run the report and no rows are returned I get a completely empty file. What I need is to always have at least the headings returned on the first row even if there is no data. We are using WF 8.08
Does anyone know how to make this work?This message has been edited. Last edited by: <Emily McAllister>,
I tried that. It isn't working. I did find a work around. I put a test in to see if any vales are returned. If there are zero records returned then I do a branch (goto) to create a report that is one record and is just the titles and save hat. If there are greater than one record return then I process he report normally.
Thanks for Help. If anyone has other suggestions to try to make it work I'm open to still trying to get it to work without all the hocus pocus. But if this is the only way then I can live with it. Aint pretty but gets the job done.
The difference between EMPTYREPORT = ON or ANSI (when it operates, as in a formatted report) is that ON yields just column-headings, while ANSI yields those plus one row of null data. So ANSI is not what Lee is looking for.
If ON (with COMT) yields no output file, or an empty file, it's either a feature or a bug, depending whether it's documented.
You're not the first to complain: Here's a post from 2009.
Open a case.
- Jack Gross WF through 8.1.05
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005