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: 
Anonymous
Not applicable

Initial fetch row not working correctly

I am try to creating the extension in which I went to fetch 1000 rows at a time.

I am using below code :

initialProperties: {

     qHyperCubeDef: {

         qDimensions: [],

          qMeasures: [],

          qInitialDataFetch: [{

          qWidth: 50,

          qHeight: 1000

     }]

     }

     }

Issue : It throwing error

Capture22.PNG

0 Replies