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] NOPRINT error

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] NOPRINT error
 Login/Join
 
Platinum Member
posted
Hello,
I'm getting an error now with App Studio 8204 when I have a NOPRINT to display or not display a column in my report. This code worked in App Studio 8104. The &orderNumInvisible.(,<''>). is the code that isn't working.

  TABLE FILE HOLDPULOADDATA
PRINT
     HOLDPULOADDATA.SEG01.BOL AS 'Shipment ID #'
     J0.SEG01.DELLATEFLAG NOPRINT
	 J1.SEG01.show AS 'PO #'
     &orderNumInvisible.(<NOPRINT>,<''>).
     HOLDPULOADDATA.SEG01.Pro# AS 'Trip #'
     HOLDPULOADDATA.SEG01.Trac AS 'Tractor'
     HOLDPULOADDATA.SEG01.Trlr AS 'Trailer'
     HOLDPULOADDATA.SEG01.macroDescription AS 'Trailer or Container'
     HOLDPULOADDATA.SEG01.PUCUSTNAME AS 'Origin Name'
     HOLDPULOADDATA.SEG01.OriginCity AS 'Origin City'
     HOLDPULOADDATA.SEG01.OrigSt AS 'Origin St'
     HOLDPULOADDATA.SEG01.originRegion AS 'Origin ,Region'
     &originRegionInvisible.(<NOPRINT>,<''>).
     HOLDPULOADDATA.SEG01.originMarketArea AS 'Origin ,Market Area'


Thanks in Advance for all your help.

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


Prod: WebFOCUS 8.2.0.4
OS: Windows
Outputs: HTML, PDF, Excel, PPT
In Focus since 2005
 
Posts: 121 | Registered: November 17, 2005Report This Post
Virtuoso
posted Hide Post
Try adding -SET &ECHO=ALL; and run the code to see how the &variables are being treated.

I tried a similar example and I think the problem is you need a space between ''s.

-SET &ECHO=ALL;
TABLE FILE CAR
PRINT
CAR AS 'AUTOS'
SEATS NOPRINT
SALES AS 'Sales' &orderNumInvisible.(,<' '>).
BY COUNTRY
END


WebFOCUS 8206, Unix, Windows
 
Posts: 1853 | Location: New York City | Registered: December 30, 2015Report This Post
Platinum Member
posted Hide Post
Hello,
Thank you. By putting the space in between the ' ' it worked. Not sure why that would have changed between 8104 and 8204 but it did. Smiler


Prod: WebFOCUS 8.2.0.4
OS: Windows
Outputs: HTML, PDF, Excel, PPT
In Focus since 2005
 
Posts: 121 | Registered: November 17, 2005Report 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] NOPRINT error

Copyright © 1996-2020 Information Builders