You are on page 1of 1

Associating Tables and Transforming Data – Syntax

Table association by field alias syntax Stacked preceding load blocks


• Create or break table associations by aliasing fields in the table LOAD block
TableName:
• Syntax is:
o SourceFieldName AS TargetFieldName
LOAD
Field_G * 100 AS Field_X;

Data transformations
LOAD

Direction of row data


• Transformation of data can occur: Field_E – Field_F AS Field_G;
o On a source database server, prior to loading into Qlik Sense
o On the Qlik Sense side, as data is received (preferred method) LOAD
• Use powerful Qlik Sense functions in the table preceding LOAD block Field_A + Field_B AS Field_E,
Field_C * Field_D AS Field_F;

Preceding load blocks SQL SELECT


• Can access any of the fields passed up from the block below Field_A,
Field_B,
• Handle data in a row-by-row stream (except optimized QVD files)
Field_C,
• Enable expression caliculatons to be performed on the Qlik Sense side Field_D
• Are best practice for loading data into Qlik Sense models FROM database;

© 2019 QlikTech International AB. All rights reserved. Qlik®, Qlik Sense®, QlikView®, QlikTech®, Qlik Cloud®, Qlik DataMarket®, Qlik Analytics Platform®, Qlik NPrinting®, Qlik Connectors®, Qlik GeoAnalytics®, Qlik Core®, Associative Difference®, Lead with Data™, Qlik Data Catalyst™, Qlik Associative
Big Data Index™, Qlik Insight Bot™ and the QlikTech logos are trademarks of QlikTech International AB that, where indicated by an “®”, have been registered in one or more countries. Other marks and logos mentioned herein are trademarks or registered trademarks of their respective owners.

You might also like