Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Avg function not giving any value in graph.

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.

1 Solution

Accepted Solutions
sunny_talwar

May be like this

Avg(Aggr(Only({<Status = {'*Order*'}, UNITRATE = {'>0'}>} UNITRATE), ENQNO))

View solution in original post

1 Reply
sunny_talwar

May be like this

Avg(Aggr(Only({<Status = {'*Order*'}, UNITRATE = {'>0'}>} UNITRATE), ENQNO))