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
Grant Power User permissions to users in a container
Need to recover partition
Secure Email for HIPAA compliance
Need to monitor specific events in SCOM 2007 R2
How to get selected row value from datatable in JSF ?
htaccess Partial Query String Rewrite
SQL Statement to exclude certain criteria
xaml parse error silverlight 4 from 3
DataGridView
Oracle Forms : How to populate checkboxes dynamically from the database