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 to add decimal place in formula in seagate crystal report
php page does not load after putting it on webserver (BEEF)
Configuration Status error on TMG 2010 Enterprise
Advice on protecting a DB.php File
java.lang.NoClassDefFoundE
rror: TestZone/java
RHEL command to do an LS and have the result stop until you hit the space bar
Shell script to queue commands
how do i stop my queries from being stored
Inline Problem
Need VB code to Autonumber an Alphanumeric field...