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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

standard deviation

hi all,

i have two fields, 1st is date and 2nd is tweet id and i m counting tweet w.r.t. date.

i have average but cant find the standard deviation.

I tried using stdev, buti suppose i m doing something wrong.

Thanks

1 Solution

Accepted Solutions
Not applicable
Author

try like this

stdev(aggr(count(tweet_id),date))

View solution in original post

3 Replies
Not applicable
Author

pls put expression here what u tried

Not applicable
Author

stdev(count(tweet_id))

and also tried this

stdev(aggr(count(tweet_id)))

Not applicable
Author

try like this

stdev(aggr(count(tweet_id),date))