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: 
realpixel
Creator
Creator

Average column

Hello,

I have a dashboard with following information

[client]     [Date IN]             [Date OUT]          [Delay]

client1     16/03/2013          02/03/2013          14        

client1     08/02/2013          21/01/2013          18

client1     21/01/2013          20/12/2012          32

I need when I select "client1" to have the avarage of the column "Delay".

Someon have an idea how to do the operation?

1 Solution

Accepted Solutions
alexandros17
Partner - Champion III
Partner - Champion III

Create a chart with client1 as dimension, the expression avg(Delay) should be enough ...

View solution in original post

1 Reply
alexandros17
Partner - Champion III
Partner - Champion III

Create a chart with client1 as dimension, the expression avg(Delay) should be enough ...