I have a table with the following fields:
1. order date
2. order number
3. code ordered
4. order amount
What I want is the average and the daily standard deviation for every different code.
I grouped data for {order date} and then for {code ordered}.
For the daily amount I did: sum ({order amount}, {order date}, “daily”)
I cannot calculate average and stddev with Crystal functions because it doesn’t consider the “null” daily amounts as zero (it doesn’t consider them at all). Could someone please tell me a std dev formula that can solve this problem? I tried a few different solutions, but I always get some kinda error.
1. order date
2. order number
3. code ordered
4. order amount
What I want is the average and the daily standard deviation for every different code.
I grouped data for {order date} and then for {code ordered}.
For the daily amount I did: sum ({order amount}, {order date}, “daily”)
I cannot calculate average and stddev with Crystal functions because it doesn’t consider the “null” daily amounts as zero (it doesn’t consider them at all). Could someone please tell me a std dev formula that can solve this problem? I tried a few different solutions, but I always get some kinda error.