Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.