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
Could not reliably determine the server's fully qualified when trying to restart https service
SSIS and variable issues
How to configure SSG-140 with multiply public IP's on single interface.
Mysql LIKE vs RLIKE
Flag duplicate record
How do I get the selected value from WPF combobox
Best FREE Visio Automated Network Drawing Tool?
Wake on LAN almost never works.
I can not print to tray two which has legal size paper in it. The printer is a HP 3005 pcl printer and there are other users that can print to this tray when printing legal documents.
Columns cannot convert between unicode and non-unicode string data types.