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.
SET PAGE=NOLEAD,STYLE=ENDEFLT,BYDISPLAY=ON,ASNAMES=ON
TABLE FILE ibisamp/ggsales PRINT SEQ_NO BY REGION BY DOLLARS AS 'SALES' IN-GROUPS-OF 4 TILES ON TABLE HOLD AS quartiles END
TABLE FILE quartiles SUM MAX.SALES AS 'MAXSALES' MIN.SALES AS 'MINSALES' ACROSS HIGHEST TILE BY REGION ON TABLE HOLD AS maxmin END
GRAPH FILE maxmin SUM MAXSALES4 MAXSALES3 MAXSALES2 MAXSALES1 MINSALES1 BY REGION ON GRAPH PCHOLD FORMAT JSCHART ON GRAPH SET LOOKGRAPH BOXPLOT ON GRAPH SET STYLE * INCLUDE=endeflt.sty,$ *GRAPH_SCRIPT setReportParsingErrors(false); setSelectionEnableMove(false); setTextRotation(getO1Label(),0); setDisplay(getO1MajorGrid(),false); setTransparentFillColor(getFrame(),true); setBorderColor(getY1MajorGrid(),new Color(220,220,220)); *END ENDSTYLE END
This code gives me error saying Fieldname MAXSALES4 is not recognised. Kindly help. Also he 5 columns names that is getting generated is of same name so how to differentiate it and use it in the Graph file.This message has been edited. Last edited by: FP Mod Chuck,
This code runs without issue in my 8.2.06 environment. The IN-GROUPS-OF creates the 4 field names and appends a sequence number on them so it really isn't the same field. Which version are you using?
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