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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

New to line charts, help!

Hey guys. I have a question for you, which will probably be pretty simple for you all to answer.

I have 3 fields that I need to represent in a line chart: "PA User", "WV User", and the Year.

I want to have a line chart display that number of users for both PA and WV, for each year. No months, just year.

I've attached a picture of a line graph that I'm trying to somewhat mirror.

I don't believe any calculations have to be done - the "PA User" and "WV User" are both stored as percentages... I just need to sort them in the line chart by year, like the image.

Untitled.png

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Add Year as dimension and expressions for your measures. sum([PA User]), sum([WV User]) will do.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Add Year as dimension and expressions for your measures. sum([PA User]), sum([WV User]) will do.


talk is cheap, supply exceeds demand
Not applicable
Author

You're my QV hero, sir.