Hello,
I have a bar chart in my report and it is getting value from the telerik SQL, so the scenario is :
if i have data from telerik SQL =0.0002356 , then it is shown on bar, but
if i have data from telerik SQL=0.0000000, then it is showing nothing (and it should show 0 on the bar )
so, what i want on my report, if i get data less than 1 from my telerik SQL, then it should show 0 for that particular bar in the telerik report run time .(I have implemented this in SQL but there is no use of that in telerik report, because i think the report does not show value 0)
please help.