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 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, 2006
Frank, Your logic is somthing like the logic I was going to use for the Link . My question has to do with how to place multiple report extracts/sections on a PDF page under 4 columns .
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.