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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Generic load,value list and value loop

Hi All,

Could you please tell me the definitions of generic load,value list and value loop.

Thanks in Advance.

3 Replies
robert_mika
Master III
Master III

By using ValueLoop and ValueList you can create Listbox using Expressions:

See Below

Untitled.jpg

Generic will create fields from second Column of your data:

Script load:

t1:

generic LOAD no,

     Cat,

     Sales

FROM

[152744.xlsx]

(ooxml, embedded labels, table is Sheet1);

manojkulkarni
Partner - Specialist II
Partner - Specialist II