Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
varunqvmm
Contributor III
Contributor III

QVF File -Qlik Sense

Hello All,

I am able to get the data from Qlik Sense apps by method calls of JSON Engine API, but i need to get the data from just using the .QVF file without using any API call. Is it possible to do?

For example : I want to get the measures(GetMeasure) used in Qlik sense app just using the .QVF file not using the API

Thanks 

varun

Labels (1)
  • qvf

1 Reply
Dalton_Ruer
Support
Support

You can use a BINARY LOAD to load data from 1 QVF into another. 

But it will load the TABLES/DATA, not the MEASURES. Which makes me believe you may want to get the MASTER MEASURES and not, nor not just the data. But I'm not sure.