Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
khaycock
Creator
Creator

Showing all replica fields

I have an Excel flat file that is showing 18 lines for new hires like this:

new hire 1.PNG

In my pivot table on the dashboard I want to display all 18 of these lines, but it is only showing the line once because it is the same. When a count is added you can see its 18 but I actually want it shown 18 times in the table instead?

newhire2.PNG

Any ideas?                        

1 Reply
sunny_talwar

May be add a unique identifier while loading your data

LOAD RowNo() as UniqueIdentifier,

     Field1,

     Field2,

     Field3,

     ....

FROM ....;

and now add UniqueIdentifer as one of the pivot table dimension