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 are creating Active Reports with drills on three different columns ( Store/Cleared $/Outstanding $). A user wants to export the report to Excel (XML) by clicking the arrow in a column heading, but the drill-down fields showed
<a href= ...
in Excel.
The Store field is P4 while the dollar fields are D12.2. I changed Store to A3 and got the desired results, but the dollar amounts are still a problem.
I've searched the Forum with no hits on this type of situation. Does anyone have a suggestion for the two dollar amounts or is this just a limitation with AHTML exporting to Excel?
Any help would be greatly appreciated.
ChuckThis message has been edited. Last edited by: C Fontaine,
Prod: WebFOCUS 8.1.05M Dev: WebFOCUS 8.1.05M
Windows 2012 Server / Apache/Tomcat 7.0.33 /
Output: AHTML/HTML/PDF/EXCEL
Posts: 10 | Location: St. Louis | Registered: September 25, 2008
Chuck, This may be a release thing. I tried something like you described in 769 without any problem at all. Code I used:
TABLE FILE CAR
PRINT CAR MODEL SEATS DCOST/D12.2M RCOST/D12.2M
BY COUNTRY
ON TABLE PCHOLD FORMAT AHTML
ON TABLE SET STYLE *
TYPE=DATA, COLUMN=SEATS, FOCEXEC=TEST(X='SEATS'), $
TYPE=DATA, COLUMN=DEALER_COST, FOCEXEC=TEST(X='DEALER_COST'), $
TYPE=DATA, COLUMN=RETAIL_COST, FOCEXEC=TEST(X='RETAIL_COST'), $
ENDSTYLE
END
The drilldown procedure does not have to exist for the drilldown link to show up. In 769 the export to Excel just shows the field values.
Hope this helps ...
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007