Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
sivarajs
Specialist II
Specialist II

Removing the duplicates

Hi,

I have table like below

Field AField B Field CField D
1xyzrec456
2xyzrec456
3xyzrec456
4xyzrec456
5xyzrec456
6xyzrec456

Its a staight table and am hiding Field A. Because of that it shows all the rest of records. Without Field A it looks the values are repeating.

Field B Field CField D
xyzrec456
xyzrec456
xyzrec456
xyzrec456
xyzrec456
xyzrec456

Is there any workaround to show rest as single record.

Field B Field CField D
xyzrec456

Thanks,

Sivaraj

6 Replies
Not applicable

Sum(DISTINCT [Field D])

or in presentation tab > check Max no show(1)

tresesco
MVP
MVP

In expression tab put a dummy expression '=1' and hide it in the presentation tab. Now instead of hiding your Field A in the presentation tab, put an enable condition (Dimension tab) as 0 (i.e - 'FALSE' for always).

Hope this gives you an idea.

sivarajs
Specialist II
Specialist II
Author

Hey thanks for your response i dint work

Not applicable

in straight--

in dimension tab-

select the [Field A]

then check the Enable condition and write its value is 0.

then output like this

see attachment

Field BField C[Field D]
xyzrec456
neetu_singh
Partner - Creator III
Partner - Creator III

Hi,

Can you elaborate your problem as are you doing summation or want to pick only value.

Regards

Neetu Singh

sivarajs
Specialist II
Specialist II
Author

Hi vishwa,

When i enable condition as 0 it showing only single record for entire table.Table has same type of other records as well