New to Qlik Analytics

If you’re new to Qlik Cloud or Qlik Sense, start with this Discussion Board and get up-to-speed quickly.

Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!

Who Me Too'd this solution

zhadrakas
Specialist II
Specialist II

 

 

please tell me which line do you want to Keep.

sample:sample.png

imagine you just want to Keep the first line of ID "AAA011lQ11901613"

you could use:

Load distinct id,
firstvalue(shortitemNo) as shortitemNo,
firstvalue(itemNo) as itemNo,
firstvalue(lotNo) as lotNo

...

Group by id

;

thats just an example. if this is not what you want to achive, please describe your desired Output based on the example above.

regards

tim

 

View solution in original post

Who Me Too'd this solution