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

Merge Cells in pivot table

Hello,

I am trying to merge some cells on a pivot table, but i haven´t been able to do it.

¿Is there any way to do?

I attach an example of a pivot table.

  

SALESMANPRODUCTKPIsum(SALES)sales
X1SALES5      12
X2SALES7
Y3SALES99

thank you

1 Solution

Accepted Solutions
devarasu07
Master II
Master II

Hi,

Like this?

create expression like below

aggr(sum(SALES),SALESMAN)

Capture.JPG

View solution in original post

2 Replies
devarasu07
Master II
Master II

Hi,

Like this?

create expression like below

aggr(sum(SALES),SALESMAN)

Capture.JPG

Anil_Babu_Samineni

Like this?

Capture.PNG

OR

Sum(Aggr(sum(SALES), SALESMAN))

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