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.
We have a report that has this line for output ON TABLE PCHOLD FORMAT EXL2K BYTOC
which creates a spreadsheet with a tab for each value. When I go to reportcast this report, I select report output of excel 2000, and the report doesn't split into tabs like it does when I run it from developer studio.
Is there something I'm missing?
Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.
When you select an output type from within RC that is the type you will get. Not the type that is coded within your fex.
Basically, RC strips your fex down and then parses into an adhocfex, and adding the relative code when it gets to the ON TABLE PCHOLD etc.
You will understand, therefore , that choosing FORMAT EXL2K will give you just that. No BYTOC and nothing extra.
And before you go to check, no there isn't an Excel 2000 BYTOC option in RC
You could always raise an NFR or use Excel templates which do not get affected by your choice of output because they are HOLD files and therefore not sent out to the end users.
Excel templates is the method that I would use, giving the email recipient a hyperlink to the relevant file on the network.
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
Chaitra, thank you. I located this forum after doing a search and your 'exl2k pivot' was the difference for me in my reportcaster job. Once I entered your suggestion, i was able to get a tabbed exl2k output. thanks.