Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to customize the data from hyper cube as a Json format so that i can use it directly without iterating the hyper cube to extract data.
Perhaps the "initial data fetch" concept is what you are looking for?
https://community.qlik.com/t5/New-to-Qlik-Sense/Extension-initial-data-fetch-of-All-data/td-p/663449
well,
You can write js function that will iterate over the hypercube and re-structure the data in Json , it is is not big deal.
Ya I can do that but my data is huge so its delaying alot so better format as json before the hypercube response comes so i would directly use it from there itself!!