Qlik Sense Application Templates are re-usable load scripts for creating Qlik Sense QVDs from tables identified in the Schema Snapshot.  This is the location of any logic you want to apply during the ETL from source tables to Qlik QVDs.
There is no limit to the number of Templates that can be created, however a typical implementation will have no more than one template per Origin Database.

The Default template that is shipped wiht IPDF withIPDF can be used as a basis for creating alternate templates with different behaviors.

...

  1. In the Manage Tab click on the New or Edit links
  2. Type the following data:
    1. Name: the name template
    2. Description: freeform text to describe the purpose of this app. template
    3. Name Prefix: These characters will be appended to the front of each each file name created by this script
    4. Name Suffix: These characters will be appended to the end of each each file name created by this script
    5. Notes (optional):  freeform text notes (optional)
    6. Load Script: Qlik Sense load script to be executed for each table in the snapshot

Variables used:

Nameuse
_dw_conection
_dw_database
_dw_schema_name
_dw_table_name
_dw_qvd_table_name
_dw_renaming_fields_all
_dw_fields_all
_dw_lineage_fields_allfor adding tags to fields in the QVD to identify the source of the field




Filter by label (Content by label)
showLabelsfalse
max5
spacesIPDFDMSA
showSpacefalse
sortcreation
typepage
cqllabel in ("qsappsmain","flowsheetbuildersmain") and type = "page" and space = "IPDFDMSA"
labelskb-how-to-article

...