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

custom mulitbox

Hi

I recently rediscovered this post ( http://www.qlikfix.com/2014/07/08/building-nicer-dynamic-multibox/ ) which was ideal for a solution I am building at the moment.  Unlike the example I don’t require the ability to conditionally show fields so I am only really utilising the eMultiboxLabel variable. I would post a comment on the original post but it was written a while ago now.

What I can’t quite figure out (or find any documentation on) is the $1 and $2 references.  I assume they are some sort of system column reference in the pivot table or a placeholder?

I have successfully replicated the vertical custom multibox but am having trouble getting the selection ‘values’ to appear in the label (e.g. Year 2012, 2013, 2014 or Country 9 of 26).

By the way, anybody who hasn’t read Barry’s blog is missing out on some really useful tips and tricks.

Thanks for your help

Oli

1 Reply
pokassov
Specialist
Specialist

Hello!

You can use variable with parameters in the follow way:

your_variable(1,2)

where 1 and 2 are $1 and $2 in variable's definition.