June 28, 2018 at 8:36 am
Hi,
I am calculating to Standard deviation and i am using standard deviation function, i am doing stdev(Fields!Column1.Value/Fields!Column2.Value) and i get #error value, is it due to null values, if so how to eliminate the #error.
Thank You!
June 28, 2018 at 9:02 am
sheba.sql - Thursday, June 28, 2018 8:36 AMHi,I am calculating to Standard deviation and i am using standard deviation function, i am doing stdev(Fields!Column1.Value/Fields!Column2.Value) and i get #error value, is it due to null values, if so how to eliminate the #error.
Thank You!
Are you sure that is caused by null values? Could you have any zeros in Fields!Column2.Value?
July 11, 2018 at 12:10 pm
sheba.sql - Thursday, June 28, 2018 9:17 AMI just checked my dataset, there are no zeros in Fields!Column1.Value or Fields!Column2.Value. Either both have null values or both are not nulls, not sure what the reason. Working from Hrs to figure it out 🙂 @luis C.
I'm pretty sure NULL values aren't going to work. You can't compute a STDEV and have NULL values in the group. You'll have to eliminate those first.
Steve (aka sgmunson) 🙂 🙂 🙂
Rent Servers for Income (picks and shovels strategy)
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply