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
setup NAT on Cisco ASA
ASP.NET How to get picture images to display...in a LISTVIEW?
How to write an excel =sumif formula with multiple conditions
Getting (and setting) text values from a CRM Pick List?
Changing the name ofWindows Version during startup
Can not get mysql to work with IIS7 Drupal and PHP
Can WordPress be customized to some degree by manipulating files embeded in the WordPress file path
printer not using default settings
Decompiling DElphi DLL to Source Code.
PHP Sessions