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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Edit Script to hide null values

I have a table like:

ID     1Rat     2Rat

1          1          -

1          -          2

2          3          -

2          -          5

How can I make them like this using edit script?

ID     1Rat     2Rat

1          1          2

2          3          5

Any help with be appreciated.

10 Replies
Not applicable
Author

Actually it works, I forgot the group by clause.

Thanks a lot to all of you.