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     [Close - Unresolved] HORIZONTAL STACKED BAR WITH DRILLDOWN

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[Close - Unresolved] HORIZONTAL STACKED BAR WITH DRILLDOWN
 Login/Join
 
Platinum Member
posted


Hi,
Above is the image of the table and expected Horizontal Stacked Graph.

The code below doesn't give me the expected result.
It shows "TYPE_SORT" i.e. 1 2 3
Instead of CBO_PASTDUE, CBO_0-30 etc.. in the Legend

Please help.

Thanks

-************

GRAPH FILE DATA

SUM
VALUE
ACROSS CATEGORY
BY TYPE_SORT NOPRINT
BY TYPE

ON GRAPH PCHOLD FORMAT JSCHART
ON GRAPH SET GRID ON
ON GRAPH SET VZERO OFF
ON GRAPH SET HTMLENCODE ON
ON GRAPH SET GRAPHDEFAULT OFF
ON GRAPH SET HAXIS &WF_STYLE_WIDTH
ON GRAPH SET VAXIS &WF_STYLE_HEIGHT
ON GRAPH SET GRMERGE ON
ON GRAPH SET GRMULTIGRAPH 0
ON GRAPH SET GRLEGEND 1
ON GRAPH SET GRXAXIS 1
ON GRAPH SET LOOKGRAPH HBRSTK1
....

This message has been edited. Last edited by: BM,


WebFOCUS 8202M
 
Posts: 167 | Location: Montreal | Registered: September 23, 2014Report This Post
Virtuoso
posted Hide Post
Try changing
ON GRAPH SET GRLEGEND 1
ON GRAPH SET GRXAXIS 1


By either
ON GRAPH SET GRLEGEND 2
ON GRAPH SET GRXAXIS 0

Or
ON GRAPH SET GRLEGEND 0
ON GRAPH SET GRXAXIS 2


Not sure which one, you have to test and play with those SET.


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, 2013Report This Post
Platinum Member
posted Hide Post
Thanks..Tried those options but no change


WebFOCUS 8202M
 
Posts: 167 | Location: Montreal | Registered: September 23, 2014Report This Post
Guru
posted Hide Post
At you using AppStudio ? Try using the Chart GUI tool to get a basic stacked Bar chart.


Let us know if this works.

Cheers,
Tamra Colangelo
IBI Focal Point Moderator


WebFOCUS 8x - BI Portal, Developer Studio, App Studio, Excel, PDF, Active Formats and HTML5
 
Posts: 487 | Location: Toronto | Registered: June 23, 2009Report This Post
Platinum Member
posted Hide Post
Tried using the Chart GUI.
I have type_sort AS NOPRINT but it still shows 1 2 3 in the legend instead of TYPE value (i.e. BIM, PastDue..)


WebFOCUS 8202M
 
Posts: 167 | Location: Montreal | Registered: September 23, 2014Report This Post
Guru
posted Hide Post
Your best solution would be to create a HOLD file based on how you want the data sorted.
Then graph off the HOLD file - eliminating the BY TYPE_SORT NOPRINT

At this point the NOPRINT does not actually make the field invisible in a graph as it does in a report.

The programming group is actually working on this option for a future release.

Hope that helps.

Cheers,
Tamra Colangelo
IBI Focal Point Moderator


WebFOCUS 8x - BI Portal, Developer Studio, App Studio, Excel, PDF, Active Formats and HTML5
 
Posts: 487 | Location: Toronto | Registered: June 23, 2009Report This Post
Platinum Member
posted Hide Post
From what i know, currently, only two BY fields (BY or ACROSS or both) are supported while graphing.

Creating the sort data HOLD file and using it in graph does not solve the issue


WebFOCUS
7703/7705/8105m/8201m/8202m

 
Posts: 99 | Registered: September 10, 2013Report 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     [Close - Unresolved] HORIZONTAL STACKED BAR WITH DRILLDOWN

Copyright © 1996-2020 Information Builders