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

Announcements
Mastering Change Data Capture: Read Now
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