stefanwalther / qliksense-extension-tutorial

A comprehensive tutorial how to create Qlik Sense Visualization Extensions.
http://qliksite.io/tutorials/qliksense-visualization-extensions/
265 stars 64 forks source link

Cannot read property 'qInterColumnSortOrder' og undefined #17

Closed alexbjorlig closed 7 years ago

alexbjorlig commented 8 years ago

Hi Stefan - Thanks for an awesome tutorial, enjoy the angular part.

When I try to follow the example in the tutorial - the following error appears: qInterColumnSortOrder?

stefanwalther commented 7 years ago

Hi, thx for reporting the issue. Which chapter are you referring to?

Shneior commented 7 years ago

Hi try this new line "qInterColumnSortOrder : [0,1]," in initialproperties.js

define( [], function () { 'use strict'; return { qHyperCubeDef: { qDimensions: [], qMeasures: [], qInterColumnSortOrder : [0,1], qInitialDataFetch: [ { qWidth: 10, qHeight: 50 } ] } }; } );