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     [SOLVED] Why am I getting the column total tag on one line and the totals on another?

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Why am I getting the column total tag on one line and the totals on another?
 Login/Join
 
Virtuoso
posted
Hey all,

I've been looking for other threads on this, and can't seem to find one. I swear there was something on this subject at some point.

Does anyone here know if there is a way to grab the column total value and use it in the header of a report?

Any help is much appreciated!

Thanks in advance!

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


8.2.02M (production), 8.2.02M (test), Windows 10, all outputs.
 
Posts: 1113 | Location: USA | Registered: January 27, 2015Report This Post
Platinum Member
posted Hide Post
Does this work for you?


TABLE FILE CAR
PRINT *
ON TABLE SUBHEAD
"TOTAL SEATS <TOT.SEATS"
END


7.66 and 7.704
System: Windows / AIX / Linux
Output: Mostly HTML, with some PDF, Excel and Lotus(!)
 
Posts: 147 | Location: Toronto (GTA) | Registered: May 25, 2005Report This Post
Virtuoso
posted Hide Post
That seems to work. Thanks bug!

Although, when I run the report while adding a total along the bottom of the report, the word "TOTAL" on the left is getting its own line, while the total values are on their own line (a second line). Is there a way to fix this so that it's all on one line if you plug in a column total or summarize line at the bottom of the report?

My code:

TABLE FILE CAR
PRINT *
ON TABLE SUBHEAD
"TOTAL SEATS <TOT.SEATS"
ON TABLE COLUMN-TOTAL
END


Thanks again!

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


8.2.02M (production), 8.2.02M (test), Windows 10, all outputs.
 
Posts: 1113 | Location: USA | Registered: January 27, 2015Report This Post
Guru
posted Hide Post
Well, you need to have atleast one column in sortfield and that makes sense too. Or use SUBFOOT

TABLE FILE CAR
PRINT *
BY COUNTRY
ON TABLE SUBHEAD
"TOTAL SEATS <TOT.SEATS"
ON TABLE COLUMN-TOTAL
END


-Rifaz

WebFOCUS 7.7.x and 8.x
 
Posts: 406 | Location: India | Registered: June 13, 2013Report This Post
Virtuoso
posted Hide Post
Thanks for your insights. We found that out ourselves this paast Friday. We also noticed if we do the following, it will correct the total line as well. We just won't be able to tag it:

ON TABLE COLUMN-TOTAL AS ''


8.2.02M (production), 8.2.02M (test), Windows 10, all outputs.
 
Posts: 1113 | Location: USA | Registered: January 27, 2015Report 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     [SOLVED] Why am I getting the column total tag on one line and the totals on another?

Copyright © 1996-2020 Information Builders