Focal Point
[Closed] WebFOCUS NVL

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

March 27, 2009, 02:03 PM
Rick Man
[Closed] WebFOCUS NVL
Is there a corresponding function to the SQL, NVL function? I see a COALESCE, but it appears to be only for the Data Migrator.
And the issue is a NULL character. Maybe its DECODE. Can DECODE handle a NULL? I'll test it.

Thanks,

This message has been edited. Last edited by: Rick Man,


Reporting Server 7.6.10
Dev. Studio 7.6.8
Windows NT
Excel, HTML, PDF
March 28, 2009, 01:29 PM
Enigma006
Any suggestions please..


8.1.05
HTML,PDF,EXL2K, Active, All
March 28, 2009, 01:46 PM
Danny-SRL
How about:
  
DEFINE FILE filename
field/format MISSING ON = IF field IS MISSING THEN value ELSE field;
END



Daniel
In Focus since 1982
wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF

March 30, 2009, 05:26 PM
Enigma006
Rickman. Did you solve the problem. Please post your experience here.

Thanks..


8.1.05
HTML,PDF,EXL2K, Active, All
April 01, 2009, 09:50 AM
Rick Man
Sorry. I hope to test this by the end of the week.


Reporting Server 7.6.10
Dev. Studio 7.6.8
Windows NT
Excel, HTML, PDF
April 01, 2009, 05:44 PM
Enigma006
Ok. Please post if you get to find something.

thanks..


8.1.05
HTML,PDF,EXL2K, Active, All
April 02, 2009, 09:13 AM
Rick Man
That technique did not work. See this post that does work.
http://forums.informationbuild...?r=25610394#25610394


Reporting Server 7.6.10
Dev. Studio 7.6.8
Windows NT
Excel, HTML, PDF