<?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: Wildcard Match in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Wildcard-Match/m-p/1350516#M415139</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ronald,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes this is correct &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;WildMatch(Name,'*-*')&lt;/SPAN&gt;. The only thing I also wonder why it is not showing value if [Phone No] is blank. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jun 2017 12:41:30 GMT</pubDate>
    <dc:creator>mahendragaur</dc:creator>
    <dc:date>2017-06-12T12:41:30Z</dc:date>
    <item>
      <title>Wildcard Match</title>
      <link>https://community.qlik.com/t5/QlikView/Wildcard-Match/m-p/1350512#M415135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have below script in which I used wildcards while loading data. Condition for [Phone No] is if it starts with 9 or 8 or 65 then that row should not be loaded. But, in below case data isn't getting loaded if [Phone No] field is blank. But I want blank [Phone No] field as well to be loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Distinct &lt;/P&gt;&lt;P&gt;&amp;nbsp; Upper(Name),&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Upper(Date) ,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Upper(Address),&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Upper([Phone No])&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;K&gt;&lt;/K&gt;&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;P&gt;Where not WildMatch(Name,'*-*') and&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; not WildMatch(Date,'*-*') and&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; not WildMatch([Phone No],'9*','8*','65*');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 11:56:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildcard-Match/m-p/1350512#M415135</guid>
      <dc:creator>mahendragaur</dc:creator>
      <dc:date>2017-06-12T11:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard Match</title>
      <link>https://community.qlik.com/t5/QlikView/Wildcard-Match/m-p/1350513#M415136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how about adding an OR condition checking if phone No is blank....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 11:58:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildcard-Match/m-p/1350513#M415136</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-12T11:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard Match</title>
      <link>https://community.qlik.com/t5/QlikView/Wildcard-Match/m-p/1350514#M415137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;WildMatch(Name,'*-*')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Are you sure you want to exclude all names &lt;STRONG&gt;containing &lt;/STRONG&gt;a - (such as 'Ronald-Alexander').&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If you were trying to exclude Nulls (displayed as "-"), you want to go with:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;WHERE NOT ISNULL(Name) AND NOT ISNULL(Date)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Aside from that, I see no reason &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;not WildMatch([Phone No],'9*','8*','65*') should prevent empty phone numbers from being loaded.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 12:06:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildcard-Match/m-p/1350514#M415137</guid>
      <dc:creator>RonaldDoes</dc:creator>
      <dc:date>2017-06-12T12:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard Match</title>
      <link>https://community.qlik.com/t5/QlikView/Wildcard-Match/m-p/1350515#M415138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Use this:&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;LOAD Distinct&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Upper(Name),&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Upper(Date) ,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Upper(Address),&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Upper([Phone No])&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;K&gt;&lt;/K&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(qvd)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Where not WildMatch(Name,'*-*') and&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; not WildMatch(Date,'*-*') and&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; not WildMatch([Phone No],'9*','8*','65*')&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp; and isnull(&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Phone No])&lt;/SPAN&gt;&lt;/SPAN&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: #ff0000;"&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;and len&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Phone No])&amp;lt;1&lt;/SPAN&gt;&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 12:12:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildcard-Match/m-p/1350515#M415138</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2017-06-12T12:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard Match</title>
      <link>https://community.qlik.com/t5/QlikView/Wildcard-Match/m-p/1350516#M415139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ronald,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes this is correct &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;WildMatch(Name,'*-*')&lt;/SPAN&gt;. The only thing I also wonder why it is not showing value if [Phone No] is blank. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 12:41:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildcard-Match/m-p/1350516#M415139</guid>
      <dc:creator>mahendragaur</dc:creator>
      <dc:date>2017-06-12T12:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard Match</title>
      <link>https://community.qlik.com/t5/QlikView/Wildcard-Match/m-p/1350517#M415140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response but it is not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 13:02:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildcard-Match/m-p/1350517#M415140</guid>
      <dc:creator>mahendragaur</dc:creator>
      <dc:date>2017-06-12T13:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard Match</title>
      <link>https://community.qlik.com/t5/QlikView/Wildcard-Match/m-p/1350518#M415141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make this easy to understand I'm attaching demo qvw as well as excel file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 13:04:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildcard-Match/m-p/1350518#M415141</guid>
      <dc:creator>mahendragaur</dc:creator>
      <dc:date>2017-06-12T13:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard Match</title>
      <link>https://community.qlik.com/t5/QlikView/Wildcard-Match/m-p/1350519#M415142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case, try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="php" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14972750776764214 jive_text_macro" jivemacro_uid="_14972750776764214"&gt;
&lt;P&gt;Where not WildMatch(Name,'*-*') and&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; not WildMatch(Date,'*-*') &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; and (not WildMatch([Phone No],'9*','8*','65*')&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; or IsNull([Phone No]));&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Naamloos.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166531_Naamloos.png" style="height: 371px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 13:45:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildcard-Match/m-p/1350519#M415142</guid>
      <dc:creator>RonaldDoes</dc:creator>
      <dc:date>2017-06-12T13:45:15Z</dc:date>
    </item>
  </channel>
</rss>

