Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I need to calculate the StDev of AMOUNT however when trying stdev(AMOUNT) I receive an incorrect value since it is also accounting for dates with zero values. I want it to calculate for dates with data only in my date range selection.
Any ideas?
Regards,
Olle
Maybe like
stdev({<AMOUNT= {"*"} >} AMOUNT)
or
stdev({<AMOUNT= {">0"} >} AMOUNT)
anyone? ![]()
Maybe like
stdev({<AMOUNT= {"*"} >} AMOUNT)
or
stdev({<AMOUNT= {">0"} >} AMOUNT)