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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
mangukiyam
Contributor
Contributor

Pick Match not working

=Pick(Match(vwaterfallDim, 'R1','C1','L1','C2')+1,
BUDesc,RegionDesc,CountryDesc,LocationIDDesc,GroundDesc)

Labels (3)
2 Replies
Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II

Hi,

 

If you try:

 

=Pick(Match('$(vwaterfallDim)', 'R1','C1','L1','C2')+1,
BUDesc,RegionDesc,CountryDesc,LocationIDDesc,GroundDesc)

 

Aurélien

Help users find answers! Don't forget to mark a solution that worked for you!
mangukiyam
Contributor
Contributor
Author

Thank you, It worked