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

Problem with Duplicate Row

Hi,

I have a question about showing duplicate Row.

I have a Data like this:

Col1          Col2          Qty           Col4

A               B              10               D

A               B              10               E

The problem is when I create  a pivot table with 2 dimension(Col1 and Col2) with the expression Sum(Qty)

There is only one row shown, the result i expect is both row is shown in my pivot table ?

Do you know how to solve this problem ?

Thanks

7 Replies
nagaiank
Specialist III
Specialist III

You may add Col4 also as a dimension

Not applicable
Author

use aggr(sum(Qty),Col4) in expression

Not applicable
Author

Refer attached QVW

SreeniJD
Specialist
Specialist

That is obvious behavior... because values will be suppressed!.. If you want to display both then use Aggr by the 3rd dimension.

HTH

Sreeni

Anonymous
Not applicable
Author

use straight table without aggregate function..

Kushal_Chawda

Use Table box

santhosh_k_n
Creator II
Creator II

Hi,

I could say unless you present the col4 you will get single row, try using the Col4 in the pivot table and hide the cloum.