<?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: &amp;quot;Not Like&amp;quot; Equivalent or Workaround Within Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/quot-Not-Like-quot-Equivalent-or-Workaround-Within-Set-Analysis/m-p/1094718#M1254764</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14540115832094963 jive_text_macro" jivemacro_uid="_14540115832094963" modifiedtitle="true"&gt;
&lt;P&gt;sum( {$&amp;lt;AreaField = E({1&amp;lt;NameField={&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Serv', 'Service', 'Front' , 'Fronting' &lt;/SPAN&gt;}&amp;gt;})&amp;gt;} Value )&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jan 2016 20:06:37 GMT</pubDate>
    <dc:creator>HirisH_V7</dc:creator>
    <dc:date>2016-01-28T20:06:37Z</dc:date>
    <item>
      <title>"Not Like" Equivalent or Workaround Within Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Not-Like-quot-Equivalent-or-Workaround-Within-Set-Analysis/m-p/1094713#M1254755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qlikviewers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a report at the moment that I need to exclude values that have 'Serv', 'Service', 'Front' and 'Fronting' within the name from Set Analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment the expression I'm using is very basic &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I'm just wondering if there is a SQL NOT LIKE equivalent within set analysis that I can use to remove values that have the above within the name? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Not-Like-quot-Equivalent-or-Workaround-Within-Set-Analysis/m-p/1094713#M1254755</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: "Not Like" Equivalent or Workaround Within Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Not-Like-quot-Equivalent-or-Workaround-Within-Set-Analysis/m-p/1094714#M1254757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can look at the minus operator - in combination with search expressions for your field values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(&lt;STRONG&gt;{&amp;lt;&lt;EM&gt;NameField&lt;/EM&gt; -= {"*Serv*","*Front*"}&amp;gt;}&lt;/STRONG&gt; Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 19:43:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Not-Like-quot-Equivalent-or-Workaround-Within-Set-Analysis/m-p/1094714#M1254757</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-01-28T19:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: "Not Like" Equivalent or Workaround Within Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Not-Like-quot-Equivalent-or-Workaround-Within-Set-Analysis/m-p/1094715#M1254759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you can create flagfields in the script, this way you can select these values using SUM{&amp;lt;_ValidFlag={1}&amp;gt;}Value)&lt;/P&gt;&lt;P&gt;Also check out &lt;A href="http://tools.qlikblog.at/SetAnalysisWizard/QlikView-SetAnalysis_Wizard_and_Generator.aspx" title="http://tools.qlikblog.at/SetAnalysisWizard/QlikView-SetAnalysis_Wizard_and_Generator.aspx"&gt;Set Analysis Wizard for QlikView | qlikblog.at&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 19:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Not-Like-quot-Equivalent-or-Workaround-Within-Set-Analysis/m-p/1094715#M1254759</guid>
      <dc:creator>p_verkooijen</dc:creator>
      <dc:date>2016-01-28T19:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: "Not Like" Equivalent or Workaround Within Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Not-Like-quot-Equivalent-or-Workaround-Within-Set-Analysis/m-p/1094716#M1254761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Been using the Set analysis minus operator earlier today and it's saved my bacon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 19:47:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Not-Like-quot-Equivalent-or-Workaround-Within-Set-Analysis/m-p/1094716#M1254761</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-28T19:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: "Not Like" Equivalent or Workaround Within Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Not-Like-quot-Equivalent-or-Workaround-Within-Set-Analysis/m-p/1094717#M1254763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also check &lt;A href="https://community.qlik.com/docs/DOC-4951"&gt;Set Analysis: syntaxes, examples&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 19:51:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Not-Like-quot-Equivalent-or-Workaround-Within-Set-Analysis/m-p/1094717#M1254763</guid>
      <dc:creator>p_verkooijen</dc:creator>
      <dc:date>2016-01-28T19:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: "Not Like" Equivalent or Workaround Within Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Not-Like-quot-Equivalent-or-Workaround-Within-Set-Analysis/m-p/1094718#M1254764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14540115832094963 jive_text_macro" jivemacro_uid="_14540115832094963" modifiedtitle="true"&gt;
&lt;P&gt;sum( {$&amp;lt;AreaField = E({1&amp;lt;NameField={&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Serv', 'Service', 'Front' , 'Fronting' &lt;/SPAN&gt;}&amp;gt;})&amp;gt;} Value )&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 20:06:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Not-Like-quot-Equivalent-or-Workaround-Within-Set-Analysis/m-p/1094718#M1254764</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-01-28T20:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: "Not Like" Equivalent or Workaround Within Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Not-Like-quot-Equivalent-or-Workaround-Within-Set-Analysis/m-p/1094719#M1254765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you my expression now looks like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;NameField&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; -= {'*Serv*','*Front*','*Service*','*Fronting*'}&amp;gt;} Value) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hopefully this works as its supposed to&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 09:03:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Not-Like-quot-Equivalent-or-Workaround-Within-Set-Analysis/m-p/1094719#M1254765</guid>
      <dc:creator />
      <dc:date>2016-01-29T09:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: "Not Like" Equivalent or Workaround Within Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Not-Like-quot-Equivalent-or-Workaround-Within-Set-Analysis/m-p/1094720#M1254766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"*Serv*" should also find the same values like "*Service*", right (and similar for Front/ Fronting)?&lt;/P&gt;&lt;P&gt;That's why I only used the shorter searches with wildcards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 12:13:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Not-Like-quot-Equivalent-or-Workaround-Within-Set-Analysis/m-p/1094720#M1254766</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-01-29T12:13:40Z</dc:date>
    </item>
  </channel>
</rss>

