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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
narender123
Specialist
Specialist

Repeatition of rows in table box??

Hi Guys,

I have made a table box.In which I have done the calculation in script level.

in script

like

Tax_Code,

Tax,

If (Tax_Code='VT',Sum(Tax)) as amount

  from table1 group by Tax_Code,Tax;

Now in table box there is 15 dimention and 1 calculated dimention amount .

Table box looks like Below

Consignee_Name    city     Country     .......              amount

a                            XX           AA                                   5

a                            XX           AA                                     -

a                            XX           AA                                    -

b                           YY           BB                                 -

b                           YY           BB                                 10

Any Body tell what i have to do for remove duplicate row????

Thanks in Advance

Narender

1 Reply
alexandros17
Partner - Champion III
Partner - Champion III

It depends ...

Try to check in the last dimension the checkbox "suppress when value is  null" or in the presentation tab check the box "suppress zero values"

Hope it helps