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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Equivalent Excel Stdevp in Qlikview

Hi

Is there any equivalent function like excel Stdevp?

I found some solutions in this forum like:

=sqrt(sum(aggr(pow(sum(Field)
-
sum(total Field)/count(total distinct Date),2),Date))/Count(TOTAL DISTINCT Date
))


but it does not work accurately

Thanks a lot

1 Solution

Accepted Solutions
swuehl
MVP
MVP

2 Replies
swuehl
MVP
MVP

Have a look at my answer here

Re: STDEV.S function in qlikview

Anonymous
Not applicable
Author

Yes. Thank you. Works good.