Focal Point
[CLOSED] Report will not display same information as stored proc

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

May 06, 2015, 02:04 PM
nico
[CLOSED] Report will not display same information as stored proc
I have a sql stored proc that will display 0's for months that do not have data in SSMS.
On my webfocus report, it will NOT display the same information as my sproc does.
Does anyone know why webfocus will not display my 000000????

SSMS:
Month_Year TotalMB
January 2015 0.00000381
February 2015 0.00000000
March 2015 0.00000000


IS There a setting or command/function that makes user unfriendly webfocus not display what SSMS does?

Webfocus report:

Month_Year TotalMB
January 2015 0.00000381

Can anyone tell me why these would b different when I pass in the same parameters on both level.

Thank u very much

This message has been edited. Last edited by: <Kathryn Henning>,


WebFOCUS 7.6
Windows, All Outputs
May 06, 2015, 03:19 PM
Dan Satchell
A WHERE clause might do that. SET SHORTPATH=FOCUS might do that. Set ALL=OFF might do that. SET SSMS=BADFOCUS! might do that.


WebFOCUS 7.7.05
May 06, 2015, 03:54 PM
Doug
Or format that field with Zero Suppression.