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.
Iam creating report with EXL2K format. If i give a name(REP1) for report output, it's not working for EXL2K format.(It's working for EXL07 format) I have changed the Save Report option to "Yes" for .xls Extension in WebFOCUS Administration Console>Configuration>Redirection Settings.
Below is my Code. Help me on this issue.
TABLE FILE CAR
SUM COUNTRY
ACROSS MODEL
BY CAR
ON TABLE SET CENT-ZERO ON
ON TABLE SET PAGE-NUM OFF
ON TABLE PCHOLD AS REP1 FORMAT EXL2K
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
TYPE=REPORT, TITLETEXT='Car Example', $
TYPE=ACROSSVALUE,CLASS=rotate,$
ENDSTYLE
END
This message has been edited. Last edited by: Maran,
We are using 8.0.08. I have Excel 2003 and Excel 2010 on my PC. Neither returns a filename of REP1. When we run Excel output, it open in Excel not the browser version of Excel (we are also an IE shop).
I know with Excel 2003 and earlier, what is generated in WebFOCUS is not a true .xls file but a .mht or .xht file format, so that may be part of the issue. The filename I get is WFServlet.ibfs. If I try to save the file, Excel thinks it is a .html file.
In FOCUS since 1985. Prod WF 8.0.08 (z90/Suse Linux) DB (Oracle 11g), Self Serv, Report Caster, WebServer Intel/Linux.
Posts: 975 | Location: Oklahoma City | Registered: October 27, 2006
In WebFOCUS Administration Console>Configuration>Redirection Settings, changed the Save Report option to "Yes" for ".xht", ".xmh" & ".xls" WebFOCUS extensions.
So, if u run the report, it will show in ".xmh" format(Report_Name.xmh). if we Open\Save the report directly from browser, it will ask "How do we want to open this type of file?". we need to select Excel as a default open type from options.
Hope this is the solution for this issue..
can anyone let me know is this correct or is there another way to achieve this....