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

Display Aggregated Count per Week on a Table Chart

Hi, I would like to ask if it's possible to create a table chart that aggregates the count of an equipment per classification on a weekly basis.

Supposedly I have a table with the following data:

Equipment, Classification, Week

Equip_1, Class_1, 201701

Equip_2, Class_1, 201701

Equip_3, Class_2, 201701

Equip_4, Class_4, 201701

Equip_5, Class_2, 201701

Equip_1, Class_2, 201702

Equip_2, Class_1, 201702

Equip_3, Class_2, 201702

Equip_4, Class_4, 201702

Equip_5, Class_3, 201702

I want to display this in a table chart like this:

Classification201701201702
Class_121
Class_222
Class_301
Class_411

Thanks in advance!

1 Solution

Accepted Solutions
tresesco
MVP
MVP

2 Replies
tresesco
MVP
MVP

Like this?

Capture.PNG

Anil_Babu_Samineni

Use, Pivot table with the expression of Count(Equipment) and Dim as Classification & Week. Then transpose to Row for Week

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful