<?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 WildMatch and If statement in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/WildMatch-and-If-statement/m-p/1224705#M23824</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having a mental block today on WildMatch parameter.&amp;nbsp; Any suggestions on how to write an expression to EXCLUDE a userID prefix from a data set.&amp;nbsp; I assume I could use a &amp;lt;&amp;gt; parameter, but can't figure it out.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example to include anything 'Test*' but would like to exclude test from the data set.&amp;nbsp; &lt;/P&gt;&lt;P&gt;if(WildMatch([UserId],'Test*'), [UserId])&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jan 2017 15:47:24 GMT</pubDate>
    <dc:creator>joshakehurst</dc:creator>
    <dc:date>2017-01-10T15:47:24Z</dc:date>
    <item>
      <title>WildMatch and If statement</title>
      <link>https://community.qlik.com/t5/App-Development/WildMatch-and-If-statement/m-p/1224705#M23824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having a mental block today on WildMatch parameter.&amp;nbsp; Any suggestions on how to write an expression to EXCLUDE a userID prefix from a data set.&amp;nbsp; I assume I could use a &amp;lt;&amp;gt; parameter, but can't figure it out.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example to include anything 'Test*' but would like to exclude test from the data set.&amp;nbsp; &lt;/P&gt;&lt;P&gt;if(WildMatch([UserId],'Test*'), [UserId])&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 15:47:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/WildMatch-and-If-statement/m-p/1224705#M23824</guid>
      <dc:creator>joshakehurst</dc:creator>
      <dc:date>2017-01-10T15:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: WildMatch and If statement</title>
      <link>https://community.qlik.com/t5/App-Development/WildMatch-and-If-statement/m-p/1224706#M23825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not quite clear for me what do you are meaning with "exclude test from the data set"? Here a variance to your expression which might be more suitable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(&lt;STRONG&gt;not&lt;/STRONG&gt; WildMatch([UserId],'Test*'), [UserId], null()) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 16:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/WildMatch-and-If-statement/m-p/1224706#M23825</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-01-10T16:41:31Z</dc:date>
    </item>
  </channel>
</rss>

