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.
I publish a report into an XLSX file and I noticed that in the cells that should be null, Webfocus has published a zero. This is curious because my base data contains null values, not zeros in these fields.
Is there a setting that will allow the nulls to be published as nulls?
Also, I'm not talking about a field mask (where a zero is published but it appears as a null. I need the actual cell values to be null so that Excel's mathematical functions (such as average) work the way they should and don't include zeros.
Is there something that I need to include in my .fex to make this happen?
Thanks so much for your help!This message has been edited. Last edited by: FP Mod Chuck,
Hum, so it is an integer... setting MISSING=ON... and... was it EMPTYCELLS=ON for excel... usually it is the other way around along with getting rid of that evil annoying period in html output.
Cheers, H. WebFOCUS 8.1.05M Oracle 11g - DB2 RedHat
Posts: 115 | Location: Brighton UK | Registered: February 19, 2005
Originally posted by Hank W.: Hum, so it is an integer... setting MISSING=ON... and... was it EMPTYCELLS=ON for excel... usually it is the other way around along with getting rid of that evil annoying period in html output.
Thanks Hank! Are these going in the Table File? Something like ON TABLE SET EMPTYCELLS=ON?
Originally posted by Hank W.: I think they're the kind of sets you can put on in the beginning, or even in environment.
Got it. Its not seeming to work, but I'll keep exploring.
I WAS getting those evil little dots as an output. Put when you look at the actual value stored in the cell, it is zero. The '.' is just a format mask.
But I just want the cell to be blank. No value at all so that excel calculations work properly.
Originally posted by Hank W.: Hum, so it is an integer... setting MISSING=ON... and... was it EMPTYCELLS=ON for excel... usually it is the other way around along with getting rid of that evil annoying period in html output.
Whenever I search this topic in the forums it seems like webfocus publishes the blanks by default and people are trying to publish a value rather than the null value.
I seem to have the opposite problem for which no solution seems to be discussed...lol
Check out the difference using "color" instead of "backcolor" in the type=data line.
-*When I use backcolor, the null values are displayed as zeros, but when I just use color the null values come through just fine (as blank cells) type=data,backcolor=GREY,$ type=data,color=GREY,$
Check out the difference using "color" instead of "backcolor" in the type=data line.
-*When I use backcolor, the null values are displayed as zeros, but when I just use color the null values come through just fine (as blank cells) -*type=data,backcolor=GREY,$ type=data,color=GREY,$
Ah yes S Zero suppress If the data value is zero, prints a blank in its place.
So like instead of I4 try I4S
I tried the S suppression before. It doesn't work because this glitch in the style sheet overrides it. If you remove this particular line from the style sheet then the cell values are blank as expected. Nothing that you do above the style sheet will fix this error.
Ah yes S Zero suppress If the data value is zero, prints a blank in its place.
So like instead of I4 try I4S
The values are not integers. They are decimals formatted D10CBM.
I tried the S suppression before. It doesn't work because this glitch in the style sheet overrides it. If you remove this particular line from the style sheet then the cell values are blank as expected. Nothing that you do above the style sheet will fix this error.