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

how shows exact record

Hello experts,

i am loading on e excel sheet with having 1 to 100 records in a excel sheet. Now i want shows the exact records of 51,54 and 99

thanks in advance

1 Reply
balabhaskarqlik

Try like this:

ABC:

Load

    A,

    B,

    C,

    RowNo()

from ABC.xls;

NoConcatenate

Temp:

Load

    *

Resident ABC

where Macth(RowNo(),51,54,99);