<?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: String Search in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/String-Search/m-p/1852650#M70408</link>
    <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;Yes I will use what I have tried.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;Field name is UserCodes - contains codes a user may have&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;Field Name UserName - contains the username of the person&lt;/FONT&gt;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50%" height="25px"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;UserName &lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="50%" height="25px"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;UserCode&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="25px"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;User 1&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="50%" height="25px"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;&lt;SPAN&gt;*Code1 *Code2 *Code3 *Code4 *Code5&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="25px"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;User 2&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="50%" height="25px"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;*Code5 *Code2 *Code4&amp;nbsp; &amp;nbsp;*Code1&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="25px"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;User 3&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="50%" height="25px"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;*Code1&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;User 4&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;*Code1&amp;nbsp; &amp;nbsp; &amp;nbsp; *Code4 *Code5&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;User 5&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;*Code5&amp;nbsp; &amp;nbsp;*Code1&amp;nbsp; &amp;nbsp;*Code4&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;I want to pull the people that have *Code1, *Code4, and *Code5. I have tried to use the following.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;if(Wildmatch(UserCode,'*Code1*','*Code4*','*Code5*')&amp;gt;0,UserName).&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;But, it only gives me if those codes are in the field UserCode. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;I need to return the Username if all the codes are in there only. These codes can be in any order and can have other codes in-between them.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;If User has UserCode of&amp;nbsp;*Code1,&amp;nbsp;*Code4, and&amp;nbsp;*Code5&amp;nbsp; would return&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;User1, User2, User4, and User5&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Oct 2021 15:55:14 GMT</pubDate>
    <dc:creator>EricDraven</dc:creator>
    <dc:date>2021-10-27T15:55:14Z</dc:date>
    <item>
      <title>String Search</title>
      <link>https://community.qlik.com/t5/App-Development/String-Search/m-p/1852601#M70400</link>
      <description>&lt;P&gt;I have a field that has multiple codes inside of the field (Example: *Code1 *Code2&amp;nbsp; &amp;nbsp; *Code4 *Code5). I want to search through each of them record to find only the ones that do not have one Code Number. (Example: *Code 4). The field is random with no structure so sometimes *Code3 is before *Code1 and others it is not. Also, there are random spaces in-between the codes if codes are missing from the string. (In the example I am missing *Code3 which is why there is three spaces there.) Can this be done?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 14:27:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/String-Search/m-p/1852601#M70400</guid>
      <dc:creator>EricDraven</dc:creator>
      <dc:date>2021-10-27T14:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: String Search</title>
      <link>https://community.qlik.com/t5/App-Development/String-Search/m-p/1852629#M70403</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Quite not clear with the question. Can you please elaborate more ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ashutosh&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 15:11:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/String-Search/m-p/1852629#M70403</guid>
      <dc:creator>AshutoshBhumkar</dc:creator>
      <dc:date>2021-10-27T15:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: String Search</title>
      <link>https://community.qlik.com/t5/App-Development/String-Search/m-p/1852650#M70408</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;Yes I will use what I have tried.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;Field name is UserCodes - contains codes a user may have&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;Field Name UserName - contains the username of the person&lt;/FONT&gt;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50%" height="25px"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;UserName &lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="50%" height="25px"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;UserCode&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="25px"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;User 1&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="50%" height="25px"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;&lt;SPAN&gt;*Code1 *Code2 *Code3 *Code4 *Code5&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="25px"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;User 2&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="50%" height="25px"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;*Code5 *Code2 *Code4&amp;nbsp; &amp;nbsp;*Code1&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="25px"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;User 3&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="50%" height="25px"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;*Code1&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;User 4&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;*Code1&amp;nbsp; &amp;nbsp; &amp;nbsp; *Code4 *Code5&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;User 5&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;*Code5&amp;nbsp; &amp;nbsp;*Code1&amp;nbsp; &amp;nbsp;*Code4&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;I want to pull the people that have *Code1, *Code4, and *Code5. I have tried to use the following.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;if(Wildmatch(UserCode,'*Code1*','*Code4*','*Code5*')&amp;gt;0,UserName).&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;But, it only gives me if those codes are in the field UserCode. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;I need to return the Username if all the codes are in there only. These codes can be in any order and can have other codes in-between them.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;If User has UserCode of&amp;nbsp;*Code1,&amp;nbsp;*Code4, and&amp;nbsp;*Code5&amp;nbsp; would return&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;User1, User2, User4, and User5&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 15:55:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/String-Search/m-p/1852650#M70408</guid>
      <dc:creator>EricDraven</dc:creator>
      <dc:date>2021-10-27T15:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: String Search</title>
      <link>https://community.qlik.com/t5/App-Development/String-Search/m-p/1852815#M70423</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Something like this ?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AshutoshBhumkar_0-1635396232950.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/65441i49B85EFC2BC38BDF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AshutoshBhumkar_0-1635396232950.png" alt="AshutoshBhumkar_0-1635396232950.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Expression Used :&amp;nbsp;If(WildMatch(UserCode,'*Code1*') and WildMatch(UserCode,'*Code4*') and WildMatch(UserCode,'*Code5*') , UserName,0)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check if that works for you.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ashutosh&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 04:44:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/String-Search/m-p/1852815#M70423</guid>
      <dc:creator>AshutoshBhumkar</dc:creator>
      <dc:date>2021-10-28T04:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: String Search</title>
      <link>https://community.qlik.com/t5/App-Development/String-Search/m-p/1855531#M70612</link>
      <description>&lt;P&gt;Forgot to update you. Yes this worked. Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 13:04:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/String-Search/m-p/1855531#M70612</guid>
      <dc:creator>EricDraven</dc:creator>
      <dc:date>2021-11-04T13:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: String Search</title>
      <link>https://community.qlik.com/t5/App-Development/String-Search/m-p/1855687#M70628</link>
      <description>&lt;P&gt;Great &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 17:26:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/String-Search/m-p/1855687#M70628</guid>
      <dc:creator>AshutoshBhumkar</dc:creator>
      <dc:date>2021-11-04T17:26:24Z</dc:date>
    </item>
  </channel>
</rss>

