Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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

Try this may be:

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


Capture.PNG

View solution in original post

2 Replies
sunny_talwar

Try this may be:

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


Capture.PNG

albertestrada
Contributor II
Contributor II
Author

Thank you Sunny, that worked.