stefanwalther/qliksense-extension-tutorial

Cannot read property 'qInterColumnSortOrder' og undefined

Closed this issue · 2 comments

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?

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

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
}
]
}
};
} );