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] Graphs alignment

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Graphs alignment
 Login/Join
 
<B_B>
posted
Hi,

I need to aligh the graphs adjacently. i.e. the GRAPH1 should come on the left and GRAPH2 should come on the right.

I am using the below code-
-HTMLFORM BEGIN









!IBI.FIL.GRAPH1; !IBI.FIL.GRAPH2;



-HTMLFORM END

However, i am getting GRAPH2 in the next row and aligned right. How do i get it moved up so that both graphs come side by side?

Thanks,
Bhavna

This message has been edited. Last edited by: Kerry,
 
Report This Post
Platinum Member
posted Hide Post
hi b_b,

something like :

 

<table width="830">
	<tr>
		<td width="33%">!IBI.FIL.ITEM1; </td>
		<td width="33%">!IBI.FIL.ITEM2; </td>
		<td width="33%">!IBI.FIL.ITEM3; </td>
	</tr>
</table>





Hope it Helps


P.


D: WF 7.6.2 P. : WF 7.6.2 on W2003
------------------------------------------------------------------
I see myself as an intelligent, sensitive human, with the soul of a clown which forces me to blow it at the most important moments.

-Jim Morrison-

 
Posts: 206 | Registered: February 25, 2005Report This Post
<B_B>
posted
This does not help...infact i am using the same code...
 
Report This Post
Expert
posted Hide Post
B_B,

It would help if we knew what release you are running on. Please update your profile signature with your products, releases, and platforms.

If you are running 7.6, you could look at using the PDF Layout Painter to accomplish this.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
 
Posts: 2723 | Location: Ann Arbor, MI | Registered: April 05, 2006Report This Post
Guru
posted Hide Post
B_B,

Consider using the html layout tool to creat 2 graph objects which can be aligned there instead of 1 object.

Fernando


Prod WF 8.1.04, QA WF 8.2.03, Dev WF 8.2.03
 
Posts: 278 | Registered: October 10, 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     [SOLVED] Graphs alignment

Copyright © 1996-2020 Information Builders