Skip to main content Skip to complementary content

getMoreData method

Information noteSTABLE.

This API is reliable and breaking changes are unlikely.

qlik.app.field.getMoreData()

Gets more data for your field. Notification OnData is triggered when complete.

Version history

Version history
Version state Details
Introduced 2.1

Parameters

None.

Returns

A field object. The field object is filled with data when an OnData notification is triggered.

Example

<button ng-if="fieldMonth.rowCount>fieldMonth.rows.length" ng-click="fieldMonth.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!