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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikmark1990
Contributor III
Contributor III

Create new table with fieldnames and values, described in another table

I have the following table to create another table, based on this table:

         

sheet_isleutelveld1_isleutelwaarde1_isleutelveld2_isleutelwaarde2_iveld_iactie_iwaarde-in2_iwaarde-uit2_i
NAWzoeknaam120267ZE-2138 geboortedatuminsertnull12-2-1967
NAWzoeknaam120267ZE-2138 geslachtinsertnullvernietigd
NAWzoeknaam120267ZE-2138 H_PCinsertnullvernietigd
NAWzoeknaam120267ZE-2138 landinsertnullvernietigd
NAWzoeknaam120267ZE-2138 zoeknaaminsertnull120267ZE-2138
NAWzoeknaam200693WO-154 geboortedatuminsertnull20-6-1993
NAWzoeknaam200693WO-154 geslachtinsertnullvernietigd
NAWzoeknaam200693WO-154 H_PCinsertnullvernietigd
NAWzoeknaam200693WO-154 landinsertnullvernietigd
NAWzoeknaam200693WO-154 zoeknaaminsertnull200693WO-154

The field 'sleutelwaarde1_i' contains 10 values (2 distinct values). The need to be merged into one record belong to the fields 'geboortedatum', 'geslacht', 'H_PC', 'land' and 'zoeknaam'. The names of the fields to be created are described in the field 'veld_i' in the table above.

The newly created table needs to be:

zoeknaamgeboortedatumgeslachtH_PCland
120267ZE-213812-2-1967vernietigdvernietigdvernietigd
200693WO-15420-6-1993vernietigdvernietigdvernietigd

How do I use the values in the field 'veld_i' to create fields in my new table and add the values described in 'waarde-uit2_i' to them?

1 Solution

Accepted Solutions
jwjackso
Specialist III
Specialist III

The generic load described here (The Generic Load) may be helpful.

View solution in original post

1 Reply
jwjackso
Specialist III
Specialist III

The generic load described here (The Generic Load) may be helpful.