<?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 Wildcards for a field or alternatives in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Wildcards-for-a-field-or-alternatives/m-p/2457812#M98594</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have this wildmatch function: if(wildmatch(field1, '*1234*', '*12345*'), 'ok', 'nok') and I wonder if the hardcodes can be replaced with a field from the database, but work on the same principle with *.&lt;/P&gt;
&lt;P&gt;I know that wildmatch(field1, *field2*) doesn't work. Is there any alternative?&lt;/P&gt;
&lt;P&gt;Field1 is a field with several concatenated codes, and I want to match with the other field that has just one code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 30 May 2024 11:22:54 GMT</pubDate>
    <dc:creator>TeodoraBurlica</dc:creator>
    <dc:date>2024-05-30T11:22:54Z</dc:date>
    <item>
      <title>Wildcards for a field or alternatives</title>
      <link>https://community.qlik.com/t5/App-Development/Wildcards-for-a-field-or-alternatives/m-p/2457812#M98594</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have this wildmatch function: if(wildmatch(field1, '*1234*', '*12345*'), 'ok', 'nok') and I wonder if the hardcodes can be replaced with a field from the database, but work on the same principle with *.&lt;/P&gt;
&lt;P&gt;I know that wildmatch(field1, *field2*) doesn't work. Is there any alternative?&lt;/P&gt;
&lt;P&gt;Field1 is a field with several concatenated codes, and I want to match with the other field that has just one code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 11:22:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Wildcards-for-a-field-or-alternatives/m-p/2457812#M98594</guid>
      <dc:creator>TeodoraBurlica</dc:creator>
      <dc:date>2024-05-30T11:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcards for a field or alternatives</title>
      <link>https://community.qlik.com/t5/App-Development/Wildcards-for-a-field-or-alternatives/m-p/2457831#M98596</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;IF(WILDMATCH(field1,'*'&amp;amp;field2&amp;amp;'*'),'Ok','Nok')&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Code:&lt;/P&gt;
&lt;PRE&gt;A:&lt;BR /&gt;Load &lt;BR /&gt;field1,&lt;BR /&gt;field2,&lt;BR /&gt;if(Wildmatch(field1,'*'&amp;amp;field2&amp;amp;'*'),'Ok','Nok') as WildMatch&lt;BR /&gt;Inline [&lt;BR /&gt;field1 , field2&lt;BR /&gt;1-01-1,01&lt;BR /&gt;2-02-2,02&lt;BR /&gt;3-01-3,03];&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Output:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nicolae_Alecu_0-1717071363208.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/167099i6EC628C3AAA85943/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nicolae_Alecu_0-1717071363208.png" alt="Nicolae_Alecu_0-1717071363208.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 12:16:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Wildcards-for-a-field-or-alternatives/m-p/2457831#M98596</guid>
      <dc:creator>Nicolae_Alecu</dc:creator>
      <dc:date>2024-05-30T12:16:54Z</dc:date>
    </item>
  </channel>
</rss>

