Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
If you’re new to Qlik Cloud or Qlik Sense, start with this Discussion Board and get up-to-speed quickly.
please tell me which line do you want to Keep.
sample:
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