Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

hi guys generic load with simple example? thanks

hi guys generic load with simple example?  thanks

3 Replies
fernando_tonial
Employee
Employee

Hi Manoj,

you can see a example in the QlikView Reference Manual.

27 Evaluating the Loaded Data.

27.1 Generic Databases.

Beste Regards.

Tonial.

Don't Worry, be Qlik.
alexandros17
Partner - Champion III
Partner - Champion III

Esempi:

Differenti formati di file

Load * from data1.csv;

Load * from 'c:\userfiles\data1.csv' (ansi, txt, delimiter is ',', embedded labels);

Load * from 'c:\userfiles\data2.txt' (ansi, txt, delimiter is '\t', embedded labels);

Load * from file2.dif (ansi, dif, embedded labels);

Load @1:2 as ID, @3:25 as Name, @57:80 as City from data4.fix (ansi, fix, no labels, header is 0, record is 80);

Load * from C:\qdssamples\xyz.qvx (qvx);

Selezionare alcuni campi, calcolare campi

Load FirstName, LastName, Number from data1.csv;

Load @1as A, @2 as B from data3.txt' (ansi, txt, delimiter is '\t', no labels);

Load FirstName&' '&LastName as Name from data1.csv;

Load Quantity, Price, Quantity*Price as Value from data1.csv;

Selezionare alcuni record

Load distinct FirstName, LastName, Number from data1.csv;

Load * from Consumption.csv where Litres>0;

Caricare dati non nel file

Load * Inline

[CatID, Category

0,Regular

1,Occasional

2,Permanent];

chiru_thota
Specialist
Specialist