Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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
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
Hi,
just add the field you created "NO" on the tablebox and you will see your 3 lines.. otherwise duplicate line will be erased
Thank you for your replying.
I see.
You give me a correct answer but let me make fast reply as "Answer".
Thank you.
You're welcome