Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
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