Quantcast
Viewing all articles
Browse latest Browse all 10045

SSRS 2008 Trend Line - Remove line before particular Point

I want help in removing the line if the value is 0. in my requirement , i am calculating previous 14 days total from 15th  day of the month and have done this in SQL . Please find Screenshot for chart1 which i am getting now and  Chart2 as requuired where i highlighted in yellow to be removed.

FYI - The data before 15th of the previous month will be all the time 0 which is written in the SQL Part. 

I Tried the below expression in the Series Properties --> Fill --> Color Expression but still i am getting as in Original Screenshot.

=IIF(Fields!TotalRawAdmits.Value<0 ,"#00ffffff","Brown")

Thanks in advance for any Help . 

Image may be NSFW.
Clik here to view.


Viewing all articles
Browse latest Browse all 10045

Trending Articles