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 am looking to assign different alignments to a header in a graph however my code doesn't seem to be working. I want to justify to the right the first two lines and then center the third line which works fine in a .fex report but the graph doesn't. Here is the code I'm using below. Any assistance with this would be greatly appreciated. Thanks in advance!
GRAPH FILE dst_dev/_dst_star SUM COMPUTE ADHERENCE/D12.1% = ( NUM/DEN ) * 100 ; AS 'Adherence Rate' BY LOWEST MEASUREFULLNAME AS 'Measure Name' HEADING "Export to PDF" "Export to Excel" "Measures Performance Report - Graph" ON GRAPH PCHOLD FORMAT JSCHART ON GRAPH SET VZERO OFF ON GRAPH SET HTMLENCODE ON ON GRAPH SET GRAPHDEFAULT OFF ON GRAPH SET EMBEDHEADING ON ON GRAPH SET GRWIDTH 1 ON GRAPH SET AUTOFIT ON ON GRAPH SET UNITS &WF_STYLE_UNITS ON GRAPH SET HAXIS &WF_STYLE_WIDTH ON GRAPH SET VAXIS &WF_STYLE_HEIGHT ON GRAPH SET LOOKGRAPH BAR ON GRAPH SET STYLE * TYPE=HEADING, LINE=1, JUSTIFY=RIGHT, SIZE=10 $ TYPE=HEADING, LINE=2, JUSTIFY=RIGHT, SIZE=10 $ TYPE=HEADING, LINE=3, JUSTIFY=Center, SIZE=10 $This message has been edited. Last edited by: FP Mod Chuck,
Brandon Welcome to Focal Point, it is a great forum for getting answers to your development questions.
I played around with your code and as you said graphs don't appear to be able to do what you want. I suggest you open a case with techsupport and see if this is a bug.
Thank you for using Focal Point!
Chuck Wolff - Focal Point Moderator WebFOCUS 7x and 8x, Windows, Linux All output Formats
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005