Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to find the total average from this code, how do I do that?
Hi
Might be, try like below
Avg(Aggr(urexp, urdimension))
Hi
This is not what I want I want to find the AVg value. into this recipe
1-Count({<ST_Status = {'Failed'},MO_OrderType1 = {'ZM*1' ,'ZM*2'}>}DISTINCT MO_OrderNo)/(count({<MO_OrderType = {'ZM*1',' ZM*2'} , ST_Status = {'Completed'}>}DISTINCT MO_OrderNo)+ Count({<ST_Status = {'Failed'},MO_OrderType1 = {'ZM*1' ,'ZM*2'}>}DISTINCT MO_OrderNo ))