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: 
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!