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

How can I create a chart of a dimension and its sum?

Hi all,

I'm new to Qlikview and I'd like to create a simple chart with the x value being Job_ID and the x value being sum(Job_ID) ... I have been trying for a while but can't seem to be able to figure it out.

I've tried setting the dimension to Job_ID and the expression to sum(Job_ID) but that returns "no data to display"

Thanks in advance!

1 Solution

Accepted Solutions
Not applicable
Author

try Count(Job_ID)

Richard

View solution in original post

7 Replies
Not applicable
Author

Are you trying to Sum your dimension?

I think you need to have Job_ID as the dimension and sum(Value) as the expression.

Richard

Not applicable
Author

yes, I'm trying to chart the number of occurences of each Job_ID in my data.

sum(Value) does not seem to be valid ...

Not applicable
Author

try Count(Job_ID)

Richard

Not applicable
Author

Do you not want to do a Count(JobID) instead?

Not applicable
Author

sum(1) works fine ... on a related note ... only one of my values from Job_ID is showing .. can I show all of them at once?

Not applicable
Author

This works as well, Thanks.

but only one of my Job_IDs is showing ... can I show all of them at once on Qlikview?

Not applicable
Author

Not sure why, maybe you have one value selected in a listbox? You could post a sample file