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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
albertestrada
Contributor II
Contributor II

Aggr Std Dev on each Row

I need the aggr std dev by Bill Num to replicate on each line item (652.13726).  Can someone help me please?

I can achieve the replication with a set analysis but the std dev is based on transaction (31.373207).

1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Try this may be:

Stdev(TOTAL Aggr(Sum(Price), Bill_Num))


Capture.PNG

View solution in original post

2 Replies
sunny_talwar
MVP
MVP

Try this may be:

Stdev(TOTAL Aggr(Sum(Price), Bill_Num))


Capture.PNG

albertestrada
Contributor II
Contributor II
Author

Thank you Sunny, that worked.