Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
bilionut
Contributor III
Contributor III

grouping and transform table in load

Hi everyone,

I need to make a new table in load , grouped by the Item column from this 

LOAD *
Inline (
'Item', 'Suplier', 'Cod'
'AAA', 'S1', '123'
'AAA', 'S24', '234'
'AAA', 'S3', '554'
'BBB', 'S23', 'abc'
'BBB', 'S77', 'yxz'
'BBB', 'S1', 'uus'
'BBB', 'S234', 'ddd'
'CCC', 'S88', 'acadd'
'CCC', 'S55', 'ddee'
);

to this:

bilionut_0-1741944390938.png

 

 



 

Labels (2)
1 Reply
henrikalmen
Specialist II
Specialist II

Check out GENERIC LOAD.