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] Include BY column in "ON TABLE COLUMN-TOTAL " in combination with "ACROSS"

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Include BY column in "ON TABLE COLUMN-TOTAL " in combination with "ACROSS"
 Login/Join
 
Member
posted
Hi Everyone

Maybe one of your guys can help me a little bit.

I have the following report:

TABLE FILE CAR
SUM
CAR.SPECS.LENGTH
COMPUTE PRCT/D12.2% = CAR.SPECS.LENGTH/100;
BY CAR.COMP.CAR
BY LOWEST CAR.BODY.SALES
ACROSS LOWEST CAR.SPECS.RPM
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SET ASNAMES ON
ON TABLE COLUMN-TOTAL AS 'TOTAL'
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLEMBEDIMG ON
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = endeflt,
$
ENDSTYLE
END

I need to include the "SALES" column also in the total "table column-total" row, so the total "SALES" amount appears on the same line as the column totals of the across fields. I studied the manual for ages, but couldn't find a proper solution for this.

Many thanks for you help and time!

Best regards
Matt

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


WebFOCUS 8
Windows, All Outputs
 
Posts: 26 | Location: Switzerland | Registered: August 17, 2016Report This Post
Virtuoso
posted Hide Post
I think you'll need a multi-verb request. Try something like this.
TABLE FILE CAR
SUM SALES
BY CAR
SUM
LENGTH
COMPUTE PRCT/D12.2% =LENGTH/100;
BY CAR
ACROSS LOWEST CAR.SPECS.RPM
ON TABLE COLUMN-TOTAL AS 'TOTAL:'
END



WebFOCUS 8206, Unix, Windows
 
Posts: 1853 | Location: New York City | Registered: December 30, 2015Report This Post
Member
posted Hide Post
Hi BabakNYC

I had once such a solution, but I forgot to add the "BY" statement in the first SUM section.

Many, many thanks for your great help. It works like a charm.

Best regards
Matt


WebFOCUS 8
Windows, All Outputs
 
Posts: 26 | Location: Switzerland | Registered: August 17, 2016Report 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] Include BY column in "ON TABLE COLUMN-TOTAL " in combination with "ACROSS"

Copyright © 1996-2020 Information Builders