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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
curt1094
Partner - Contributor II
Partner - Contributor II

Line Chart with more than 20 measures?

Is it possible to have a Line Chart with more than 20 measures? I need to add a total of 30 measures to a line chart. If this is possible, how would I go about doing this?

Labels (1)
1 Solution

Accepted Solutions
anat
Master
Master

there is a limitation  in line chart:

Dimensions Measures Result
1 dimension 1 measure A simple line chart with a single line.
2 dimensions 1 measure A line chart with the first dimension on the X-axis, and a line for each value of the second dimension.
1 dimension up to 15 measures A line chart with one line for each measure.

View solution in original post

3 Replies
anat
Master
Master

there is a limitation  in line chart:

Dimensions Measures Result
1 dimension 1 measure A simple line chart with a single line.
2 dimensions 1 measure A line chart with the first dimension on the X-axis, and a line for each value of the second dimension.
1 dimension up to 15 measures A line chart with one line for each measure.
Rohan
Partner - Specialist
Partner - Specialist

Hi,

Though as these limitations be, We can always try to use Dummy Dimension as a loophole to tackle such scenarios. In this case, we will use 2 dimensions : Month & Dummy. in measure :

Pick(Dsort,Exp1,Exp2,Exp3,.....Exp30);

 

Dummy Dimension is nothing but an Unlinked Island Table with your desired Expression Labels & their Sorting Order. For your case, something like :

Dummy :

Load * Inline[

Dummy,Dsort

Exp1,1

Exp2,2

...

Exp30,30];

 

Try this & let me know.

 

Regards,

Rohan.

 

 

 

anat
Master
Master

Or else try to create like ad hoc report like display only those metrics based on selection