Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Adding rows pivot table

Post translated with Google Translate.

Please only post in English, unless you are posting in a language specific section.

---

Hello everyone,

                     I have the following problem. When I want to show the totalized a column in a pivot table, the total is wrong

the expression used is: = Count ({$ <Year = { '$ (vAñoAnterior)'}, Month =, Dia =>} DISTINCT ProductID)

Attached a picture of the pivot table.

Regards,

1 Reply
philipp_kunz
Partner - Creator II
Partner - Creator II

Hi try this,


= Count(aggr(Count ({$ <Year = { '$ (vAñoAnterior)'}, Month =, Dia =>} DISTINCT ProductID),Month,Dia))


Regards