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.
SET COMPONENT='report1' TABLE FILE HOLD1 PRINT * ON TABLE PCHOLD FORMAT PDF END
SET COMPONENT='report2' TABLE FILE HOLD1 PRINT * ON TABLE PCHOLD FORMAT PDF END
SET COMPONENT='report3' TABLE FILE HOLD1 PRINT * ON TABLE PCHOLD FORMAT PDF END
SET COMPONENT='report4' TABLE FILE HOLD1 PRINT * ON TABLE PCHOLD FORMAT PDF END COMPOUND END
The problem is : the reports are getting generated one below the other but they are overlapping.I tried setting the position also and also did try changing the top position but everytime it keeps overlapping...
Can anyone please tell me how to get the 4 reports generated without any overlap. Also is there any way to get the 4 reports in the pfd format in the form of tabs(next to each other).
Any help would be appreciated. Thanks a lot in advance!
-IPThis message has been edited. Last edited by: <Kathryn Henning>,
Two things here: 1) Position needs to be changed - I'm not sure if you tried changing "POSITION=(0.145 0.145)" for each report. I think this needs to give out the top left cordinate of the individual report.
2) Dimension of all reports is set "DIMENSION=(13.706 8.205)". Just by the looks of it, it seems all reports have huge dimensions(width and height) which is almost equal or exceeds the paper size. Try decreasing this.
Pradhan_dp - Iam already using the POSITION as (0.145 0.145) and still the reports are getting overlapped. Changing the dimension has no impact on this one.Anyways thanks Pradhan
Also Iam not sure how much space does each report occupies everytime...I need to know how to make it dynamic rather than setting up the postion of each report separately.... Could anyone please let me know how to do this.
Any help is appreciated!
Thanks a lot!
-IPThis message has been edited. Last edited by: info4pal,
Atturhari - Wow! Did not know that we can do relative positioning. I always thought PDF compound reports have to be hardcoded with the dimension.
I'm curious now. What happens if the two reports overflow the size of the page? or what if the one on top is very lengthy? Do they still maintain the format on the first page and overflowing data goes on to the next page?
I'm curious now. What happens if the two reports overflow the size of the page? or what if the one on top is very lengthy? Do they still maintain the format on the first page and overflowing data goes on to the next page?
Anything is possible with the tool. The overflow can also be controlled (OVERFLOW: auto and all depends on what attributes you set for each component. Setting OVERFLOW as auto, you will make the 2nd report to being at the end of 1st report regardless of the pages. Turning OVERFLOW off will render the components in the fixed positions.