<?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 avoid particular group in filter and expression..?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-avoid-particular-group-in-filter-and-expression/m-p/20903#M771261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN&gt;=if(not wildmatch(&lt;STRONG&gt;call_type&lt;/STRONG&gt;,'ST*'),&lt;STRONG&gt;call_type&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2018 11:41:04 GMT</pubDate>
    <dc:creator>shiveshsingh</dc:creator>
    <dc:date>2018-05-29T11:41:04Z</dc:date>
    <item>
      <title>How to avoid particular group in filter and expression..??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-particular-group-in-filter-and-expression/m-p/20896#M771250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am showing sum of duration for different call type&lt;/P&gt;&lt;P&gt;Now we have to avoid one particular category called ST domestic. ST interinternat etc .. Which will start with ST only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please send me the procedure for doing this . &lt;/P&gt;&lt;P&gt;Dimension name is call_type and exp is sum(duration) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-particular-group-in-filter-and-expression/m-p/20896#M771250</guid>
      <dc:creator>vishalgoud</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid particular group in filter and expression..??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-particular-group-in-filter-and-expression/m-p/20897#M771252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Hi,&lt;/P&gt;&lt;P class=""&gt;Please check this.&lt;/P&gt;&lt;P class=""&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2015/10/19/excluding-values-in-set-analysis"&gt;https://community.qlik.com/blogs/qlikviewdesignblog/2015/10/19/excluding-values-in-set-analysis&lt;/A&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2018 22:03:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-particular-group-in-filter-and-expression/m-p/20897#M771252</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2018-05-28T22:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid particular group in filter and expression..??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-particular-group-in-filter-and-expression/m-p/20898#M771254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌Try this? And you want one particular category or string that starts with ST? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Sum({&amp;lt;call_type -= {“$(=wildmatch(call_type, ‘ST*’)&amp;gt;0”} &amp;gt;}Duration)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2018 22:47:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-particular-group-in-filter-and-expression/m-p/20898#M771254</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-05-28T22:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid particular group in filter and expression..??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-particular-group-in-filter-and-expression/m-p/20899#M771257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;call_type -={'Your excluded call types'}&lt;/SPAN&gt;&amp;gt;}duration)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 04:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-particular-group-in-filter-and-expression/m-p/20899#M771257</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-05-29T04:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid particular group in filter and expression..??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-particular-group-in-filter-and-expression/m-p/20900#M771258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this:&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;= Sum({&amp;lt;call_type -= {‘ST*'} &amp;gt;}Duration)&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;Br,&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;KC&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 04:45:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-particular-group-in-filter-and-expression/m-p/20900#M771258</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-05-29T04:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid particular group in filter and expression..??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-particular-group-in-filter-and-expression/m-p/20901#M771259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=sum({&amp;lt;call_type-={"ST*"}&amp;gt;}Duration)&lt;/P&gt;&lt;P&gt;value should be in double quotes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 07:52:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-particular-group-in-filter-and-expression/m-p/20901#M771259</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2018-05-29T07:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid particular group in filter and expression..??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-particular-group-in-filter-and-expression/m-p/20902#M771260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for the reply&lt;/P&gt;&lt;P&gt;How to avoid these ST category in dimension as well. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 10:04:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-particular-group-in-filter-and-expression/m-p/20902#M771260</guid>
      <dc:creator>vishalgoud</dc:creator>
      <dc:date>2018-05-29T10:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid particular group in filter and expression..??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-particular-group-in-filter-and-expression/m-p/20903#M771261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN&gt;=if(not wildmatch(&lt;STRONG&gt;call_type&lt;/STRONG&gt;,'ST*'),&lt;STRONG&gt;call_type&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 11:41:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-particular-group-in-filter-and-expression/m-p/20903#M771261</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-05-29T11:41:04Z</dc:date>
    </item>
  </channel>
</rss>

