Focal Point
Set NODATA in a Reporting Object

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2531022212

February 08, 2007, 05:26 PM
Jeff Elam
Set NODATA in a Reporting Object
Does anyone know a method for using SET NODATA on a Reporting Object?

We are usings WebFOCUS 7.6
Windows XP


Jeff Elam
WF 8 in Windows
February 08, 2007, 05:30 PM
susannah
edit the reporting object and in the OTHER section, (where your USE statements go), stick in your SET NODATA phrase, and anything else you might like...such as SET BYDISPLAY = ON




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
February 09, 2007, 01:10 PM
Jeff Elam
Thank you, Susannah. That does work--mostly. The only exception is that it puts dots in the first record displayed, rather than the NODATA value we assigned. We also can't seem to make it work with Excel 2000 (I know there are some documented issues with Excel 2000 and the NODATA option). Thanks, again for all of your help! I'm going to put in a case with IBI.


Jeff Elam
WF 8 in Windows
February 12, 2007, 02:32 PM
<kreycraft>
Jeff. I'm having the same problem with my reports. I'm finding NODATA works for numeric and date fields, but not alpha. I found by setting MISSING=OFF on the field in the master file, it would display properly but I was no longer able to query against that field. Did you get a response from Support?

Ken
February 16, 2007, 04:40 PM
Jeff Elam
We haven't put in the case yet, because we were having some difficulty isolating the problem. Should put it in early next week. I would also like to point out that I see the same issue with reports written in Developer Studio. I don't see the same behavior as you do with dates--dates act exactly the same as character fields for us. We don't have any null numbers--they are populated with zeroes. I'll post more information when I hear something from IBI.


Jeff Elam
WF 8 in Windows
February 21, 2007, 10:12 PM
Piipster
Variable length fields(AnV) could be part of the issue:

http://techsupport.informationbuilders.com/known_problems/20132025.html


ttfn, kp


Access to most releases from R52x, on multiple platforms.
February 22, 2007, 10:52 AM
Jeff Elam
We've migrated over to a 7.6 environment, and the issue is no longer present. We saw it on 7.1.3. Thanks for everyone's input.


Jeff Elam
WF 8 in Windows
February 27, 2007, 11:25 AM
<kreycraft>
For us it was a problem with varchars. Once I removed the V in the USAGE, the NODATA worked properly (i.e. USAGE=A30, ACTUAL=A30V).