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]Preserving Blanks in fields with a format

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED]Preserving Blanks in fields with a format
 Login/Join
 
Platinum Member
posted
I have a table that contains fields where zero is a valid number but the fields can also contain blank (null) values which are also valid.

When I add a format to the field in my fex (for example "/D10CBM") the resulting report produces "$0" in place of the null when what I actually want is the null.

Is there a way to preserve the null value and only display $0 when the field contains an actual zero rather than a null?


Thanks in advance for your help!

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


WebFOCUS 8
Windows, All Outputs
 
Posts: 111 | Registered: July 23, 2015Report This Post
Master
posted Hide Post
Manglum,

you want to add missing on to your define field. try this:

MY_FIELD/D10CBM MISSING ON  


also the default value for null is "." if you want to display blank or something else, you need to set that with
  SET NODATA  = '' 


There is also a set command for Null as well. Does the same thing as missing = on, but it turns it on for all fields, not just the one you set it on


Eric Woerle
8.1.05M Gen 913- Reporting Server Unix
8.1.05 Client Unix
Oracle 11.2.0.2
 
Posts: 750 | Location: Warrenville, IL | Registered: January 08, 2013Report This Post
Platinum Member
posted Hide Post
THATS A WINNER!!!


WebFOCUS 8
Windows, All Outputs
 
Posts: 111 | Registered: July 23, 2015Report This Post
Expert
posted Hide Post
You're a Winner Matt Smiler

You too eric, for knowing that and passing it on.

Share the wealth (of information)...




   In FOCUS Since 1983 ~ from FOCUS to WebFOCUS.
   Current: WebFOCUS Administrator at FIS Worldpay | 8204, 8206
 
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 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]Preserving Blanks in fields with a format

Copyright © 1996-2020 Information Builders