Line Chart is showing zero for every year data.
Fiscal Year Tables r having the values.But the tables which contains median,Limit Range,UCL,average, etc does not contain data it shows error and I have identfied the custom code(user defined
functions like median,mean,average etc), which is refered in expressions of the fileds.Also the chart is showing Zero for all the years.
May 28th, 2012 8:58am
Hi There
Can you please have a look whether the data return from your Function is numeric type? Or either you can try to convert the data by putting
=cint(Fields!ID.Value) or cdec(Fields!ID.Value) and see if it makes any difference for you
If you have any question please let me know.
Many Thanks
Syed Qazafi Anjum
Please click "Mark as Answer" if this resolves your problem or "Vote as Helpful" if you find it helpful
Free Windows Admin Tool Kit Click here and download it now
May 28th, 2012 8:54pm