Skip to main content Skip to complementary content
Close announcements banner

getMoreData method

getMoreData()

Method used to get more data for your qHyperCube.

Since:
  • 2.1

Based on using AngularJS in a Qlik Sense visualization extension

Example: Main extension script file


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

Example: AngularJS template

...

		...
		

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!