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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

with this expression i want to match my str_coa_code with the values like PAR015 and if they match it will return its str_coa_description ,if all the values matches then it should give all str_coa _description according to the matched one

=if(Match(str_coa_code,'BS020030040010000000000000000000','BS020000000000000000000000000000','PAR015','PAR016','PAR017','PAR018'),str_coa_description)

with this expression i want to match my str_coa_code with the values like PAR015  and if they match it will return its str_coa_description

,if all the values matches then it should give all str_coa _description according to the matched one

help me out

0 Replies