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: 
karan_kn
Creator II
Creator II

Create Fields based on the values

Please help me to Create fields (Fruit, Vegetables & Value)using Fieldname values in a load script

LOAD * INLINE [
ID, Fieldname, Value
1, Fruit, Orange
1, Value, 548
2, Fruit, Apple
2, Vegetables, Onion
2, Value, 5469
3, Fruit, Pineapple
3, Vegetables, Beans
3, Value, 1245
4, Fruit, Mango
4, Vegetables, Carrots
4, Value, 7895
5, Fruit, Grapes
5, Value, 457
];

1 Solution

Accepted Solutions
Vegar
MVP
MVP

You can use the GENERIC functionality in QlikView.

54157_Generic%20transformation4

Take a look at   @hic  excelent blog post The Generic Load

View solution in original post

1 Reply
Vegar
MVP
MVP

You can use the GENERIC functionality in QlikView.

54157_Generic%20transformation4

Take a look at   @hic  excelent blog post The Generic Load