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     [CLOSED] active report - don't want noprint fields to show up

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] active report - don't want noprint fields to show up
 Login/Join
 
Silver Member
posted
Is there a way to have the noprint fields NOT show up in the drop down list for ROLLUP when manipulating an Active Report? I use the noprint fields to correctly sort the report, but my users are confused with these fields and I would prefer not having these even viewed by my users when working with Active Reports.

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


WebFOCUS developer studio version 7.6.11
Windows
all formats
 
Posts: 36 | Registered: February 12, 2009Report This Post
Member
posted Hide Post
I couldn't figure out any direct way to achieve your requirement.

STEP1

Create a hold1 table like
 
TABLE FILE CAR
PRINT
CAR
MODEL
BY COUNTRY NOPRINT
ON TABLE SET HOLDLIST PRINTONLY
ON TABLE HOLD AS H1
END
-RUN
 


Read the data from the hold table.

STEP2 - this will read the data in the same order as stoerd in the hold file
 
TABLE FILE H1
PRINT
CAR
MODEL
ON TABLE PCHOLD FORMAT AHTML
END


This will display the data sorted by country.


WebFOCUS 7 6 9
Windows XP
HTML, AHTML, PDF, EXCEL
 
Posts: 24 | Registered: April 24, 2009Report 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     [CLOSED] active report - don't want noprint fields to show up

Copyright © 1996-2020 Information Builders