Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QlikSense extension custom properties

Hi,

I would like to setup custom properties for the extension. like the following. But I am unable to show the "Open Expression Editor"

OpenExpressionEditor.png

CustomProperties.png

I setup my properties in properties.js file. use in main java script file like the following

define(["jquery" , "./properties"],

  function ( $, props) {

  'use strict';   

  return {

  // New object properties

  initialProperties: {

  version: 1.01,    

  qHyperCubeDef: {

  qDimensions: [],

  qMeasures: [],

  qInterColumnSortOrder : [],

  qInitialDataFetch: [{

  qWidth: 5,

  qHeight: 2000

  }]

  }

  },

  // Property panel

   definition: props,

...

Attached is the properties file. Can anyone advise what did I do wrong?

Thanks a lot!

Regards

I-Cheng

0 Replies