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

hello friends,

this is rahim. i am new to qlikview.

can any one please say about generic load with example..

please

if any notes plz forward to my mail

skrahim1244@gmail.com

10 Replies
its_anandrjs
Champion III
Champion III

Hi,

Best explain by HIC

The Generic Load

And assume this simple example

Generic

LOAD * Inline

[

ID,DESC,Amount

1,A,458741

2,B,12563

3,C,25874

4,D,125632

5,E,14582

6,F,12563

7,G,125693

];

Regards

Anand

engishfaque
Specialist III
Specialist III

kkkumar82
Specialist III
Specialist III

Hi,

check the qlikview reference materials , there is a description on this under "27 Evaluating the Loaded Data"

page no 393.

Thank You.

tyagishaila
Specialist
Specialist

You can follow this link to know about Generic Prefix.

The Generic Load

Not applicable
Author

Hi Rahim,

Go through this thread.

What is Generic load and when we used Generic load.

It will help you.

Regards,

Barathiraja

rajkumarb
Creator II
Creator II

Hi

Go through this

Generic Databases or Generic Load

 A generic database is a table in which the field names are stored as field values in one

column while the field values are stored in second column.

 In general used for attributes of different objects

 We need spilt one field into multiple fields

 Need to use 'Generic' qualifier before LOAD or SELECT Statements

 Generic table Must have atleast 3 fields.

Example:

Generic LOAD object,

attribute,

value

FROM

(biff, embedded labels, table is Sheet1$);

Not applicable
Author

thank u so much shaila tyagi

Not applicable
Author

thank u barathiraja