<?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: Set Expression help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Expression-help/m-p/737918#M537410</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;this must work&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum({&amp;lt;Segment={'Group'}, Status -= {'Cancelled'}&amp;gt;}[REV YTD])/1000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;If not post sample data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ASHFAQ&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Oct 2014 09:24:08 GMT</pubDate>
    <dc:creator>ashfaq_haseeb</dc:creator>
    <dc:date>2014-10-16T09:24:08Z</dc:date>
    <item>
      <title>Set Expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-help/m-p/737914#M537406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello QV,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have below expr in my chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Segment={'Group'}, Status = {'Cancelled'}&amp;gt;}[REV YTD])/1000000&lt;/P&gt;&lt;P&gt;Now my requirement is to exclude Cancelled Accounts, means Status is not equals to 'Cancelled'.&lt;/P&gt;&lt;P&gt;How to write the expr for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ananth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 09:14:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-help/m-p/737914#M537406</guid>
      <dc:creator />
      <dc:date>2014-10-16T09:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-help/m-p/737915#M537407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum({&amp;lt;Segment={'Group'}, Status &lt;STRONG&gt;-&lt;/STRONG&gt;= {'Cancelled'}&amp;gt;}[REV YTD])/1000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;A minus before the = should exclude it&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 09:15:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-help/m-p/737915#M537407</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2014-10-16T09:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-help/m-p/737916#M537408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with&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;"&gt;sum({&amp;lt;Segment={'Group'}, Status = &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{'*'}-&lt;/SPAN&gt;{'Cancelled'}&amp;gt;}[REV YTD])/1000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;means all minus cancelled&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 09:17:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-help/m-p/737916#M537408</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-10-16T09:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-help/m-p/737917#M537409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, both are not working...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 09:21:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-help/m-p/737917#M537409</guid>
      <dc:creator />
      <dc:date>2014-10-16T09:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-help/m-p/737918#M537410</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;this must work&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum({&amp;lt;Segment={'Group'}, Status -= {'Cancelled'}&amp;gt;}[REV YTD])/1000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;If not post sample data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ASHFAQ&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 09:24:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-help/m-p/737918#M537410</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-16T09:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-help/m-p/737919#M537411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm getting error, if I write above expr &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Expr.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/69036_Expr.png" style="width: 620px; height: 384px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 09:29:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-help/m-p/737919#M537411</guid>
      <dc:creator />
      <dc:date>2014-10-16T09:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-help/m-p/737920#M537412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sure the syntax is correct, explain with more details, why you say it doesn't work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 09:31:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-help/m-p/737920#M537412</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-10-16T09:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-help/m-p/737921#M537413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It gives error but gives you proper result&lt;/P&gt;&lt;P&gt;To avoid that you have been provided second expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which does the same&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;"&gt;sum({&amp;lt;Segment={'Group'}, Status = &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{'*'}-&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{'Cancelled'}&amp;gt;}[REV YTD])/1000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ASHFAQ&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 09:32:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-help/m-p/737921#M537413</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-16T09:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-help/m-p/737922#M537414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The editor dont understand the syntax but it should work...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 09:33:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-help/m-p/737922#M537414</guid>
      <dc:creator>mr_novice</dc:creator>
      <dc:date>2014-10-16T09:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-help/m-p/737923#M537415</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;Even if there is red line but it will give you correct output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 09:36:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-help/m-p/737923#M537415</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-10-16T09:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-help/m-p/737924#M537416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This variant&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum({&amp;lt;Segment={'Group'}, Status -= {'Cancelled'}&amp;gt;}[REV YTD])/1000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;gives you the result of all status excluded Cancelled, indepentend of what status is selected&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;"&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;"&gt;and this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum({&amp;lt;Segment={'Group'}, Status = &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{'*'}-&lt;/SPAN&gt;{'Cancelled'}&amp;gt;}[REV YTD])/1000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;gives you the result of selected values in status, excluded Cancelled if selected&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;Regards&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 09:39:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-help/m-p/737924#M537416</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2014-10-16T09:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-help/m-p/737925#M537417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the image,&lt;/P&gt;&lt;P&gt;The same account is coming in both the chart. Why this is happening&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Expr.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/69037_Expr.png" style="width: 620px; height: 388px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 09:43:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-help/m-p/737925#M537417</guid>
      <dc:creator />
      <dc:date>2014-10-16T09:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-help/m-p/737926#M537418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be same account but with different revenue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to look at your data.&lt;/P&gt;&lt;P&gt;Do some tests to validate the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 09:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-help/m-p/737926#M537418</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-16T09:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-help/m-p/737927#M537419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much to all, I'm verifying my data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 09:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-help/m-p/737927#M537419</guid>
      <dc:creator />
      <dc:date>2014-10-16T09:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-help/m-p/737928#M537420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you close this thread by selecting appropriate answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 09:55:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-help/m-p/737928#M537420</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-16T09:55:10Z</dc:date>
    </item>
  </channel>
</rss>

