Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

API - Recreate 'Add Column' button in Table object

Hi all,

configuration for custom extensions typically uses separate sections for dimensions and measures, using code like this:

dimensions: {

  uses: "dimensions",

  min: 1,

  max: 1

},

measures: {

  uses: "measures",

  min: 1,

  max: 1

}

The 'table' object has a button, 'Add Column', which when clicked, allows the user to specify a dimension OR a measure.  The user can do this repeatedly, and each dimension or measure is then a column in the table.

I want to create a table where the last column uses a measure to draw a mini-chart.  (as a separate configurable item)

I know I can add dimensions and measures (as separate 'groups'), but I want to be able to allow the user to specify them in order, like the 'table' object.

Is this possible?

Thanks a lot,

Shane.

2 Replies
Michael_Tarallo
Employee
Employee

*Bump* - Alexander Karlsson or Brian Munz

Regards,
Mike Tarallo
Qlik
meghabagri
Contributor II
Contributor II

Did you find any solution on how to achieve this?