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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
claudialet
Contributor III
Contributor III

How does QS treat field values with same names in one table ?

I have two tables :                                                                           Requirement is :

 

Value                          SortID                                                              Value

Cat                                1                                                                       Cat   

Cat                                2                                                                       Bird

Cat                                3                                                                       Horse

Bird                              4                                                                        Dog

Horse                         5                                                                         Dog

Dog                            6

Dog                            7

 

 How do I get the table to display only 'Dog' values distinctively using the dual () ? 

 

1 Reply
Vegar
MVP
MVP

It will only turn up once in your table and the sort value will be NULL.

If you could define the field in the data script as a dual ( field, SortID) then it will become two distinct rows in your table.