<?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: Accumulate diferents values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Accumulate-diferents-values/m-p/797464#M534835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking to plot individual lines for each user?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Jan 2015 10:57:03 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-01-30T10:57:03Z</dc:date>
    <item>
      <title>Accumulate diferents values</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulate-diferents-values/m-p/797463#M534834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;I have a table with two fields date and user that have logged in an application to show a document, there is 6 diferents users, i need to show a line chart&amp;nbsp; with date as dimension and calculate how many diferents users day by day logon in the application to read the document but in accumulate way,&lt;/P&gt;&lt;P&gt;i need to know when all diferents users had readed the document at least one time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i use the acumulate radio button of the expresion tab, but this sum all users and at the end the value is highest thant the max users.&lt;/P&gt;&lt;P&gt;i have attached an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any body know how can i sum acumulate diferents users day by day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;diego&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 10:51:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulate-diferents-values/m-p/797463#M534834</guid>
      <dc:creator>dcd123456</dc:creator>
      <dc:date>2015-01-30T10:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulate diferents values</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulate-diferents-values/m-p/797464#M534835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking to plot individual lines for each user?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 10:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulate-diferents-values/m-p/797464#M534835</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-01-30T10:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulate diferents values</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulate-diferents-values/m-p/797465#M534836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might be what you are looking for. PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 11:00:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulate-diferents-values/m-p/797465#M534836</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-01-30T11:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulate diferents values</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulate-diferents-values/m-p/797466#M534837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use an Aggr statement against the Date to return the minimum date found for each user, which would be the "first" time they access it - then when you're accumulating this would only count each user the first time they accessed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change your dimension to be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr(Date(Min(Date)), User)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise if you want to do this in your script, create a new resident table that calculates the minimum date per user, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Left&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Join&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; ([Your Table Name])&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 10pt;"&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;User&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Min&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;FirstAccessed&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; Records&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Group&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;by&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;User&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Then use "First Accessed" as your dimension, much as above.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 11:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulate-diferents-values/m-p/797466#M534837</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2015-01-30T11:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulate diferents values</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulate-diferents-values/m-p/797467#M534838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;I need a chart line where i can show evolution of days and how many diferents users have readed the document yet,&lt;/P&gt;&lt;P&gt;for example whe first day only 50% of the total users have reded yet&amp;nbsp; the document, the second day 97% of the users have readed the document and so on, and i can see that in the 3 first day near 99% of the users have readed the document.... &lt;/P&gt;&lt;P&gt;i think this line char like a line with acumulate difrents users, but if i only use the&amp;nbsp; accumulated &lt;SPAN style="font-size: 13.3333330154419px;"&gt;radio button QV sum all values, day by day... and if a user 1 logon in the first day, but logon in the second day again the QV in the second day acumulate the value 1+1...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;i need that the&amp;nbsp; first day count diferents users of the first day, second day count diferents users of the first day and second day together, not sum diferents users of the first day + diferents users of the second day...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the file that i attached is only an example, in real i have mor than 2000 diferents users and 30 days....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i don't know if i explain my problem right...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;diego&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 11:13:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulate-diferents-values/m-p/797467#M534838</guid>
      <dc:creator>dcd123456</dc:creator>
      <dc:date>2015-01-30T11:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulate diferents values</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulate-diferents-values/m-p/797468#M534839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thaks very much it works.&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;diego&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 11:23:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulate-diferents-values/m-p/797468#M534839</guid>
      <dc:creator>dcd123456</dc:creator>
      <dc:date>2015-01-30T11:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulate diferents values</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulate-diferents-values/m-p/797469#M534840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Earlier I misunderstood your problem, but I think, like &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/morganaaron"&gt;morganaaron&lt;/A&gt; &lt;/STRONG&gt;mentioned, it would be best to flag each user's first access in the script itself. Then you can use the flag in your set analysis.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 11:23:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulate-diferents-values/m-p/797469#M534840</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-01-30T11:23:54Z</dc:date>
    </item>
  </channel>
</rss>

