<?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: Pivot Chart accumulation expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-Chart-accumulation-expression/m-p/885767#M998583</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Gysbert! It worked like a charm &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Total for Open is zero but i can live with that, ill just turn off partial sums for date dimension. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Jun 2015 12:54:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-13T12:54:22Z</dc:date>
    <item>
      <title>Pivot Chart accumulation expression</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Chart-accumulation-expression/m-p/885765#M998578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am pretty new to Qlikview and i need some help with pivot table, accumulation expression (hope this makes any sense) over time. I have tried to find solution here, but simply by copy pasting expressions doesnt work (trial and error didnt pay off so far). So i hope you can help me with my first app &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have managed to setup bar chart and it works perfectly because i can check the full accumulation, but in pivot there is no such thing..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the setup:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension: Date&lt;/P&gt;&lt;P&gt;Expressions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Created = count(if(Status='New',Id))&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: arial, helvetica, sans-serif;"&gt;Resolved = count(if(Status='Resolved',Id))&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: arial, helvetica, sans-serif;"&gt;Open = Created - Resolved&lt;/SPAN&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;In attachment you will find sample data. This table was modified from original date in order to get "Event" list, where i can track when each ticket was created / resolved (thanks to good guy from stack overflow). From my understanding this is a good practice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In attached image you will see what i want to achieve, but it will probably cause issues with my totals. Right now, while Open is totaly broken, end total at the end of the pivot is calculated "Ok", but on each day its totally wrong. Can i have both? I would gladly give up on total sum of Open if i can get it to work daily.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have personal edition so i am unable to open qlikview apps, so i would appreciate if you could show me how to do this in some detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance, regards. !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 21:04:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Chart-accumulation-expression/m-p/885765#M998578</guid>
      <dc:creator />
      <dc:date>2015-06-12T21:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Chart accumulation expression</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Chart-accumulation-expression/m-p/885766#M998582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;CODE style="font-weight: inherit; font-style: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: arial, helvetica, sans-serif;"&gt;Try rangesum(before(count({&amp;lt;Status={'New'}&amp;gt;}Id) - &lt;/SPAN&gt;&lt;/CODE&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-style: inherit; font-weight: inherit; line-height: 1.5em;"&gt;count({&amp;lt;Status={'Resolved'}&amp;gt;}Id),0, ColumnNo()))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jun 2015 12:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Chart-accumulation-expression/m-p/885766#M998582</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-06-13T12:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Chart accumulation expression</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Chart-accumulation-expression/m-p/885767#M998583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Gysbert! It worked like a charm &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Total for Open is zero but i can live with that, ill just turn off partial sums for date dimension. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jun 2015 12:54:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Chart-accumulation-expression/m-p/885767#M998583</guid>
      <dc:creator />
      <dc:date>2015-06-13T12:54:22Z</dc:date>
    </item>
  </channel>
</rss>

