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.
I was building a compound PDF report.I gave few reports and it works fine when i run it. I added a graph to a new page in the JSCHART format.It didn't work ,so i tried changing to different output format as below.
-*ON GRAPH PCHOLD FORMAT JSCHART
-*ON GRAPH HOLD AS HOLD FORMAT SVG
-*ON GRAPH PCHOLD FORMAT GIF
-*ON GRAPH HOLD AS GIF1 FORMAT GIF
-*ON GRAPH SAVE AS GRAPH1 FORMAT GIF
-*ON GRAPH PCHOLD FORMAT GIF
-*ON GRAPH HOLD AS GRAPH2 FORMAT JPEG
I have seen several post in the forum where people use SVG/GIF format.I tried that too. I have seen a post where ,it is mentioned to use
-SET GRAPHSERVURL=' ';
I tried that too.
When i use SVG/GIF format i get the below error message. "GIF output is not supported by the JVM in headless mode"
When i use JPEG/PNG i get the error message that "Not enough points to draw the graph."
What am i missing.?This message has been edited. Last edited by: srajeevan,
WF8206,Windows 7,8,10 HTM,PDF,EXCEL
Posts: 229 | Location: MI | Registered: September 13, 2017
Hi, Is the graph working as a standalone report? If yes then you can use ON GRAPH PCHOLD FORMAT PDF
This works perfectly for me. I generally parameterise the format so that when the user wants to download PDF then it is applied else it is a JSCHART (ON GRAPH PCHOLD FORMAT &OP_FORMAT)
WF 8.2.04 Windows/Unix All Formats In Focus since 2006
Posts: 74 | Location: UK | Registered: September 17, 2018
You probably have some JSCHART functionalities that are not supported by the IBI PDF graph format. PDF graph format is limited.
Try this : open your fex with Application Studio and Save As with another name. Then select PDF format from the ribbon and see how your graph will change... Save it,then edit in text. Compare original JSCHART report and PDF one, you will see many differences.
WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF In Focus since 2007
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013