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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to plot sales growth rate by year ?

Hi All

Jason just help me get the sales growth rate using Table. see the below link :-

http://community.qlik.com/thread/100314

Now i need to go one step further is to plot the growth rate number using chart.

I have try , the Growth rate does not able to display on bar chart.

Paul

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Paul

You qvw is actually working but the sum(sales)expression which is marked as invisible is making it think it has values of 1+ million, and setting the axis scale accordingly but not displaying the large sales values.... as it is marked invisible.

The %'s are an order of magnitude smaller and so are such tiddly blips they cannot be seen.

Solution: Remove your sum(sales)expression

Best Regards,     Bill

View solution in original post

2 Replies
Not applicable
Author

Hi Sir

I have try to use the above function , but the % bar does not able to display on the chart.

Paul

Anonymous
Not applicable
Author

Paul

You qvw is actually working but the sum(sales)expression which is marked as invisible is making it think it has values of 1+ million, and setting the axis scale accordingly but not displaying the large sales values.... as it is marked invisible.

The %'s are an order of magnitude smaller and so are such tiddly blips they cannot be seen.

Solution: Remove your sum(sales)expression

Best Regards,     Bill