<?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 Not Match Issue in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Not-Match-Issue/m-p/1908872#M74921</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I've a requirement to exclude Years from the Chart.&lt;/P&gt;
&lt;P&gt;Although, my actual logic is very complex which I'm using in my Application but I created a sample to take help from you guys.&lt;/P&gt;
&lt;P&gt;Here is the sample data:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;Year_Name, Flag&lt;BR /&gt;2022-02, NA&lt;BR /&gt;2022-01, NA&lt;BR /&gt;2021-12, NA&lt;BR /&gt;2021-11, NA&lt;BR /&gt;2021-10, NA&lt;BR /&gt;2021-09, A&lt;BR /&gt;2021-08, A&lt;BR /&gt;2021-07, A&lt;BR /&gt;2021-06, A&lt;BR /&gt;2021-05, A&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;Anyhow, I've to use concat in match condition in order to achieve the result but it's not working in my case.&lt;/P&gt;
&lt;P&gt;I think I have to aggregate my expression again with using Concat &amp;amp; Aggr.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PFB the desired output snapshot:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Not match.png" style="width: 902px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75180i06639F2BA932D9A9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Not match.png" alt="Not match.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Eric&lt;/P&gt;</description>
    <pubDate>Wed, 23 Mar 2022 15:19:58 GMT</pubDate>
    <dc:creator>erric3210</dc:creator>
    <dc:date>2022-03-23T15:19:58Z</dc:date>
    <item>
      <title>Not Match Issue</title>
      <link>https://community.qlik.com/t5/App-Development/Not-Match-Issue/m-p/1908872#M74921</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I've a requirement to exclude Years from the Chart.&lt;/P&gt;
&lt;P&gt;Although, my actual logic is very complex which I'm using in my Application but I created a sample to take help from you guys.&lt;/P&gt;
&lt;P&gt;Here is the sample data:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;Year_Name, Flag&lt;BR /&gt;2022-02, NA&lt;BR /&gt;2022-01, NA&lt;BR /&gt;2021-12, NA&lt;BR /&gt;2021-11, NA&lt;BR /&gt;2021-10, NA&lt;BR /&gt;2021-09, A&lt;BR /&gt;2021-08, A&lt;BR /&gt;2021-07, A&lt;BR /&gt;2021-06, A&lt;BR /&gt;2021-05, A&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;Anyhow, I've to use concat in match condition in order to achieve the result but it's not working in my case.&lt;/P&gt;
&lt;P&gt;I think I have to aggregate my expression again with using Concat &amp;amp; Aggr.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PFB the desired output snapshot:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Not match.png" style="width: 902px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75180i06639F2BA932D9A9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Not match.png" alt="Not match.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Eric&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 15:19:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Not-Match-Issue/m-p/1908872#M74921</guid>
      <dc:creator>erric3210</dc:creator>
      <dc:date>2022-03-23T15:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Not Match Issue</title>
      <link>https://community.qlik.com/t5/App-Development/Not-Match-Issue/m-p/1908886#M74923</link>
      <description>&lt;P&gt;How about:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Only({&amp;lt;Flag={'A'}&amp;gt;} Year_Name)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 15:37:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Not-Match-Issue/m-p/1908886#M74923</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2022-03-23T15:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Not Match Issue</title>
      <link>https://community.qlik.com/t5/App-Development/Not-Match-Issue/m-p/1908920#M74928</link>
      <description>&lt;P&gt;if there will be other values for Flag , you can try this&amp;nbsp;&lt;BR /&gt;If(Flag&amp;lt;&amp;gt;'NA',Year_Name)&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 16:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Not-Match-Issue/m-p/1908920#M74928</guid>
      <dc:creator>Sivapriya_d</dc:creator>
      <dc:date>2022-03-23T16:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Not Match Issue</title>
      <link>https://community.qlik.com/t5/App-Development/Not-Match-Issue/m-p/1908972#M74931</link>
      <description>&lt;P&gt;Hi Sir,&lt;/P&gt;
&lt;P&gt;Thanks for taking time and answering to my question.&lt;/P&gt;
&lt;P&gt;But as I said above my actual logic is bit complex so,&lt;/P&gt;
&lt;P&gt;I want t to generate result using something like this which are not matching:&lt;/P&gt;
&lt;P&gt;=IF(NOT MATCH(Year_Name,CONCAT({&amp;lt;Flag={'NA'}&amp;gt;}CHR(39)&amp;amp;Year_Name&amp;amp;CHR(39),',')),Year_Name)&lt;/P&gt;
&lt;P&gt;Hope I added some clarity here.&lt;/P&gt;
&lt;P&gt;-Eric&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 18:17:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Not-Match-Issue/m-p/1908972#M74931</guid>
      <dc:creator>erric3210</dc:creator>
      <dc:date>2022-03-23T18:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Not Match Issue</title>
      <link>https://community.qlik.com/t5/App-Development/Not-Match-Issue/m-p/1909019#M74937</link>
      <description>&lt;P&gt;I think the trick to get your expression to work like you seem to expect would be to let the concat() function not only create a single string that is compared against the Year_Name values, but instead let it define the distinct match values itself. This can be done by dollar sign expanding the concat expression:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/February2022/Subsystems/Hub/Content/Sense_Hub/Scripting/dollar-sign-expansion-using-expression.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/February2022/Subsystems/Hub/Content/Sense_Hub/Scripting/dollar-sign-expansion-using-expression.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I.e. in your case like this:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;=IF(NOT MATCH(Year_Name,&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;$(=&lt;/STRONG&gt;&lt;/FONT&gt;CONCAT({&amp;lt;Flag={'NA'}&amp;gt;}CHR(39)&amp;amp;Year_Name&amp;amp;CHR(39),',')&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/FONT&gt;),Year_Name)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;That being said, I do agree with Rob in that there surely are shorter, easier and faster (set expression) solutions than this, however complex your use case might be.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;hope this helps&lt;/P&gt;
&lt;P&gt;Marco&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 20:18:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Not-Match-Issue/m-p/1909019#M74937</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2022-03-23T20:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Not Match Issue</title>
      <link>https://community.qlik.com/t5/App-Development/Not-Match-Issue/m-p/1909037#M74939</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/675"&gt;@MarcoWedel&lt;/a&gt;&amp;nbsp;for the solution.&lt;/P&gt;
&lt;P&gt;Indeed it was a great learning for me.&lt;/P&gt;
&lt;P&gt;- Eric.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 20:55:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Not-Match-Issue/m-p/1909037#M74939</guid>
      <dc:creator>erric3210</dc:creator>
      <dc:date>2022-03-23T20:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Not Match Issue</title>
      <link>https://community.qlik.com/t5/App-Development/Not-Match-Issue/m-p/1909040#M74940</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/675"&gt;@MarcoWedel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I agree that &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp;logic is shorter and easier but I guess it will not work in my case.&lt;/P&gt;
&lt;P&gt;My requirement is to exclude cases which is inside Concat() function.&lt;/P&gt;
&lt;P&gt;- Eric&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 20:58:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Not-Match-Issue/m-p/1909040#M74940</guid>
      <dc:creator>erric3210</dc:creator>
      <dc:date>2022-03-23T20:58:45Z</dc:date>
    </item>
  </channel>
</rss>

