Inline Loading

We can load data Inline inside of our script, which can be thought of as a hard-coded table. We can manually input data, this is recommended for just a handful of rows, not many.

It is possible to use a helpful tool to do this for you within Qlik, but the actual coding is simple as well. The first line is the header.

[MetricNames]:
LOAD * INLINE 
[
Metric
Wages
Bonus
Health
Parking Sub
Transport Sub
Training Sub
Pension
](delimiter is ',');