QlikView Tutorial - Load Inline

Опубликовано: 04 Октябрь 2018
на канале: BeardedDev
1,755
13

Another video brought to you by BeardedDev, bringing you tutorials on Business Intelligence, SQL Programming and Data Analysis.

You can now support me on patreon -   / beardeddev  

In this video we introduce loading data in to QlikView and go through some examples.

Loading Inline is one option of loading data in to QlikView, it involves a simple script and can be useful for testing or if we need to load data that does not have a data source.

We talk through how to open QlikView Script Editor and use the wizard to create a script to Load Data Inline.

Script used in this video:
Employees:
LOAD * INLINE
[
Name | Position | StartDate
Tony | Sales Manager | 01/01/2018
Michelle | Sales Assistant | 01/03/2018
](delimiter is '|');

For more videos on QlikView subscribe to the channel and if there are any areas in QlikView or QlikSense that you would like me to do some tutorials on let me know in the comments below.