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

How to handle data with sub listings within a row level data ?

Hi All ,

How to handle data with sub listings within a row level data ? Please find attached sample data .

Untitled.png

Example Pedros is a client which actually is group of  three separate entity of even client .

Thanks & Regards

Shekar

2 Replies
shekhar_analyti
Specialist
Specialist
Author

Basically i want to ignore records like Pedros , not its sub group during load ....

prma7799
Master III
Master III

Like this???

Test:

LOAD Shipping_Client,

     Nautical_Miles,

     Max_Stops,

     Staked

FROM

(ooxml, embedded labels, table is Ships, filters(

Remove(Row, Pos(Top, 15)),

Remove(Row, Pos(Top, 13)),

Remove(Row, Pos(Top, 10)),

Remove(Row, Pos(Top, 7)),

Remove(Row, Pos(Top, 3))

));