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.
Hi, I am working on creating a Flex report using Webfocus Enable Components (in Flash Builder 4). Is there a way i can give the user an option to export the data in my Flex IBIDatagrid to an Excel or csv? Even adding a button inside the PDF would be good. P.S : The PDF has to work on a disconected mode (not connected to the server). Appreciate your help on this. thanks much!!
Release : 7.7.02 OS : Linux App Server : Tomcat all output
My first recommendation is this: ask easier questions.
The question you're asking may get better results in a Flex forum (or a PDF forum) than here, because once you're disconnected from the server WF cannot help you anymore. It's all in the browser now, or in your case all in the PDF, which is way out the branch from the table's original source. The data is there -- Flex or PDF may have a way for you to extract it for the user.
WF Active Reports (if you purchased that option) have the ability to export their data to other formats. HTML, csv, and xml. These are html outputs that are fully self-contained like a pdf report -- they can be attached to emails or dropped onto a web page and the user can open and run them disconnected from the WF Server, including the export functions that come along for the ride. But -- they're not going to be flex and they're not going to be able to be combined with other reports like you can in a PDF doc. Your look and feel is going to be different.
I think this is your only viable option from the WebFOCUS side of the equation. Flex or PDF may offer you alternatives that are better choices.
J.
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007
Thank you John.. I am going to post my question in a Flex forum too. Let me tell you my requirement briefly. I would likt to know if this is possible by just WF Active PDF (rather than going for Flex builder).
1) The report has to be a disconnected PDF. 2) One page report, with Data grid (could be active grid) on left side and two charts on the Right side. 3) Three filters on the top (one list box, two radio buttons) 4) All my three reports (grid and graph) should change when the filters are changed. I have seen this being done using Flex builder, but i wanted to know if it is possible by just using WF Active Report. Please help.
Release : 7.7.02 OS : Linux App Server : Tomcat all output