Microsoft
Software
Hardware
Network
Question : SQL Reporting hide null data
We have a SQL report (screen shot below) that shows various statistics from projects. It's showing a lot of NULL data. What's the best way to hide that? Can it be done with an IIF expression? I cannot change the select statement, I can only modify the data from BIDS.
Attachments:
PVR.jpg
(101 KB)
(File Type Details)
pvr
Answer : SQL Reporting hide null data
Try :
Where isNull(Estimated_Hours ,0) > 0
Random Solutions
Http dynamic Compression not work if We using text/html
FTP not working on Windows Server 2008 IIS 7
IIS Web site works in all browsers except Safari on Mac
create xml script using coldfusion
Connecting Outlook 2010 to an exchange server remotely
Microsoft access 2010 pegs the CPU
GFI 2010 Limits exchange 2003 incoming email 2 mb! ARGH!
PC will not reboot unless press power button
ESXi compatible hardware
Provide Current mm as @AsOfMonth and current yyyy as @AsOfYear