Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
mokitsu61
Creator
Creator

Tablebox erases duplicated row.

Hi,

TestData:

Load

 RowNo() AS NO,

*

Inline [

A,B,C

US,100,80

US,100,80

JP,300,250

];

I want to show 3 rows in Tablebox, but Tablebox erases duplicated row (US,100,80) and it shows only 2 rows automatically.

Does anyone know how to show 3 rows in Tablebox?

Thank you.

1 Solution

Accepted Solutions
mayankraoka
Specialist
Specialist

Hi,

Table box only shows unique records and it will remove the duplicate rows. For that if there are duplicate rows, the only way to separate them is to add a uniques field, for example RowNo() as ID.



Regards,

Mayank

View solution in original post

4 Replies
mayankraoka
Specialist
Specialist

Hi,

Table box only shows unique records and it will remove the duplicate rows. For that if there are duplicate rows, the only way to separate them is to add a uniques field, for example RowNo() as ID.



Regards,

Mayank

YoussefBelloum
Champion
Champion

Hi,

just add the field you created "NO" on the tablebox and you will see your 3 lines.. otherwise duplicate line will be erased

mokitsu61
Creator
Creator
Author

Thank you for your replying.

I see.

You give me a correct answer but let me make fast reply as "Answer".

Thank you.

YoussefBelloum
Champion
Champion

You're welcome