Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Active report excel export feature not working in chrome

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Active report excel export feature not working in chrome
 Login/Join
 
Platinum Member
posted
Hey everyone,
We have a report being used at the moment that in order for the users to export to excel they use the built in export feature in the active report menu.

When we tested that feature, it worked fine in IE but recently we have been allowing more and more people to use google chrome. We noticed that in doing so, that particular feature doesn't work. When you click export excel from the menu it just puts the comma delimited data into the browser window and nothing else happens.

Anyone else see this behavior or have a solution for it?

This message has been edited. Last edited by: <Kathryn Henning>,


WebFOCUS App Studio 8.2.02
Windows 7, All Outputs
 
Posts: 141 | Location: Mclean, VA | Registered: December 04, 2012Report This Post
<Kathryn Henning>
posted
Hi Tim P.,

Per your profile, you're using WebFOCUS release 7.7.03. For that release of WebFOCUS, the versions of Chrome that are supported are V12 and V10. Please see our support statement at:

Web Browser Support for WebFOCUS

What version of Chrome are you using?

Thanks and regards,

Kathryn
 
Report This Post
Member
posted Hide Post
I am having this same problem currently and I am on WEBFOCUS 8.1.05. Was this ever resolved? I have an AHTML that I am trying to export to excel using Chrome browser and it just puts the information in a new browser window. This works in IE. Solutions?


WebFOCUS 8.1.05
Windows, All Outputs
 
Posts: 7 | Registered: May 22, 2014Report This Post
Virtuoso
posted Hide Post
I don't think Chrome likes the ActiveX necessary for this. Have you tried this code in your request:

ON TABLE SET WEBVIEWER ON
ON TABLE SET CACHELINES ON


WebFOCUS 8206, Unix, Windows
 
Posts: 1853 | Location: New York City | Registered: December 30, 2015Report This Post
Gold member
posted Hide Post
Hi BabakNYC

Thanks man..the above code worked for me.. Good One


WebFOCUS 8201m
Windows,AppStudio, DevStudio,All Outputs
 
Posts: 86 | Location: India | Registered: November 03, 2015Report This Post
Member
posted Hide Post
I was thinking it had to do with the Active X. I tried your two lines of code and it didn't work. It doesn't like the BYDISPLAY ON line when I add those two lines and it errors. But if I commented that out it still doesn't work.


WebFOCUS 8.1.05
Windows, All Outputs
 
Posts: 7 | Registered: May 22, 2014Report This Post
Virtuoso
posted Hide Post
It should work in .xls after adding

ON TABLE SET WEBVIEWER ON


It will only work in .xlsx if you add

ON TABLE SET AREXPEXCEL XLSX


as well.

Also, make sure your redirection settings are permitting saving to the Excel format you want.


8.2.02M (production), 8.2.02M (test), Windows 10, all outputs.
 
Posts: 1113 | Location: USA | Registered: January 27, 2015Report This Post
Expert
posted Hide Post
This thread prompted me to take a look at my Active HTML reports. We recently upgraded to IE11 and I guess I haven't checked everything yet because Export to Excel does not work when IE11 is NOT set to Enterprise Mode.

Unfortunately, AREXPEXCEL doesn't appear to be available in v8.0.08, or, it doesn't seem to be documented...


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Expert
posted Hide Post
BabakNYC,

From the WF v8.0.08 documentation, it seems WEBVIEWER and CACHELINES are mutually exclusive:

quote:

Syntax: How to Control the Active Technologies Cache Option
Because all post-retrieval processing is performed in the memory of the web browser, an active report has a processing limit of approximately 5,000 records or 100 pages of output. The active cache option enables you to send only the first page of active report output to the browser and retrieve subsequent pages from a temporary cache on the WebFOCUS Reporting Server. The server also becomes the resource for performing all calculations, sorting, and filtering when active cache is enabled. Since active cache uses on-demand paging functionality, WebFOCUS Viewer is not supported.

To enable active cache for active reports, use

ON TABLE SET WEBVIEWER {ON|OFF}
ON TABLE SET CACHELINES {n|100}
where:

ON - Runs the active report with active cache enabled.
OFF - Will not enable active cache when the active report is run. OFF is the default value.

n|100 - Specifies the number of rows from cache. The default is 100.


Things don't make too much sense, e.g. "approximately 5,000 records or 100 pages of output" - does this mean five records per page?

Why is WEBVIEWER even involved here? Active Reports has its own paging mechanism, controlled by style-sheet option LINES-PER-PAGE.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Virtuoso
posted Hide Post
Francis:
I think this might just be the work around to the issue of using a browser other than IE. I remember running into this and the WEBVIEWER and CACHELINES settings were what support provided as the solution. Note that the permissible options for CACHELINES is a number but the switch used is ON instead.

Tech support might have a better explanation of why these two settings fix the issue though.


WebFOCUS 8206, Unix, Windows
 
Posts: 1853 | Location: New York City | Registered: December 30, 2015Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Active report excel export feature not working in chrome

Copyright © 1996-2020 Information Builders