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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

=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

=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,this code is not working

help me out

0 Replies