<?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: Wildmatch not working with an SQL connection in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Wildmatch-not-working-with-an-SQL-connection/m-p/1116940#M19210</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see any syntax errors above, do you know if in its current form (as in the image posted above), does it throw error or does it not give you the output you are expecting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also try this, but not sure if those will make any difference&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where AccountType Like '*A*' or &lt;SPAN style="font-size: 13.3333px;"&gt;AccountType Like '*B*' or &lt;SPAN style="font-size: 13.3333px;"&gt;AccountType Like '*C*';&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 21 May 2016 10:50:13 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-05-21T10:50:13Z</dc:date>
    <item>
      <title>Wildmatch not working with an SQL connection</title>
      <link>https://community.qlik.com/t5/App-Development/Wildmatch-not-working-with-an-SQL-connection/m-p/1116939#M19209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to use a Wildmatch statement with an SQL data source and I can't figure out how to get it to work (with table files and/or CSV I don't have any problems), but I'm guessing with a SQL data source this works a bit differently... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried everything I can think of. I also tried adding this after the FROM statement in the SQL SELECT and I get an error that the function is not recognized -- I'm guessing it's looking for a SQL statement there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any is help much appreciated. Thanks!&lt;/P&gt;&lt;P&gt;&lt;IMG alt="wildmatch.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/125281_wildmatch.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 May 2016 01:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Wildmatch-not-working-with-an-SQL-connection/m-p/1116939#M19209</guid>
      <dc:creator>drminaker</dc:creator>
      <dc:date>2016-05-21T01:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch not working with an SQL connection</title>
      <link>https://community.qlik.com/t5/App-Development/Wildmatch-not-working-with-an-SQL-connection/m-p/1116940#M19210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see any syntax errors above, do you know if in its current form (as in the image posted above), does it throw error or does it not give you the output you are expecting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also try this, but not sure if those will make any difference&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where AccountType Like '*A*' or &lt;SPAN style="font-size: 13.3333px;"&gt;AccountType Like '*B*' or &lt;SPAN style="font-size: 13.3333px;"&gt;AccountType Like '*C*';&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 May 2016 10:50:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Wildmatch-not-working-with-an-SQL-connection/m-p/1116940#M19210</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-21T10:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch not working with an SQL connection</title>
      <link>https://community.qlik.com/t5/App-Development/Wildmatch-not-working-with-an-SQL-connection/m-p/1116941#M19211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apologies for the late reply. Thanks for the sanity check that the syntax was correct. It helped me troubleshoot back a little further and I realized it was a combination of some fields that I had aliased and a very slow data load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another question for you, if you don't mind?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to combine two Match statements? Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where Match (&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [AccountType], 'A', 'B', 'C' and &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Name], 'Ryan Minaker' &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't get any errors when I load the data, but it just returns 0 records. I know there are records that meet this criteria...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 22:40:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Wildmatch-not-working-with-an-SQL-connection/m-p/1116941#M19211</guid>
      <dc:creator>drminaker</dc:creator>
      <dc:date>2016-06-01T22:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch not working with an SQL connection</title>
      <link>https://community.qlik.com/t5/App-Development/Wildmatch-not-working-with-an-SQL-connection/m-p/1116942#M19212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Where Match([AccountType], 'A', 'B', 'C') and &lt;SPAN style="line-height: 1.5em;"&gt;[Name] = 'Ryan Minaker'&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Where Match([AccountType], 'A', 'B', 'C') and Match(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Name], 'Ryan Minaker')&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 17:09:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Wildmatch-not-working-with-an-SQL-connection/m-p/1116942#M19212</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-02T17:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch not working with an SQL connection</title>
      <link>https://community.qlik.com/t5/App-Development/Wildmatch-not-working-with-an-SQL-connection/m-p/1116943#M19213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fantastic! Thanks so much for this - works great.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 18:13:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Wildmatch-not-working-with-an-SQL-connection/m-p/1116943#M19213</guid>
      <dc:creator>drminaker</dc:creator>
      <dc:date>2016-06-02T18:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch not working with an SQL connection</title>
      <link>https://community.qlik.com/t5/App-Development/Wildmatch-not-working-with-an-SQL-connection/m-p/1116944#M19214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;, I am glad I was able to help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 19:00:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Wildmatch-not-working-with-an-SQL-connection/m-p/1116944#M19214</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-02T19:00:37Z</dc:date>
    </item>
  </channel>
</rss>

