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

Line Graph in Chart

Hi all,

I want to create a LINE graph. I have the below data.

LocalityCostsPeriod
A100Nov-13
B200Oct-13
C300Sep-13
D400Aug-13
E500Jul-13
F600Jun-13

I want to see a line graph with "Period" on X-axis and "Locality" on Y-axis. "Costs" should be the LINE on the graph. In other words, I want  to see the costs for all localities as LINES, for a particular period. Is that be possible. If yes, Could you please let me know how to do it ?

Thanks

1 Solution

Accepted Solutions
Not applicable
Author

Hi Prakash

open a chart object and choose "line chart'

set Period and Locality as dimensions and  sum(Costs) as expression

you'll get this

Best regards

Chris

View solution in original post

2 Replies
Not applicable
Author

Hi Prakash

open a chart object and choose "line chart'

set Period and Locality as dimensions and  sum(Costs) as expression

you'll get this

Best regards

Chris

Not applicable
Author

Thanks Christian!

Its working fine.