Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
jdmarlin
Contributor III
Contributor III

Extension - Unable to get values in initialProperties

            initialProperties: {

                edit: [],

                qHyperCubeDef: {

                    qInitialDataFetch: [{

                        qWidth: 5,

                        qHeight: 10

                    }],

                }

            },

            definition: {

                type: 'items',

                component: 'accordion',

                items: {

                    ref: 'edit',

                    dimensions: {

                        uses: 'dimensions',

                        min: 1,

                        max: 15,

                        items: {

                            editable: {

                                type: 'boolean',

                                label: 'Editable',

                                ref: 'edit',

                                defaultValue: false

                            }

                        }

                    },

I've got a checkbox for dimensions that I'd like to output as true/false but the `edit` key is not appearing anywhere in the extension.

0 Replies