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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
TomBond77
Specialist
Specialist

pick match

Hi experts

I have modified a cyclic dimension, defined inside a button. It worked before very well. Now I had to change the load script, the new field is named [Ansv.Function] with this new field the cyclic dimension doesn't work. 

=pick( match('$(vDimension)', 'Konto', '[Ansv.Function]', 'Kontogrupp' ),'Kontogrupp','Konto', 'Function' )

When it comes to 'Function' the button shows a "-":

TomBond77_0-1645188608508.png

Any ideas why this logic is not working anymore?

Thanks, Tom

 

Labels (1)
1 Reply
rubenmarin
MVP
MVP

Hi, try adding a text object or table with $(vDimension) as measure to cehck the value it returns when function dimension is selected, and use this value in the match function.