Early Access: The content on this website is provided for informational purposes only in connection with pre-General Availability Qlik Products.
All content is subject to change and is provided without warranty.
Skip to main content Skip to complementary content

getMoreData method

Information noteSTABLE.

This API is reliable and breaking changes are unlikely.

getMoreData()

Gets more data for your qHyperCube.

Version history

Version history
Version state Details
Introduced 2.1

Parameters

None.

Example

This example is based on using AngularJS in a Qlik Sense visualization extension.

Main extension script file:

			...
			paint: function ( ) {
					//setup scope.data
					if ( !this.$scope.data ) {
						this.$scope.data = qlik.table( this );
					}
				}
			...
AngularJS template:

		...
		<button ng-if="data.rowcount>data.rows.length" ng-click="data.getMoreData()">More</button>
		...

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!