Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have Avarage and St.Dev in this table. But I want to extract the min and max values when calculating Standard Deviation. Please help..??
I have added new straigt table and written this formula,
Avg: =avg(aggr((SUM([Fiili Maliyet Tutarı])/sum(([Fiili Miktar])*-1)),BASKANLIK,Kayıt_Donemi_Text))
StDev: =Stdev(aggr((SUM([Fiili Maliyet Tutarı])/sum(([Fiili Miktar])*-1)),BASKANLIK,Kayıt_Donemi_Text))
Hi,
I'm not sure to understand;
min and max with your formula don't work ?
regards
min and max values is calculating but I want to extract these when calculating the Standard Deviation.
Under the "expression"-tab of your chart, put "total mode" to "max of rows".
Thank you Mr Simen but I couldn't try this,because it is deactive.
It is only possible in a Straight Table.
I think if you want it in your pivot table you need to do a nested Aggr.
so max(aggr(stdev(aggr(....,)),))
Can you attach the sample data and expected result?
Example is attached.