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     PDF - Placement of reports

Read-Only Read-Only Topic
Go
Search
Notify
Tools
PDF - Placement of reports
 Login/Join
 
<dksib>
posted
I have a report with 4 (four) columns and each column has the output between 2 to 6 report outputs.

Does anyone know of a simple way how I can run the different reports and place them on a PDF like an image.

I tried using HTMTABLE and browser and place them using colspan but the client did not like the look and how it printed.

What they want is the first page to be the Summary each of these will have a link to the detail. The Link I can do.

An example of Summary:
Total Car Sold = 100
GM = 40
Fiat = 5
Sterling = 10
Ford = 10


Thanks,

David
 
Report This Post
Expert
posted Hide Post
You should be looking into PDF Compound Reports. v7.1.1 may have a Developer Studio PDF Compound Report Builder (or whatever it's called).


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
<dksib>
posted
The Client does not have the GUIs. They want us to code hand everything.
 
Report This Post
Expert
posted Hide Post
Hand-Coded

Take out the object=box line...


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
 
Posts: 1972 | Location: Centennial, CO | Registered: January 31, 2006Report This Post
Virtuoso
posted Hide Post
this is an other way to do this..

SET SQUEEZE=ON
SET PAGE-NUM = OFF

TABLE FILE GGSALES
HEADING CENTER
"Report 1"
"Sales Summary by Category"
" "
SUM UNITS BUDUNITS DOLLARS BUDDOLLARS
BY CATEGORY
ON TABLE PCHOLD FORMAT PDF OPEN
ON TABLE SET STYLE *
TYPE=REPORT, FONT=ARIAL, $
TYPE=DATA, TOPGAP=0.1, $
TYPE=DATA, COLUMN=CATEGORY, DRILLTHROUGH=DOWN(CATEGORY), $
END

TABLE FILE GGSALES
SUM UNITS BUDUNITS DOLLARS BUDDOLLARS
BY CATEGORY NOPRINT
BY PRODUCT NOPRINT
ON CATEGORY PAGE-BREAK
HEADING CENTER
"Report 2"
"Sales by Category with Product Summary"
" "
"Category:
" "
ON PRODUCT SUBHEAD
"Product:
" "
ON PRODUCT UNDER-LINE
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET STYLE *
TYPE=DATA, TOPGAP=0.1, $
TYPE=REPORT, FONT=ARIAL, $
TYPE=SUBHEAD, LINE=1, ITEM=2, DRILLTHROUGH=DOWN(CATEGORY PRODUCT), $
END

TABLE FILE GGSALES
SUM UNITS BUDUNITS DOLLARS BUDDOLLARS
BY CATEGORY NOPRINT
BY PRODUCT NOPRINT
BY REGION NOPRINT
BY CITY
ON PRODUCT PAGE-BREAK
ON REGION UNDER-LINE
ON REGION SUB-TOTAL
HEADING CENTER
"Report 3"
"Sales Detail Report"
" "
"Category: <25>Product:
" "
ON REGION SUBHEAD
"Region:
" "
ON TABLE PCHOLD FORMAT PDF CLOSE
ON TABLE SET STYLE *
TYPE=DATA, TOPGAP=0.1, $
TYPE=REPORT, FONT=ARIAL, $
TYPE=HEADING, LINE=4, ITEM=2, DRILLTHROUGH=FIRST(CATEGORY), COLOR=GREEN, $
END


I hope you can change this to your own needs....




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

 
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006Report This Post
<dksib>
posted
Frank,
Your logic is somthing like the logic I was going to use for the Link Smiler. My question has to do with how to place multiple report extracts/sections on a PDF page under 4 columns Confused.

catagory car truck motocycle others
sub-cat
(by maker) sold sold sold sold
(maker / size) engine engine engine clothing
body body body misc items
trans trans trans
tires tires tires
(returns) total total total total
(redo work) total total total
place hold/cancel total total total

As you can see each of the subs can have multiple counts. I will link each of the subs and sub-sub to it's own detail section.

David
 
Report 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     PDF - Placement of reports

Copyright © 1996-2020 Information Builders