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 have chart with two BY fields, I would like to nest the two x axis labels like shown in Nested X axis , it seems it does not work in 8105M. Is there any way we can achieve nesting of x axis in 8105M ?
I am using below sample code for testing
GRAPH FILE CAR
SUM DEALER_COST
BY COUNTRY
BY CAR
ON GRAPH PCHOLD FORMAT JSCHART
ON GRAPH SET LOOKGRAPH BAR
ON GRAPH SET STYLE *
TYPE=DATA, COLUMN=DEALER_COST, BUCKET=y-axis, $
TYPE=DATA, COLUMN=COUNTRY, BUCKET=x-axis, $
TYPE=DATA, COLUMN=CAR, BUCKET=x-axis, $
INCLUDE=IBFS:/FILE/IBI_HTML_DIR/javaassist/intl/EN/combine_templates/ENWarm.sty,$
*GRAPH_JS
xaxis: { labels: { nestingConcatSymbol: null} }
*END
ENDSTYLE
END
This message has been edited. Last edited by: FP Mod Chuck,
Webfocus 8.1 Windows x64 Excel
Posts: 39 | Location: Pittsburgh | Registered: July 25, 2017