Qlik Sense Enterprise >= 3.0 (Desktop not supported)
- Download this extension on a zip file using the 'Clone or Download' button
- Access navigate to 'Extensions' under the QMC (Qlik Management Console)
- Import the zip file
- Navigate to the Data Load Editor
- Create a Data Connection to the template excel file (it is provided in the zip file)
- Insert the scripts for your Dimensions and Measures tables (add REPLACE LOADs if you want to enable partial reload)
- Back in your Qlik Sense Application, create one table for the template file's Dimensions and another for template file's Measures (Highly recommend qsQuickTableViewer from ChristofSchwarz and Ralf Becher for this https://github.com/ChristofSchwarz/qsQuickTableViewer)
- You can now use the Actions on the Master Items to create your Master Items from the template file.
- Dimensions and Measures must have unique ID's
- It is recommended that calculated expressions (usually label expressions) are wrapped in quotes: EG: '='Sum(Dim1)'
- It is recommended that text based expressions (usually label expressions) are wrapped in quotes: ''Label Expression Example'
- Measures required: Expression, Name
- Dimensions required: Field, Name
- Create: Inserts Dimensions/Measures based on selections
- Update: Updates Dimensions/Measures based on selections
- Delete: Deletes Dimensions/Measures based on selections
- Partial Reload: Partially reloads dataset to avoid high reload times on large apps (Need to add REPLACE LOADs in Data Load Editor)
- Delete All: Deletes ALL Dimensions/Measures (warning: this applies also to metrics not defined through this tool)
- Export: Exports Dimensions/Measures from your application so that you can copy them back into your template file for later use.
Henrik Amnäs @MBI
Exporting of Master Items will sometimes add an additional single quote to the end of a complex expression. Just make sure to remove it when copying back to your template spreadsheet.