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

Display every value of a field in a combo chart

Hi everybody,

i have the following situation:

I am using a combo chart with the dimension age and an expression avg(salary). The result is a chart that displays for every value of the field age an average salary (as seen below).

Unbenannt.PNG

But my goal is to display every value of the field salary as a point in the combo chart combined with a polynomial of 2nd degree. I have tried different and/or several expressions but none of that was of success.

Can you help me?

Kind regards,

Markus

1 Solution

Accepted Solutions
Not applicable
Author

Hi Markus

Maybe use a scatter chart  with

dimension :   yourIdfield

expression 1 :   sum( Age)

expression 2  :  Avg(Salary)

Then create a trendline with 2nd degree polynom

JJ

View solution in original post

2 Replies
Not applicable
Author

Hi Markus

Maybe use a scatter chart  with

dimension :   yourIdfield

expression 1 :   sum( Age)

expression 2  :  Avg(Salary)

Then create a trendline with 2nd degree polynom

JJ

Not applicable
Author

Hi JJ

Thanks, it works that way!

Markus