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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Bar Chart Trendline

Just wondering if anyone can help me I am looking to create a bar chart showing month on month a trendline showing a percentage increase or decrease from month to month for each year.

It's the figure Income/Accounts from the Excel attachment that I am trying to get the trendline on if anyone can advise me.

Labels (1)
1 Solution

Accepted Solutions
awhitfield
Partner - Champion
Partner - Champion

No problem line expression has Value on data point too:

Missed that bit!

Andy

View solution in original post

5 Replies
qlikmsg4u
Specialist
Specialist

Hi Sue,

This is what your are looking for?

!

Not applicable
Author

Hi thanks for the reply,

Unfortunately I am only using the personal edition is their anyway you could put it in here what you done if you could.

Thanks again for your reply.

awhitfield
Partner - Champion
Partner - Champion

Hi Sue,

this is the chart;

Chart = Combo

Dimension = YearMonth

Bar Expression = Sum([Income/Accounts]) , with values on Data Points

Line Expression = sum([Income/Accounts]) / Above(sum([Income/Accounts])) -1

HTH - Andy

Not applicable
Author

Hi Andrew,

I have the chart with the values on top but my line is not giving me the percentage difference it is probably something I am forgetting to do.

awhitfield
Partner - Champion
Partner - Champion

No problem line expression has Value on data point too:

Missed that bit!

Andy