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     [CLOSED] Relative positioning the Reports two side-by-side Reports.

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Relative positioning the Reports two side-by-side Reports.
 Login/Join
 
Gold member
posted
Hi All,

I am working on Composer Layout Painter.
Where i want to Place Report 2 beside Repot 1.
Report 1 - is a Crosstab Report.
Report 2 - Just a Small report with two Columns.

By using the composer Layout Relative-Positioning is possible for top and bottom reports.
we can't position two reports relatively left and right.

Thanks and Regards,
Santhosh Kumar V

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


WebFOCUS 8.0.0.7 App Studio
 
Posts: 67 | Registered: September 26, 2008Report This Post
Platinum Member
posted Hide Post
I played with it to no avail. Sounds like a new feature request. It would work great if you could put the second report first and then the second one.


Kathy Phillips
Web FOCUS 8.2.05.14, 8.1.05, 8.08, 8.0.7, 8.0.5,8.0.2m, 7.6.10,7.7.03
Windows
 
Posts: 118 | Location: Livonia, MI | Registered: March 27, 2009Report This Post
Gold member
posted Hide Post
Can you post a sample of your two reports so we have something to play with.


------------------------------------------
DevStudio 8.2.03
WFS 8.2.03
 
Posts: 86 | Location: Atlanta | Registered: May 10, 2007Report This Post
Gold member
posted Hide Post
-* File cmpd1
-* Default Mode: ResourceLayout
SET HTMLARCHIVE=ON
COMPOUND LAYOUT PCHOLD FORMAT PDF
UNITS=IN, $
SECTION=section1, LAYOUT=ON, METADATA='0.5^0.5^0.5^0.5', MERGE=OFF, ORIENTATION=PORTRAIT, PAGESIZE=Letter, $
PAGELAYOUT=1, NAME='Page layout 1', text='Page layout 1', TOC-LEVEL=1, BOTTOMMARGIN=0.5, TOPMARGIN=0.5, METADATA='BOTTOMMARGIN=0.5,TOPMARGIN=0.5,LEFTMARGIN=0,RIGHTMARGIN=0,', $
COMPONENT='report1', TEXT='report1', TOC-LEVEL=2, POSITION=(0.520 0.624), DIMENSION=(* *), METADATA='Z-INDEX: 100; LEFT: 0.52in; OVERFLOW: auto; WIDTH: 2.917in; POSITION: absolute; TOP: 0.624in; HEIGHT: 2.708in', $
COMPONENT='report2', TEXT='report2', TOC-LEVEL=2, POSITION=(+3.441 -2.604), DIMENSION=(* *), RELATIVE-TO='report1', RELATIVE-POINT=BOTTOM-LEFT, POSITION-POINT=TOP-LEFT, METADATA='Z-INDEX: 100; LEFT: 3.961in; OVERFLOW: auto; WIDTH: 2.706in; POSITION: absolute; TOP: 0.728in; HEIGHT: 2.713in', $
END
SET COMPONENT='report1'
TABLE FILE CAR
PRINT
COUNTRY
CAR
RETAIL_COST
END

SET COMPONENT='report2'

TABLE FILE CAR
PRINT
COUNTRY
CAR
RETAIL_COST
END
COMPOUND END

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


WebFOCUS 8.0.0.7 App Studio
 
Posts: 67 | Registered: September 26, 2008Report This Post
Virtuoso
posted Hide Post
Sorry, I'm not really familiar with the Composer Layout Painter tool, but this code seems to produce side-by-side reports.

SET HTMLARCHIVE=ON
COMPOUND LAYOUT PCHOLD FORMAT PDF
UNITS=IN, $
SECTION=section1, LAYOUT=ON, METADATA='0.5^0.5^0.5^0.5', MERGE=OFF, ORIENTATION=PORTRAIT, PAGESIZE=Letter, $
PAGELAYOUT=1, NAME='Page layout 1', text='Page layout 1', TOC-LEVEL=1, BOTTOMMARGIN=0.5, TOPMARGIN=0.5, METADATA='BOTTOMMARGIN=0.5,TOPMARGIN=0.5,LEFTMARGIN=0,RIGHTMARGIN=0,', $
COMPONENT='report1', TEXT='report1', TOC-LEVEL=2, POSITION=(0.520 0.624), DIMENSION=(* *), METADATA='Z-INDEX: 100; LEFT: 0.52in; OVERFLOW: auto; WIDTH: 2.917in; POSITION: absolute; TOP: 0.624in; HEIGHT: 2.708in', $
COMPONENT='report2', TEXT='report2', TOC-LEVEL=2, POSITION=(+5.0 -3.5), DIMENSION=(* *), RELATIVE-TO='report1', RELATIVE-POINT=BOTTOM-LEFT, POSITION-POINT=TOP-LEFT, METADATA='Z-INDEX: 100; LEFT: 3.961in; OVERFLOW: auto; WIDTH: 2.706in; POSITION: absolute; TOP: 0.728in; HEIGHT: 2.713in', $
END
-*
SET COMPONENT='report1'
TABLE FILE CAR
 PRINT
  COUNTRY
  CAR
  RETAIL_COST
END
-*
SET COMPONENT='report2'
TABLE FILE CAR
 PRINT
  SALES/D9.2
 ON TABLE SET PAGE NOPAGE
END
COMPOUND END


WebFOCUS 7.7.05
 
Posts: 1213 | Location: Seattle, Washington - USA | Registered: October 22, 2007Report This Post
Expert
posted Hide Post
quote:
POSITION=(+5.0 -3.5), RELATIVE-TO='report1', RELATIVE-POINT=BOTTOM-LEFT, POSITION-POINT=TOP-LEFT,
These are the important commands to understand.

Once you get your head around these you will comprehend how to get the result you want - and then you might move to the editor instead of the GUI Wink

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report 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     [CLOSED] Relative positioning the Reports two side-by-side Reports.

Copyright © 1996-2020 Information Builders