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: 
MindaugasBacius
Partner - Specialist III
Partner - Specialist III

Duplicated rows

Fellows,

My script:

LOAD * INLINE [

    F1, F2

    A, 1

    A, 1

    B, 2

    C, 3

];

My table:

a.png

Issue: How without loading the script and using rowno() I should know that there is a duplicated row?

Thank you!

1 Solution

Accepted Solutions
Mark_Little
Luminary
Luminary

Hi,

Another options is to add list boxes and tick the frequency option.

Mark

View solution in original post

2 Replies
MindaugasBacius
Partner - Specialist III
Partner - Specialist III
Author

I have just got an idea with Pivot table and Count function.

Mark_Little
Luminary
Luminary

Hi,

Another options is to add list boxes and tick the frequency option.

Mark