Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Exporting Custom Measures within an exported .qvf file

Hi,

I would like to understand if it is possible to export the custom measures defined within an app with the export of the app to a qvf. When exporting or duplicating an app for the purposes of recreating the same visualizations from the same data set but masking the data, I am running into the inability to reproduce the visualizations without recreating the defined measures.

Is there a way to do this?

Regards,

John

1 Reply
y_grynechko
Creator III
Creator III

Hey John,

did you try to use variable spreadsheet? 

Create excel that looks like this

Capture.PNG

Load Variables: 

Variables:
LOAD VariableName,
VariableFormula
FROM [$(path_File_Data)\Variables.xlsx] (ooxml, embedded labels, header is 1 lines, table is Variables)

Later in the app in measures you can use it:

$(exp_ActionItemOpenCount)