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     [Solved] Stacking graphs in BI

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[Solved] Stacking graphs in BI
 Login/Join
 
Gold member
posted
Greetings. I am trying to write a dashboard with 4 graphs. Currently I have them side by side but would like to have it in a 2 up (stacked) format. One post I read said the height of a BI column was not changable. But another post (What things are people putting on their dashboard, Apr 26, 2007) shows an example posted by Francis showing the format I was looking for. Can someone give me advice on how this was done. Thank you all in advance.
Paul

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


Prod: WF 7.7.05, BID, MRE, 7.7.06M Server, Windows 2008, RedHat, Oracle 11gR1, MS Office 2010
Test: I wish we had one!
 
Posts: 75 | Location: Wichita, KS | Registered: February 19, 2008Report This Post
Member
posted Hide Post
It can be done in Info Assist by using the type of file Document instead of report or chart. I have included the sample code below to show how graphs can be 2 X 2 in the compound format. Hope that helps.
  COMPOUND LAYOUT PCHOLD FORMAT PDF
SECTION=Section_1, LAYOUT=ON, PAGESIZE=LETTER, ORIENTATION=PORTRAIT, SHOW_GLOBALFILTER=OFF, $
PAGELAYOUT=1, LEFTMARGIN=0.25, RIGHTMARGIN=0.25, TOPMARGIN=0.25, BOTTOMMARGIN=0.25, $
COMPONENT=Chart_1, COMPONENT-TYPE=GRAPH, POSITION=(0.708333 0.947916), DIMENSION=(3.385416 2.34375), METADATA='VERSION:1.0', $
COMPONENT=Chart_2, COMPONENT-TYPE=GRAPH, POSITION=(4.625 0.979166), DIMENSION=(3.385416 2.34375), METADATA='VERSION:1.0', $
COMPONENT=Chart_3, COMPONENT-TYPE=GRAPH, POSITION=(0.614583 4.708333), DIMENSION=(3.385416 2.34375), METADATA='VERSION:1.0', $
COMPONENT=Chart_4, COMPONENT-TYPE=GRAPH, POSITION=(4.572916 4.65625), DIMENSION=(3.385416 2.34375), METADATA='VERSION:1.0', $
END

SET COMPONENT=Chart_1
-*component_type graph
GRAPH FILE CAR
-* Created by Info Assist for Graph
SUM CNT.CAR.CARREC.MODEL
BY CAR.COMP.CAR
ON GRAPH SET HTMLENCODE ON
ON GRAPH SET GRAPHDEFAULT OFF
ON GRAPH SET VZERO OFF
ON GRAPH SET VAXIS 2.34375
ON GRAPH SET HAXIS 3.385416
ON GRAPH SET UNITS INCHES
ON GRAPH SET LOOKGRAPH VBAR
ON GRAPH SET GRMERGE ADVANCED
ON GRAPH SET GRMULTIGRAPH 0
ON GRAPH SET GRLEGEND 0
ON GRAPH SET GRXAXIS 1
ON GRAPH SET GRAPHSTYLE *


WebFOCUS 8.1.05
Windows-iSeries DB2, All Outputs
HTML
 
Posts: 29 | Location: Cincinnati, OH | Registered: August 23, 2011Report This Post
Gold member
posted Hide Post
Thanks Todd. Problem is we do not have Info Assist. Does this same technique work in dev studio/html editor?


Prod: WF 7.7.05, BID, MRE, 7.7.06M Server, Windows 2008, RedHat, Oracle 11gR1, MS Office 2010
Test: I wish we had one!
 
Posts: 75 | Location: Wichita, KS | Registered: February 19, 2008Report This Post
Member
posted Hide Post
Yes I just used IA to generate the code. It should work in Dev Studio.


WebFOCUS 8.1.05
Windows-iSeries DB2, All Outputs
HTML
 
Posts: 29 | Location: Cincinnati, OH | Registered: August 23, 2011Report This Post
Gold member
posted Hide Post
Worked like a champ. Thank you Todd.


Prod: WF 7.7.05, BID, MRE, 7.7.06M Server, Windows 2008, RedHat, Oracle 11gR1, MS Office 2010
Test: I wish we had one!
 
Posts: 75 | Location: Wichita, KS | Registered: February 19, 2008Report 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     [Solved] Stacking graphs in BI

Copyright © 1996-2020 Information Builders