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.
Curious to see a way to create a FORM (not TABULAR) kind of report in webfocus. I know how to create a tabular report with desired stylesheets are attached to give proper look and feel.
Suppose I have a requirement like print the car details in a below given format .
Page 1 looks like ,
-------------------------------------- CAR FEATURES Report Run Date : 10th Oct 2008 Operator : Johney Page 1 0f 2 -------------------------------------- Make : HYUNDAI Variant : xxxxxx Engine : 1.7 Color : White
Page 2 looks like ,
-------------------------------------- CAR FEATURES Report Run Date : 10th Oct 2008 Operator : Johney Page 2 0f 2 -------------------------------------- Make : suzuki Variant : SSSSSs Engine : 1.1 Color : Black
I believe I can do it by arranging it in the page header but I dont know whether we can correctly arrange the details with correct page numbers as I presented above (FORM type display).
TABLE FILE CAR ON TABLE SUBHEAD "CAR MODEL
<MAKE
" .... ....
Now I would like to know whether we can do it in the DATA (style)itself rather than using TABHEADING(style)
TABLE FILE CAR PRINT MAKE AS "CAR MODEL" .... ....
I believe TABULAR/FORM type display is very basic requirement of any reporting tool and in Webfocus also have some way to do the same
Thanks and regards, Johney Joseph.This message has been edited. Last edited by: Kerry,
Version 7.6.11 Webfocus installed in AIX 5.3, desktop PC: Windows-XP based Output: Excel, HTML, PDF
Page numbering usually goes in page headings/footing so that is your best bet and will get you the top portion of your report. TABPAGENO and TABLASTPAGE are "internal" fields available for custom placement of page numbering.
The rest of the report can be accomplished a number of ways. A couple -
You can use the OVER command to stack your fields and column titles.
You can continue to use HEADING or SUBHEAD syntax and embed the fields in the text - like you've done with your SUBHEAD example
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007