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     Bar chart grouping issue

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Bar chart grouping issue
 Login/Join
 
Member
posted
hi All,
i have 180 groups to display in the HBAR chart and like to put 30 groups per chart.

Is there any feature from the tool that can do so?

if not, i build the sub-dataset in groups of 30. the dataset works seamless but chart populated is not coherent.
i cannot capture the max cnt across all charts and to the last chart, it is awfully presented.
outstanding:
1.the bar position populate across the chart instead of in the scale of 30s.
2.to manually scale X-axis, based on the max cnt from the dataset instead of the subset.
3.how to use max in FOCUS , following is the code:

TABLE FILE AG
SUM
CNT
BY GROUPS
ON TABLE HOLD AS AG_CDN FORMAT ALPHA
END

when i apply, it gives me the max number of each group. but i like to find out the maximum total of cnt amongst the groups.

Greatly appreciated of any input.

thanks.
Lilian.
WF 7.6 Teradata


Lilian
-------
WF 7.6 on WINXP, Teradata
 
Posts: 20 | Location: Toronto, Canada | Registered: August 04, 2006Report This Post
Virtuoso
posted Hide Post
Lilian

you can do this to get the overall max

TABLE FILE AG
SUM MAX.CNT
ON TABLE HOLD AS MAXAG FORMAT ALPHA
END
-RUN
-READ MAXAG &MAXVAL
-TYPE &MAXVAL
END

Now you have the maxval in an amper value that you can use in the graph, as text or as maxvalue to limit the axes in the graph. (You have to lookup the exact coding in the manual)




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

 
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006Report This Post
Member
posted Hide Post
thanks Frank


Lilian
-------
WF 7.6 on WINXP, Teradata
 
Posts: 20 | Location: Toronto, Canada | Registered: August 04, 2006Report 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     Bar chart grouping issue

Copyright © 1996-2020 Information Builders