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
How can you search e-mail within Outlook 2010 and not use the index?
Multiple repeat regions on 1 page with 1 recordset
Grabbing some word using regular expressions
Delphi: Importing CSV file that has new line characters
navigation bumps down in ie
Cannot access Windows 2008 DFS links from Windows 2003
Problems sharing iTunes between accounts on a Mac
Visual Studio 2005 not working on Windows 7
Search list of multiple pc names, search registry for string value and delete entry
Export jasper report to txt format