<?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: Exclude high value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-high-value/m-p/700474#M671765</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="color: blue; font-family: 'Arial','sans-serif'; font-size: 11pt;"&gt;FirstSortedValue( Date, -Aggr&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="color: black; font-family: 'Arial','sans-serif'; font-size: 11pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="color: blue; font-family: 'Arial','sans-serif'; font-size: 11pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="color: black; font-family: 'Arial','sans-serif'; font-size: 11pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="color: #984806; font-family: 'Arial','sans-serif'; font-size: 11pt;"&gt;AantalEenhedenBinnen),Date,Timeframe&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="color: black; font-family: 'Arial','sans-serif'; font-size: 11pt;"&gt;) )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="color: black; font-family: 'Arial','sans-serif'; font-size: 11pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="color: black; font-family: 'Arial','sans-serif'; font-size: 11pt;"&gt;to get the Date.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Oct 2014 09:04:17 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-10-10T09:04:17Z</dc:date>
    <item>
      <title>Exclude high value</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-high-value/m-p/700473#M671764</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;SPAN lang="EN-GB" style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;I calculate the &lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt; of AantalEenhedenBinnen per Time frame and show this in a line graph.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;Since there is one day within a certain time frame the &lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt; of&amp;nbsp; AantalEenhedenBinnen is that high, I want to exclude this particular Date,Timeframe in my graph.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;Because this particular time frame doesn’t represent normal business.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;With &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 11.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 11.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;MaxString&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 11.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;({$}(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 11.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 11.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 11.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 11.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 11.0pt; font-family: 'Arial','sans-serif'; color: #984806;"&gt;AantalEenhedenBinnen),Date,Timeframe&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 11.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;)))&amp;nbsp; i can figure out what is the value I want to exclude.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 11.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;But what I actually need to know is which Date,Time frame generated this high value in order to exclude the results of this Date,Timeframe in my graph.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 11.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 11.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 11.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Ron&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 08:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-high-value/m-p/700473#M671764</guid>
      <dc:creator />
      <dc:date>2014-10-10T08:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude high value</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-high-value/m-p/700474#M671765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="color: blue; font-family: 'Arial','sans-serif'; font-size: 11pt;"&gt;FirstSortedValue( Date, -Aggr&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="color: black; font-family: 'Arial','sans-serif'; font-size: 11pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="color: blue; font-family: 'Arial','sans-serif'; font-size: 11pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="color: black; font-family: 'Arial','sans-serif'; font-size: 11pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="color: #984806; font-family: 'Arial','sans-serif'; font-size: 11pt;"&gt;AantalEenhedenBinnen),Date,Timeframe&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="color: black; font-family: 'Arial','sans-serif'; font-size: 11pt;"&gt;) )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="color: black; font-family: 'Arial','sans-serif'; font-size: 11pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="color: black; font-family: 'Arial','sans-serif'; font-size: 11pt;"&gt;to get the Date.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 09:04:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-high-value/m-p/700474#M671765</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-10-10T09:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude high value</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-high-value/m-p/700475#M671766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick and correct response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was exactly what I was looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 09:18:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-high-value/m-p/700475#M671766</guid>
      <dc:creator />
      <dc:date>2014-10-10T09:18:50Z</dc:date>
    </item>
  </channel>
</rss>

