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
Unable to Save files in my C drive
How to select all child DIVs except where class=...
What is message collison?
How secure is an HTTP XML Request?
Configuring QoS on Linksys Cisco IP VOIP phone system through residential ADSL2
Custom Shortcut Menus in MS Access 2007
OS Logs On and then Immediately Logs Off
windows 2008 r2 with raid 6
procmon.pmb is 38GB and growing
Is it possible to exclude certain project folders like Images during Publish?