Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
codeintegrations
Contributor
Contributor

Custom array property to add dimension or measure

I'm trying to use a custom array property that when clicked appears the option to add either a dimension or a measure instead of having one button to add dimesion and one to add measures.

arraydata.PNG

 I think this is what I need but haven't figured out how to do it: https://help.qlik.com/en-US/sense-developer/May2021/Subsystems/Extensions/Content/Sense_Extensions/H...

Labels (3)
1 Reply
ForgotMyOldUsername
Contributor III
Contributor III

I'd suggest maybe looking at custom table extensions like this as to how they handle it, as they need to have that same option per column ( dimension OR meausure )

https://developer.qlik.com/garden/58c6f48f2655dcb3ae7992c1

I've not managed to do this myself yet - so would be curious to see if you crack it 🙂