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     [CASE-OPENED] Bursting a Compound PDF Report - Graph not appearing

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CASE-OPENED] Bursting a Compound PDF Report - Graph not appearing
 Login/Join
 
Gold member
posted
I created a coordinated compound report using the CAR table that contains 2 reports and 1 graph. I setup the report to burst off country in RC. When I receive the PDF report, the tables are filtered properly off the country burst value, but the graph does not appear.

I have tried saving the graph as all these different formats with no sucess: PNG, GIF, HTML, JPEG, SVG. The graph only appears when I run the report straight from dev studio. In Reporcaster log I am seeing the following error:
  
Executing focexec. 
   0 NUMBER OF RECORDS IN GRAPH= 18 PLOT POINTS= 5 
   0 HOLDING PDF FILE ON PC DISK ... 
   Task finished. 
   Retrieving distribution list from repository 
   JAPAN distributed to xxx


If I do not burst the report, but simply distribute the report normally (non-bursted), the graph and tables appear normally in the PDF attachment via email.

What additional thing must I do to my code for the graph to appear on a "bursted" schedule?

COORDINATED REPORT:
  
-* File compoundreport_test
-* Default Mode: ResourceLayout
SET HTMLARCHIVE=ON
COMPOUND LAYOUT PCHOLD FORMAT PDF
UNITS=IN, $
SECTION=section1, LAYOUT=ON, METADATA='0.5^0.5^0.5^0.5^4', MERGE=OFF, ORIENTATION=PORTRAIT, PAGESIZE=Letter, SHOW_GLOBALFILTER=OFF, $
PAGELAYOUT=1, NAME='Page layout 1', text='Page layout 1', TOC-LEVEL=1, BOTTOMMARGIN=0.5, TOPMARGIN=0.5, METADATA='BOTTOMMARGIN=0.5,TOPMARGIN=0.5,LEFTMARGIN=0,RIGHTMARGIN=0,', $
COMPONENT='report1', TEXT='report1', TOC-LEVEL=2, POSITION=(0.520 4.066), DIMENSION=(7.399 6.433), METADATA='Z-INDEX: 100; POSITION: absolute; WIDTH: 7.399in; HEIGHT: 6.433in; TOP: 4.066in; LEFT: 0.52in', $
COMPONENT='graph1', TEXT='graph1', TOC-LEVEL=2, POSITION=(0.520 0.832), DIMENSION=(4.373 3.126), COMPONENT-TYPE=GRAPH, METADATA='Z-INDEX: 100; POSITION: absolute; WIDTH: 4.373in; HEIGHT: 3.126in; TOP: 0.832in; LEFT: 0.52in', $
COMPONENT='report2', TEXT='report2', TOC-LEVEL=2, POSITION=(5.000 0.936), DIMENSION=(2.917 2.921), METADATA='Z-INDEX: 100; POSITION: absolute; WIDTH: 2.917in; HEIGHT: 2.921in; TOP: 0.936in; LEFT: 5in', $
OBJECT=STRING, NAME='text1', TEXT='<font face="ARIAL" size=10><center>[b]<FONT size=18 face="ARIAL ">COMPOUND PDF - BURSTED REPORT TEST</FONT>[/b]</center></font>', POSITION=(0.563 0.500), MARKUP=ON, WRAP=ON, DIMENSION=(7.292 0.292),  METADATA='', $
END
SET COMPONENT='report1'
-*component_type report
-INCLUDE DEVELOPER_SANDOVAL/compoundreport_report.fex
SET COMPONENT='graph1'
-*component_type graph
-INCLUDE DEVELOPER_SANDOVAL/compoundreport_graph.fex
SET COMPONENT='report2'
-*component_type report
-INCLUDE DEVELOPER_SANDOVAL/compoundreport_report2.fex
COMPOUND END


GRAPH CODE:
  
SET ASNAMES = ON
SET BYDISPLAY = ON

-* File compoundreport_graph.fex
-*Do not delete or modify the comments below

GRAPH FILE CAR
-* Created by Advanced Graph Assistant
SUM CAR.BODY.RETAIL_COST
CAR.BODY.DEALER_COST
BY CAR.ORIGIN.COUNTRY AS 'COUNTRY'
ON GRAPH HOLD AS TEST FORMAT GIF
ON GRAPH SET HTMLENCODE ON
ON GRAPH SET GRAPHDEFAULT OFF
ON GRAPH SET VZERO OFF
ON GRAPH SET HAXIS 770
ON GRAPH SET VAXIS 405
ON GRAPH SET UNITS PIXELS
ON GRAPH SET LOOKGRAPH VBAR
ON GRAPH SET GRMERGE ADVANCED
ON GRAPH SET GRMULTIGRAPH 0
ON GRAPH SET GRLEGEND 0
ON GRAPH SET GRXAXIS 1
ON GRAPH SET GRAPHSTYLE *
setTemplateFile("/images/tdg/template/IBISouthWestern.txt");
setReportParsingErrors(false);
setSelectionEnableMove(false);
setDepthRadius(5);
setTransparentBorderColor(getChartBackground(),true);
setTransparentBorderColor(getSeries(0),true);
setTransparentBorderColor(getSeries(1),true);
setTransparentBorderColor(getSeries(2),true);
setTransparentBorderColor(getSeries(3),true);
setTransparentBorderColor(getSeries(4),true);
setTransparentBorderColor(getSeries(5),true);
setTransparentBorderColor(getSeries(6),true);
setTransparentBorderColor(getSeries(7),true);
setTransparentBorderColor(getSeries(8),true);
setTransparentBorderColor(getSeries(9),true);
setTransparentBorderColor(getSeries(10),true);
setPlace(true);
ENDSTYLE
END

This message has been edited. Last edited by: Joey Sandoval,




Prod/Dev: WebFOCUS 8.0.08 on Windows Server 2008/Tomcat , WebFOCUS DevStudio 8.0.08 on Windows 7 Pro


 
Posts: 94 | Location: Austin, TX | Registered: August 08, 2012Report This Post
Virtuoso
posted Hide Post
From IBI site

How to create a ReportCaster schedule to burst a multi-graph file procedure.

The bursting occurs fine, the emails get sent, the files are attached, but the
graph doesn't display in the attachments when opened. Instead, a separate PDF
with Graphs displays, one PDF per graph.
Solution:
To address this issue:

1. Create a Focexec that creates a report for a distribution, the burst value
will be the first major sort.

2. Create a Focexec that creates graphs for distribution, the burst value is
the secondary sort.

3. Create a Focexec that creates a combined report from the top 2 reports and
coordinate the two reports on the burst value.

4. Schedule the combined Focexec which is the coordinated report in
ReportCaster, use the primary sort field as the burst value and set up a
distribution list accordingly.
 
Posts: 1903 | Location: San Antonio | Registered: February 28, 2005Report This Post
Gold member
posted Hide Post
Praire,
In my case a separate PDF is not generated. The graph is simply missing from the pdf report. I do not have multi-graphs. I only have 1 graph to display.




Prod/Dev: WebFOCUS 8.0.08 on Windows Server 2008/Tomcat , WebFOCUS DevStudio 8.0.08 on Windows 7 Pro


 
Posts: 94 | Location: Austin, TX | Registered: August 08, 2012Report 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     [CASE-OPENED] Bursting a Compound PDF Report - Graph not appearing

Copyright © 1996-2020 Information Builders