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
IM integration with Sharepoint 2010
Programmatically get bookmarks from PDF file
Very slow file copy to external Western Digital USB drive Win XP
Apache AllowEncodedSlashes Not Working
Retrieving Office 2007 License Code from a Backup Drive
ORA: 6533 Subscript out of range
Exchange 2010 inbound attachment size limit
Flag duplicate record
SSRS 2008 ReportViewer1 control not maximized
Using log4j, how do I log to a file in a directory