Quantcast
Viewing all articles
Browse latest Browse all 10045

#error is SSRS for NULL values

Hi,

My datasource is a cube, and the dataset has a field MTD, which is returning NULL, and when i try to handle it with

1. iif(isnothing(Fields!MTD.Value),0,Fields!MTD.Value) , I get #error in the report

2. iif((Fields!MTD.Value).Ismissing,0,Fields!MTD.Value) , I get #error in the report

3. iif(Cint(Fields!MTD.Value),0,Fields!MTD.Value), I get #error in the report

4. I even wrote a funtion to pass this parameter and return 0 if missing, but still I m getting # error in the report

I m using Microsoft VS 2008, Version 3.5 SP1

Please let me know any possible fixes as soon as possible

Thanks

Srividya


Viewing all articles
Browse latest Browse all 10045

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>