Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
aldrinrayen
Partner - Contributor II
Partner - Contributor II

Customizing Hypercube

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.

Labels (3)
3 Replies
Øystein_Kolsrud
Employee
Employee

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

oz_moyal
Creator
Creator

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.

aldrinrayen
Partner - Contributor II
Partner - Contributor II
Author

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!!