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

Beginner line graphs

Hello everyone,

I'm totally new to Qlik View and am interested in bringing in data from a variety of sources and making a workbook with several different line graphs. I have been working with a dummy excel file trying to get the graph functionality to work and have been unsuccessful - I think it may have to do with the way that I set up the fields in the excel file (which is attached). What I would like to do is plot the month on the x axis of the graph, and then plot the (fraction of total / total) as a percentage with respect to its corresponding month. Would somebody be able to help me do this? Thanks.

1 Solution

Accepted Solutions
rustyfishbones
Master II
Master II

Choose Line Chart

2014-04-07_1427.png

Select Month as the Dimension

and SUM([Fraction of Total]) as the Expression, tick the relative tick box

2014-04-07_1429.png

View solution in original post

5 Replies
rustyfishbones
Master II
Master II

Are you using a licensed version or Personal Edition?

MK_QSL
MVP
MVP

Create a line graph

Take Dimension = Month

Expression

SUM(Fraction of Total)

Tick Relative ...

Not applicable
Author

Right now I'm using the personal one but I will eventually be using the licensed small business version.

rustyfishbones
Master II
Master II

Choose Line Chart

2014-04-07_1427.png

Select Month as the Dimension

and SUM([Fraction of Total]) as the Expression, tick the relative tick box

2014-04-07_1429.png

Not applicable
Author

Thanks that worked.