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

Tellis chart with two dimensions and an average line of the first dimension

Hello

I have created a trellis chart with two dimensions:

1: quarteryear

2: client

I have expression avg(perfomance)

so each quarter is now a chart which shows the performance per client in bar-charts.

But now I would like to add the average performance per client independent of quarter over all the quarter charts as a line. The line should only respond to the second dimension (client) and not the firsl dimension (quarteryear).

So it should be the same line over all charts.

is this possible?

avg({1} performance) or avg(total(performance)) does not work.

your help would be much appreciated

regards

Peter

1 Reply
Nicole-Smith

Try:

avg(total <client> performance)