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: 
manoranjan_d
Specialist
Specialist

LINECHART

yearmonthdeptAMT
2016JANCSE100
2016FEBIT200
2016MAREEE300
2016APRCSE400
2015JANCSE500
2015FEBIT600
2015MAREEE700
2015APRCSE800
2015MAYEEE900
2015JUNECSE1000

Hi all

above is my data, i need line chart for the total incoming spend amt by dept, for the year and month.

so can i achieve this chart? which will come for dimension and expression

8 Replies
Not applicable

List Box Items:

Year

Month

Dimension:

dept

Measure:

sum(AMT)

manoranjan_d
Specialist
Specialist
Author

can u send me in anqvw file

MindaugasBacius
Partner - Specialist III
Partner - Specialist III

LOAD year,

     month,

     year &  month as year_month,

     dept,

     AMT

FROM

[https://community.qlik.com/thread/224067]

(html, codepage is 1257, embedded labels, table is @1);

Result:

Screenshot_1.jpg

MindaugasBacius
Partner - Specialist III
Partner - Specialist III

Also, in my opinion you will have to make a Master Calendar to succeed for aim.

Not applicable

See Attached.

The best way to learn on qlik is to give it a go!

Regards,

manoranjan_d
Specialist
Specialist
Author

in line chart how many dimension are accepted? till 2 dimensions?

Not applicable

As many as you require your analysis to cover or is visually and analytically intuitive.

manoranjan_d
Specialist
Specialist
Author

in line chart i need center line of vertical, this can be achieved?