Focal Point
Graph output format as PDF,EXCEL,POWERPOINT when prompting the output format.

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2361093003

September 24, 2008, 10:51 AM
Janakiraman
Graph output format as PDF,EXCEL,POWERPOINT when prompting the output format.
Hi all,
I am having a main graph which has a drilldown1 graph and in turn drilldown1 has the drilldown2 graph.Now the requirement is that all three graph should be displayed in HTML, JPEG, EXCEL, PDF,POWERPOINT format. If the format is HTML or JPEG then it is working fine, but if the format is EXCEL or PDF or POWERPOINT then it is not working.

Thanks in advance.

This message has been edited. Last edited by: Janakiraman,
September 24, 2008, 11:00 AM
LEX-IA
As per Kerry

[CODE] – This should be placed in the subject title when the information in the post is not a question but rather is a piece of code that may be helpful to other Focal Point members. This will communicate that there is not a question in the thread that needs to be answered.

Basically you should remove the word CODE from your topic title....


PROD: WebFOCUS 7.1.0 on Linux/Tomcat 5.5.12 (standalone)/Informix on AIX
TEST: WebFOCUS 7.1.3 on Linux/Tomcat 5.5.16 (standalone)/Informix on AIX
September 24, 2008, 11:54 AM
Darin Lee
Graphs are not handled same way for display in HTML as they are in PDF, Excel, or PPT docs. In HTML, you create the graph and it displays as-is. In the rest, latter you need to create and hold the graph as an imagewhich is then embedded in a document. This is all described in the documentation on graphs.

You'll have to use some dialogue manager to branch around code that handles the output differently based on the desired output type.


Regards,

Darin



In FOCUS since 1991
WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex
Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex
WF Client: 77 on Linux w/Tomcat
September 25, 2008, 02:11 AM
Janakiraman
Yes Darin Lee I have used hold file(i.e., image of graph) and displayed the graph in different format such as PDF,EXCEL and PPT, but the problem is from the hold file drilldown is not working.

Thanks in advance.

PROD: WebFOCUS 7.6.4 on Windows XP
TEST: WebFOCUS 7.6.1 on Windows XP

This message has been edited. Last edited by: Janakiraman,