<?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 exclude values within a range in set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/exclude-values-within-a-range-in-set-analysis/m-p/1049056#M352442</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to sum values within a range of accountnumbers, and exclude some accountnumbers&lt;/P&gt;&lt;P&gt;this expression goves results&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;A3XMCD={"&amp;gt;$(=400000)&amp;lt;$(=799999)"}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;but when i want to exclude an accountnumber with this expression :&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;A3XMCD={"&amp;gt;$(=400000)&amp;lt;$(=799999)"},A3XMCD-={404010}&amp;gt;}&lt;SPAN style="font-size: 13.3333px;"&gt;Amount&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;I don't get any results &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both expressions were made with the set analysis wizzard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And still strugling with set analysis syntax&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Apr 2016 13:17:32 GMT</pubDate>
    <dc:creator>curiousfellow</dc:creator>
    <dc:date>2016-04-04T13:17:32Z</dc:date>
    <item>
      <title>exclude values within a range in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-values-within-a-range-in-set-analysis/m-p/1049056#M352442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to sum values within a range of accountnumbers, and exclude some accountnumbers&lt;/P&gt;&lt;P&gt;this expression goves results&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;A3XMCD={"&amp;gt;$(=400000)&amp;lt;$(=799999)"}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;but when i want to exclude an accountnumber with this expression :&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;A3XMCD={"&amp;gt;$(=400000)&amp;lt;$(=799999)"},A3XMCD-={404010}&amp;gt;}&lt;SPAN style="font-size: 13.3333px;"&gt;Amount&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;I don't get any results &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both expressions were made with the set analysis wizzard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And still strugling with set analysis syntax&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 13:17:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-values-within-a-range-in-set-analysis/m-p/1049056#M352442</guid>
      <dc:creator>curiousfellow</dc:creator>
      <dc:date>2016-04-04T13:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: exclude values within a range in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-values-within-a-range-in-set-analysis/m-p/1049057#M352443</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; font-size: 13px;"&gt;Try =Sum({$&amp;lt;A3XMCD={"&amp;gt;400000&amp;lt;799999"}-{404010}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 13:19:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-values-within-a-range-in-set-analysis/m-p/1049057#M352443</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-04-04T13:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: exclude values within a range in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-values-within-a-range-in-set-analysis/m-p/1049058#M352444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&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;A3XMCD={"&amp;gt;$(=400000)&amp;lt;$(=799999)"} - {404010}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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;&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;No two field modifiers for the same field, please&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 13:20:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-values-within-a-range-in-set-analysis/m-p/1049058#M352444</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-04T13:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: exclude values within a range in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-values-within-a-range-in-set-analysis/m-p/1049059#M352445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both. did not know this. Still learning&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 14:15:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-values-within-a-range-in-set-analysis/m-p/1049059#M352445</guid>
      <dc:creator>curiousfellow</dc:creator>
      <dc:date>2016-04-04T14:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: exclude values within a range in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-values-within-a-range-in-set-analysis/m-p/1049060#M352446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk dis tooo&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4424"&gt;Excluding values in Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 14:17:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-values-within-a-range-in-set-analysis/m-p/1049060#M352446</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-04-04T14:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: exclude values within a range in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-values-within-a-range-in-set-analysis/m-p/1049061#M352447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your issue is resolved, please consider closing this thread by marking helpful and correct answers.&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>Mon, 04 Apr 2016 14:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-values-within-a-range-in-set-analysis/m-p/1049061#M352447</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-04T14:25:18Z</dc:date>
    </item>
  </channel>
</rss>

