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
Gridview RowSelected - Controlling state of other rows
SSIS reuse the object variable
How to update Hyperlinks in Excel 2003?
How to copy folders/files between computers and preserve modified date ?
jQuery or JS - Checkbox set/unset in an array?
custom Flex DataGrid Filter
Reading command line arguments in VB.Net
How to archive IMAP mail in outlook?
Windows Time Issue for 2003 Server
Need help with display differences between IE and Firefox