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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
savandriy
Contributor III
Contributor III

Qlik Extension: Create custom properties panel section similar to "Dimensions"

Hey guys!

As the title suggests, I'm looking too add a custom properties panel section to my extension, that would allow to add arbitrary number of options, like we have with the "Dimensions" section on standard Qlik components. 

qlik_add_dimension_button.PNG

I've went through the docs, and I can't figure out how to dynamically create new properties 😔

Does anyone have experience building properties panels like this? Would really appreciate your help on this one 🍻 

Labels (3)
1 Solution

Accepted Solutions
ErikWetterberg

You could use the array object. Or add custom properties to dimensions of that is what you want.

 

View solution in original post

2 Replies
ErikWetterberg

You could use the array object. Or add custom properties to dimensions of that is what you want.

 

savandriy
Contributor III
Contributor III
Author

Thanks, will try to to that!