<?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: How to exclude items when the title contain a specific string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-exclude-items-when-the-title-contain-a-specific-string/m-p/1390320#M512193</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This one didn't work, it returned to me all&amp;nbsp; the values, as '*' was actually considered as a character..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Nov 2017 04:01:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-11-29T04:01:37Z</dc:date>
    <item>
      <title>How to exclude items when the title contain a specific string</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-items-when-the-title-contain-a-specific-string/m-p/1390316#M512189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I would like to calculate the sum of items, but only when their title doesn't include a specific string.&lt;/P&gt;&lt;P&gt;for example, here is my list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="167" style="border: 1px solid rgb(0, 0, 0); width: 235px; height: 60px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Title&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;number&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Banana&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Apple&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Apple Test&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Strawberry&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Mango testing&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;test&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So basically what I want is to have only Banana + Apple +Strawberry and ignore anything that contains "test" in it.&lt;/P&gt;&lt;P&gt;It's just an example, my table got hundreds of lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this &lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;SubStringCount([Title], 'test')={0}&amp;gt;}[number])&amp;nbsp; but it doesn't seem to be working.&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;Thank you so much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 03:43:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-items-when-the-title-contain-a-specific-string/m-p/1390316#M512189</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-29T03:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude items when the title contain a specific string</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-items-when-the-title-contain-a-specific-string/m-p/1390317#M512190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Title -= {'Test', 'test', 'TEST'}&amp;gt;}number)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 03:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-items-when-the-title-contain-a-specific-string/m-p/1390317#M512190</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-29T03:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude items when the title contain a specific string</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-items-when-the-title-contain-a-specific-string/m-p/1390318#M512191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny,&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;is there anyway to include all the possible syntax of "test", beacause I have also "testing" or "tester"&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 03:58:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-items-when-the-title-contain-a-specific-string/m-p/1390318#M512191</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-29T03:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude items when the title contain a specific string</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-items-when-the-title-contain-a-specific-string/m-p/1390319#M512192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad, try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Title -= {'&lt;SPAN style="color: #ff0000; font-size: 12pt;"&gt;*&lt;/SPAN&gt;Test&lt;STRONG style=": ; color: #ff0000; font-size: 12pt;"&gt;*&lt;/STRONG&gt;', '&lt;STRONG style=": ; color: #ff0000; font-size: 12pt;"&gt;*&lt;/STRONG&gt;test&lt;STRONG style=": ; color: #ff0000; font-size: 12pt;"&gt;*&lt;/STRONG&gt;', '&lt;STRONG style=": ; color: #ff0000; font-size: 12pt;"&gt;*&lt;/STRONG&gt;TEST&lt;STRONG style=": ; color: #ff0000; font-size: 12pt;"&gt;*&lt;/STRONG&gt;'}&amp;gt;}number)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 04:00:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-items-when-the-title-contain-a-specific-string/m-p/1390319#M512192</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-29T04:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude items when the title contain a specific string</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-items-when-the-title-contain-a-specific-string/m-p/1390320#M512193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This one didn't work, it returned to me all&amp;nbsp; the values, as '*' was actually considered as a character..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 04:01:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-items-when-the-title-contain-a-specific-string/m-p/1390320#M512193</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-29T04:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude items when the title contain a specific string</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-items-when-the-title-contain-a-specific-string/m-p/1390321#M512194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh are you on the most recent version of QlikView or Qlik Sense? Try with double quotes instead of single quotes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Title -= {"*Test*", "*test*", "*TEST*"}&amp;gt;}number)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 04:02:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-items-when-the-title-contain-a-specific-string/m-p/1390321#M512194</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-29T04:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude items when the title contain a specific string</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-items-when-the-title-contain-a-specific-string/m-p/1390322#M512195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I'm on Qlik Sense, and actually title = or title -= didn't work neither, it didn't include for example 'Mango Testing and "Apple Test" &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 04:05:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-items-when-the-title-contain-a-specific-string/m-p/1390322#M512195</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-29T04:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude items when the title contain a specific string</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-items-when-the-title-contain-a-specific-string/m-p/1390323#M512196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"*Test*" is not excluding those two values? Really? Going to test it out now&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 04:07:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-items-when-the-title-contain-a-specific-string/m-p/1390323#M512196</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-29T04:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude items when the title contain a specific string</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-items-when-the-title-contain-a-specific-string/m-p/1390324#M512197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems to be working for me here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/185021_Capture.PNG" style="height: 169px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 04:14:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-items-when-the-title-contain-a-specific-string/m-p/1390324#M512197</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-29T04:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude items when the title contain a specific string</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-items-when-the-title-contain-a-specific-string/m-p/1390325#M512198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Sunny, I tried it again and it's working fine.&amp;nbsp; Perfect&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 04:15:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-items-when-the-title-contain-a-specific-string/m-p/1390325#M512198</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-29T04:15:51Z</dc:date>
    </item>
  </channel>
</rss>

