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] Across title not shown when only one across value field

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Across title not shown when only one across value field
 Login/Join
 
Virtuoso
posted
I have issue with report using ACROSS where the across title is not displayed if there is only one SUM field.

Per example, the following shows both title for the SUM fields:

TABLE FILE CAR
SUM
CAR.BODY.SEATS AS 'Tot Nb Seats'
CAR.BODY.RETAIL_COST AS 'Retail Cost'
BY LOWEST CAR.ORIGIN.COUNTRY
ACROSS LOWEST CAR.BODY.BODYTYPE
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
$
ENDSTYLE
END

But this one doesn't display the title "Tot Nb Seats" when I want it:

TABLE FILE CAR
SUM
CAR.BODY.SEATS AS 'Tot Nb Seats'
BY LOWEST CAR.ORIGIN.COUNTRY
ACROSS LOWEST CAR.BODY.BODYTYPE
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
$
ENDSTYLE
END

Cannot find any SET that can make it displaying.

Any ideas ?

Thanks,

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


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
 
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013Report This Post
Expert
posted Hide Post
  
TABLE FILE IBISAMP/CAR
SUM 
CAR.BODY.SEATS NOPRINT
CAR.BODY.SEATS AS 'Tot Nb Seats'

BY LOWEST CAR.ORIGIN.COUNTRY
ACROSS LOWEST CAR.BODY.BODYTYPE
ON TABLE SET PAGE-NUM NOLEAD 
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
$
ENDSTYLE
END
-EXIT


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
Thanks Tom. I have not thought about it.

Regards,


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
 
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013Report This Post
Master
posted Hide Post
Guess what...

...more people have this issue.

...we're not on WF8 yet, but this is what I found in the 'new features'.


Controlling Display of an ACROSS Title for a Single Field
By default, when there is only one field displayed for an ACROSS sort group, no column title
displays above that field. Using the SET ACRSVRBTITL command, you can control the display
of ACROSS column titles when there is one displayed field for an ACROSS group. The field
count that determines whether the ACROSS title displays is affected by certain components
in the report request, such as calculated fields or fields in headings.
The output is unaffected by SET commands that adjust underlines with titles, adjust the space
between columns, or eliminate unpopulated ACROSS columns on the page. The size of the
title and the number of lines it occupies also do not affect the output.
Syntax: How to Control Display of an ACROSS Title for a Single Field
SET ACRSVRBTITL = {OFF|ON|HIDEONE}


3. Reporting With WebFOCUSON TABLE SET ACRSVRBTITL {OFF|ON|HIDEONE}
where:

OFF
Suppresses the title when there is only one display field.

ON
Displays the title when there is only one display field.

HIDEONE
Suppresses the title when there is only one display field, but the request contains one or
more of the following components:
Fields in a heading or footing.
Fields whose display is suppressed with the NOPRINT phrase.
Reformatted fields (which are normally counted twice).
A COMPUTE command referencing multiple fields.


source:
http://documentation.informati...8004/80snf/80snf.pdf
Pages 153-154


_____________________
WF: 8.0.0.9 > going 8.2.0.5
 
Posts: 668 | Location: Veghel, The Netherlands | Registered: February 16, 2010Report This Post
Virtuoso
posted Hide Post
Nice, but...

I tried in WF 8.003 and
ON didn't work
HIDEONE did


Daniel
In Focus since 1982
wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF

 
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 2006Report This Post
Master
posted Hide Post
I guess it's 8.004


_____________________
WF: 8.0.0.9 > going 8.2.0.5
 
Posts: 668 | Location: Veghel, The Netherlands | Registered: February 16, 2010Report 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] Across title not shown when only one across value field

Copyright © 1996-2020 Information Builders