Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
jcazzato
Contributor
Contributor

Showing all data points on a line graph regardless of the dimension

Hi everyone,

We are having some trouble creating a graph without averaging out the data points.

We have the date as the dimension but within the date there could be up to 12 data points, and the graphs just averages the points into 1.

This is an example of the "formula" we are using

Avg({<[CHECK_LOCATION_NAME]={'Roughing Mill - Stand 6H'},[QUESTION_NAME]={'Check DENCO oval gears - 1'}>}[VALUE_FINAL])

I know we are using the AVG function but we cant find another way to do it

Any help would be greatly appreitated

Thanks,

Jo

1 Solution

Accepted Solutions
marcus_malinow
Partner - Specialist III
Partner - Specialist III

Qlik will aggregate your data together to create a single data point per each of your dimension values. So, if you want multiple values for a particular dimension value, you'll need to add a second dimension with the aim of creating a single value per combination of two dimensions

For example with this source data

DateValue
1/110
1/120

 

This would result in a single average value of 15 for 1/1

By adding another dimension

DateSecond DimensionValue
1/1A10
1/1B20

 

This would result in two values being shown

View solution in original post

2 Replies
JordyWegman
Partner - Master
Partner - Master

Hi Jo,

Is it possible that your set analysis is excluding all this information and you are left with only one point?

What if you delete all this set analysis, do you get your 12 points? If not, is your data even connected to these 12 points?

Jordy

Climber

Work smarter, not harder
marcus_malinow
Partner - Specialist III
Partner - Specialist III

Qlik will aggregate your data together to create a single data point per each of your dimension values. So, if you want multiple values for a particular dimension value, you'll need to add a second dimension with the aim of creating a single value per combination of two dimensions

For example with this source data

DateValue
1/110
1/120

 

This would result in a single average value of 15 for 1/1

By adding another dimension

DateSecond DimensionValue
1/1A10
1/1B20

 

This would result in two values being shown