Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
bhavvibudagam
Creator II
Creator II

How to calculate Mean from Frequency field

Hi Experts,

Can any one please help me on below requirement to calculate Mean and Standard Deviations in the attached excel.

Here the Mean is calculated from the Frequency field and aggregated by month like

Mean                                        Standard Deviation

N/A                                             N/A        

=SUM(I9:I10)/2                           = STDEV.P(I9:I10)

=SUM(I9:I11)/3                           = STDEV.P(I9:I11)

=SUM(I9:I12)/4                          = STDEV.P(I9:I12)

How to calculate these Excel calculations in Qlik. Please help me on this.

Thanks in advance

1 Solution

Accepted Solutions
sunny_talwar

10 Replies
sunny_talwar

Recently wrote a document on Standard deviation... this might help

Standard Deviation (Population vs. Sample)

bhavvibudagam
Creator II
Creator II
Author

Hi Sunny,

I have tried below Two expressions:

=Stdev(aggr(sum(Frequency),Month))

Stdev(TOTAL <Month> Frequency)


But these are not working. Getting NULL.

Please help me on this. Please let me know How to calculate the Mean also.

I am new to these topics.

stddev.png

Thanks in advance.

sunny_talwar

Try this

RangeStdev(Above(Sum(Frequency), 0, RowNo()))

bhavvibudagam
Creator II
Creator II
Author

Hi Sunny,

Thanks for your reply.

The above expression is not working Showing null.

sunny_talwar

Would you be able to share your qvf file?

pradosh_thakur
Master II
Master II

RangeStdev(Above( total Sum(Frequency), 0, RowNo(total)))


or

RangeStdev(Above( Sum(Frequency), 0, RowNo(total)))

Learning never stops.
sunny_talwar

Please find attached the whole thing

Capture.PNG

bhavvibudagam
Creator II
Creator II
Author

Thank you so much sunny

Mean is not in the app

Mean                                    

N/A                                               

=SUM(I9:I10)/2                         

=SUM(I9:I11)/3                         

=SUM(I9:I12)/4  

How to get this mean from frequency fields

sunny_talwar

Isn't this the mean?

Capture.PNG