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.
It is imperative for the report we are creating to use multiple worksheets in one excel file. We managed to create it using exl2k but were planning to use exl07. The info I have found about this issue is that exl07 does not support some of the features available in exl2k ( here ) but in the online doc I see some differences ( here ). Is there any real news about the features available for exl07 since the forum discussion I have mencioned?
Here is an example of exl2k:
TABLE FILE GGSALES
SUM UNITS/D12C DOLLARS/D12CM
BY CATEGORY
BY PRODUCT
WHERE REGION EQ 'Midwest'
ON TABLE PCHOLD FORMAT EXL2K OPEN
ON TABLE SET BYDISPLAY ON
ON TABLE SET STYLE *
TYPE=REPORT, FONT=ARIAL,SIZE=9,$
TYPE=HEADING, SIZE=12,$
TYPE=TITLE, BACKCOLOR=GREY,COLOR=WHITE, $
ENDSTYLE
END
TABLE FILE GGSALES
SUM UNITS/D12C DOLLARS/D12CM
BY CATEGORY
BY PRODUCT
WHERE REGION EQ 'Northeast'
ON TABLE PCHOLD FORMAT EXL2K CLOSE
ON TABLE SET BYDISPLAY ON
ON TABLE SET STYLE *
TYPE=REPORT, FONT=ARIAL,SIZE=9,$
TYPE=HEADING, SIZE=12,$
TYPE=TITLE, BACKCOLOR=GREY,COLOR=WHITE, $
ENDSTYLE
END
I managed to build a compound report with several sheets like this, which is one of the features the 2011's post said wasn't available:
TABLE FILE GGSALES
SUM UNITS/D12C DOLLARS/D12CM
BY REGION
BY CATEGORY
BY PRODUCT
ON TABLE PCHOLD FORMAT EXL07
ON TABLE SET COMPOUND BYTOC
ON TABLE SET BYDISPLAY ON
ON TABLE SET STYLE *
TYPE=REPORT, FONT=ARIAL,SIZE=9,$
TYPE=HEADING, SIZE=12,$
TYPE=TITLE, BACKCOLOR=GREY,COLOR=WHITE, $
ENDSTYLE
END
But I can't use this approach because each worksheet must be created from different slightly different requests.
All help is appreciated, Thanks
Pedro
Webfocus 7704 running on Linux x64This message has been edited. Last edited by: Kerry,
Hi Prarie, Refer to case 92022507 that I raised some time ago on this subject. The bottom line is that you will have to upgrade to 7.7.05. Regards, Ian ps. here's the link....... Case Link
_______________________ *** WebFOCUS 8.1.05M ***
Posts: 196 | Location: London, UK | Registered: December 06, 2005