Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have below kind of data available for my enquiries, and I am trying to calculate Avg Rate. while computing avg rate, I have to ignore null rate and negative rate from table. Can somebody help me to put correct formulate to compute this.(values are smudged for privacy reason)
currently I have put below as formula
Avg(Aggr(Only({<Status = {'*Order*'},UNITRATE>= {0} >} UNITRATE), ENQNO)) AND MY GRAPH SHOWS AS BELOW.
May be like this
Avg(Aggr(Only({<Status = {'*Order*'}, UNITRATE = {'>0'}>} UNITRATE), ENQNO))
May be like this
Avg(Aggr(Only({<Status = {'*Order*'}, UNITRATE = {'>0'}>} UNITRATE), ENQNO))