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: 
Anonymous
Not applicable

How to display a list with calculated values and add them?

Hello everyone! I'm new in Qlikview and i've had a question about how to crate a table that shows calculated information.

I have a table with the following information:


iDNamelast NameDepartmentHours
1Name 1Last Name 1Department 1L1
1Name 1Last Name1Department 1M2
1Name 1Last Name1Department 1W2
2Name 2Last Name2Department 1L3
2Name 2Last Name2Department 2L4
3Name 3Last Name3Department 3V4

This table is loaded in Qlik and each value in the hour column is equivalent to 1. Now what I want to do is show a table with how many blocks each person makes according to the department and I do not know how to do it. In the end it would have to be a table of the following form if I select the department 1 like filter:

iDNameLast NameTotal Hours
1Name 1Last Name13
2Name 2Last Name21

And with that table list, I also need to show the sum of the values in the column total hours in any other box.

I hope I have been clear, I am attentive to your comments

Thank you very much in advance


Greetings to all!

3 Replies
datagrrl
Creator III
Creator III

I think you want a chart, then pick a straight table.

The Expression would be Count(Hours)

Then check that you want an Expression total (that is the default)

Let me know if this isn't what you want. I can add screen shots if needed.

datagrrl
Creator III
Creator III

I am struggling with what you mean by:

I also need to show the sum of the values in the column total hours in any other box.



Maybe you could mock it up.

Anonymous
Not applicable
Author

Hello Randi,

Once I have the table created, using count, I need to add the values counted in the total hours column and display that value in a graph. For example the last table have the Name 1 with 3 and the Name 2 with 1, i want to show in the chart: department 1 = 4 hours