Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Stdev, ignore dates with zero values

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

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Maybe like

stdev({<AMOUNT= {"*"} >} AMOUNT)


or


stdev({<AMOUNT= {">0"} >} AMOUNT)

View solution in original post

2 Replies
Not applicable
Author

anyone?

swuehl
MVP
MVP

Maybe like

stdev({<AMOUNT= {"*"} >} AMOUNT)


or


stdev({<AMOUNT= {">0"} >} AMOUNT)