<?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: Filtering with respect to specified position in the value of a field in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Filtering-with-respect-to-specified-position-in-the-value-of-a/m-p/1950918#M78362</link>
    <description>&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;I want only codes which start with US and sixth letter should be A.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Exclude&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I also want to eliminate letter U on ninth position&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;If(WildMatch(Code,'US??????U'),'Unspecified') --- condition to exclude code ends with U i guess&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;=If(WildMatch(Code,'US???A???',&lt;STRONG&gt;If(WildMatch(Code,'US???A???','Unspecified')&lt;/STRONG&gt;, Code)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Is it works&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Jul 2022 19:25:14 GMT</pubDate>
    <dc:creator>ajit_aarya</dc:creator>
    <dc:date>2022-07-01T19:25:14Z</dc:date>
    <item>
      <title>Filtering with respect to specified position in the value of a field</title>
      <link>https://community.qlik.com/t5/App-Development/Filtering-with-respect-to-specified-position-in-the-value-of-a/m-p/1947550#M78089</link>
      <description>&lt;P&gt;I want to select only specified values in my field&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As example&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Code&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;US&lt;/STRONG&gt;FYK&lt;STRONG&gt;A&lt;/STRONG&gt;U8I&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;US&lt;/STRONG&gt;IKS&lt;STRONG&gt;A&lt;/STRONG&gt;U9U&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;US&lt;/STRONG&gt;KJ1&lt;STRONG&gt;S&lt;/STRONG&gt;HSW&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want only codes which start with US and sixth letter should be A.&lt;/P&gt;
&lt;P&gt;I tried this&amp;nbsp; &amp;nbsp;=If(WildMatch(Code,'US***A***'), Code)&lt;/P&gt;
&lt;P&gt;but its giving all fields which has U,S,A in the code and i need only sixth letter A&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;#expressions #logi&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 16:53:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filtering-with-respect-to-specified-position-in-the-value-of-a/m-p/1947550#M78089</guid>
      <dc:creator>ajit_aarya</dc:creator>
      <dc:date>2022-06-23T16:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering with respect to specified position in the value of a field</title>
      <link>https://community.qlik.com/t5/App-Development/Filtering-with-respect-to-specified-position-in-the-value-of-a/m-p/1947588#M78094</link>
      <description>&lt;P&gt;Use the ? wildcard which indicates a single character.&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;=If(WildMatch(Code,'US???A???'), Code)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-Rob&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 18:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filtering-with-respect-to-specified-position-in-the-value-of-a/m-p/1947588#M78094</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2022-06-23T18:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering with respect to specified position in the value of a field</title>
      <link>https://community.qlik.com/t5/App-Development/Filtering-with-respect-to-specified-position-in-the-value-of-a/m-p/1947606#M78102</link>
      <description>&lt;P&gt;That works, Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 19:37:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filtering-with-respect-to-specified-position-in-the-value-of-a/m-p/1947606#M78102</guid>
      <dc:creator>ajit_aarya</dc:creator>
      <dc:date>2022-06-23T19:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering with respect to specified position in the value of a field</title>
      <link>https://community.qlik.com/t5/App-Development/Filtering-with-respect-to-specified-position-in-the-value-of-a/m-p/1950918#M78362</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;I want only codes which start with US and sixth letter should be A.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Exclude&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I also want to eliminate letter U on ninth position&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;If(WildMatch(Code,'US??????U'),'Unspecified') --- condition to exclude code ends with U i guess&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;=If(WildMatch(Code,'US???A???',&lt;STRONG&gt;If(WildMatch(Code,'US???A???','Unspecified')&lt;/STRONG&gt;, Code)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Is it works&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 19:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filtering-with-respect-to-specified-position-in-the-value-of-a/m-p/1950918#M78362</guid>
      <dc:creator>ajit_aarya</dc:creator>
      <dc:date>2022-07-01T19:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering with respect to specified position in the value of a field</title>
      <link>https://community.qlik.com/t5/App-Development/Filtering-with-respect-to-specified-position-in-the-value-of-a/m-p/1951827#M78461</link>
      <description>&lt;P&gt;I might write it as:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;=If(WildMatch(Code,'US???A???') and not Mid(Code,9,1) = 'U', Code, 'Unspecified')&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-Rob&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 13:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filtering-with-respect-to-specified-position-in-the-value-of-a/m-p/1951827#M78461</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2022-07-05T13:12:37Z</dc:date>
    </item>
  </channel>
</rss>

