<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Match a static value with a list of values using MATCH() in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Match-a-static-value-with-a-list-of-values-using-MATCH/m-p/2110055#M90671</link>
    <description>&lt;P&gt;Hi, the function will look the list of values, not expressions, you can convert the expression to values using $-expansion, like:&lt;/P&gt;
&lt;P&gt;=IF(wildMatch('&lt;SPAN&gt;sheet3&lt;/SPAN&gt;',$(=Chr(39) &amp;amp; Concat(distinct source,Chr(39) &amp;amp; ',' &amp;amp; Chr(39)) &amp;amp; Chr(39)))&amp;gt;0,1,0)&lt;/P&gt;
&lt;P&gt;"$(=Chr(39) &amp;amp; Concat(distinct source,Chr(39) &amp;amp; ',' &amp;amp; Chr(39)) &amp;amp; Chr(39))" will be converted to '&lt;SPAN&gt;sheet1',' sheet2','sheet3', so the expression to evaluate will be:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;=IF(wildMatch('sheet3','sheet1',' sheet2','sheet3')&amp;gt;0,1,0)&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 26 Aug 2023 07:55:07 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2023-08-26T07:55:07Z</dc:date>
    <item>
      <title>Match a static value with a list of values using MATCH()</title>
      <link>https://community.qlik.com/t5/App-Development/Match-a-static-value-with-a-list-of-values-using-MATCH/m-p/2109968#M90666</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I want to match/search a static value with the list of values and based on the match it should return me 1 or 0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;expression am using -&amp;nbsp;=IF(wildMatch('sheet3',Concat(distinct source,','))&amp;gt;0,1,0)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;source column has sheet1, sheet2, sheet3 values&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;may I know if their is any way to handle this scenario&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2023 15:42:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Match-a-static-value-with-a-list-of-values-using-MATCH/m-p/2109968#M90666</guid>
      <dc:creator>punitpopli</dc:creator>
      <dc:date>2023-08-25T15:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Match a static value with a list of values using MATCH()</title>
      <link>https://community.qlik.com/t5/App-Development/Match-a-static-value-with-a-list-of-values-using-MATCH/m-p/2110055#M90671</link>
      <description>&lt;P&gt;Hi, the function will look the list of values, not expressions, you can convert the expression to values using $-expansion, like:&lt;/P&gt;
&lt;P&gt;=IF(wildMatch('&lt;SPAN&gt;sheet3&lt;/SPAN&gt;',$(=Chr(39) &amp;amp; Concat(distinct source,Chr(39) &amp;amp; ',' &amp;amp; Chr(39)) &amp;amp; Chr(39)))&amp;gt;0,1,0)&lt;/P&gt;
&lt;P&gt;"$(=Chr(39) &amp;amp; Concat(distinct source,Chr(39) &amp;amp; ',' &amp;amp; Chr(39)) &amp;amp; Chr(39))" will be converted to '&lt;SPAN&gt;sheet1',' sheet2','sheet3', so the expression to evaluate will be:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;=IF(wildMatch('sheet3','sheet1',' sheet2','sheet3')&amp;gt;0,1,0)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Aug 2023 07:55:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Match-a-static-value-with-a-list-of-values-using-MATCH/m-p/2110055#M90671</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2023-08-26T07:55:07Z</dc:date>
    </item>
  </channel>
</rss>

