<?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: How to create a table with sum(Points) by User and Week in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-a-table-with-sum-Points-by-User-and-Week/m-p/100377#M603941</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;maybe like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_313146_Pic3.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/213202_QlikCommunity_Thread_313146_Pic3.JPG" style="height: 244px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Sep 2018 21:00:15 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2018-09-10T21:00:15Z</dc:date>
    <item>
      <title>How to create a table with sum(Points) by User and Week</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-table-with-sum-Points-by-User-and-Week/m-p/100373#M603937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need some help with a problem that I have with a table on Qlikview.&lt;/P&gt;&lt;P&gt;The problem is that I wanna show a graphic like this: &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Captura.PNG" class="jive-image image-1" height="177" src="https://community.qlik.com/legacyfs/online/212817_Captura.PNG" style="max-width: 620px; height: 177.184px; width: 306px;" width="306" /&gt;&lt;/P&gt;&lt;P&gt;I have the next table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Week, User, Points: [&lt;/P&gt;&lt;P&gt;1, A, 15&lt;/P&gt;&lt;P&gt;1, B, 7&lt;/P&gt;&lt;P&gt;1, C, 10&lt;/P&gt;&lt;P&gt;2, A, 2&lt;/P&gt;&lt;P&gt;2, B, 20, &lt;/P&gt;&lt;P&gt;2, C, 9&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Untill week 38]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, I wanna show the evolution of the table (1º, 2º, 3º) by Week and user like the pic from above.&lt;/P&gt;&lt;P&gt;Should be with sum(Points):&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; week 1: { A-15, B-7, C-10}, so 1º-A, 2º-C, 3º-B &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;week 2: { A-17, B-27, C-19}, so 1º-B, 2º-C, 3º-A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tryed with RangeSum(sum(Points), 0, Week)) but it did not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 10:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-table-with-sum-Points-by-User-and-Week/m-p/100373#M603937</guid>
      <dc:creator>daniportero6</dc:creator>
      <dc:date>2018-09-06T10:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a table with sum(Points) by User and Week</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-table-with-sum-Points-by-User-and-Week/m-p/100374#M603938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not quite sure if I understand what do you want to do but you missed the interrecord-function to cumulate the data. Therefore try it with: RangeSum(&lt;STRONG&gt;above(&lt;/STRONG&gt;sum(Points), 0, &lt;STRONG&gt;rowno(&lt;/STRONG&gt;total)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2018 07:40:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-table-with-sum-Points-by-User-and-Week/m-p/100374#M603938</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-09-07T07:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a table with sum(Points) by User and Week</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-table-with-sum-Points-by-User-and-Week/m-p/100375#M603939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you are looking for something like the rank of each fully accumulated points over weeks per user?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_313146_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/213033_QlikCommunity_Thread_313146_Pic1.JPG" style="height: 281px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_313146_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/213034_QlikCommunity_Thread_313146_Pic2.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15363572099278987 jive_text_macro" jivemacro_uid="_15363572099278987"&gt;
&lt;P&gt;table1:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Week, User, Points&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, A, 15&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, B, 7&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, C, 10&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, A, 2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, B, 20&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, C, 9&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LOAD RecNo()+2 as Week,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chr(64+IterNo()) as User,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ceil(Rand()*20) as Points&lt;/P&gt;
&lt;P&gt;AutoGenerate 36&lt;/P&gt;
&lt;P&gt;While IterNo()&amp;lt;=3;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabAsOfWeek:&lt;/P&gt;
&lt;P&gt;LOAD Distinct&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Week as AsOfWeek,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IterNo() as Week&lt;/P&gt;
&lt;P&gt;Resident table1&lt;/P&gt;
&lt;P&gt;While IterNo()&amp;lt;=Week;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2018 21:55:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-table-with-sum-Points-by-User-and-Week/m-p/100375#M603939</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-09-07T21:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a table with sum(Points) by User and Week</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-table-with-sum-Points-by-User-and-Week/m-p/100376#M603940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It helped me a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I'm trying to order by ranking. I mean, now it's from up to bottom: 14, 13, 12... 1.&lt;/P&gt;&lt;P&gt;And I want to see from up to bottom: 1, 2, 3... 14, but I don't find anything to change the order. Do you know any tip?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the answer &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;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 12:08:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-table-with-sum-Points-by-User-and-Week/m-p/100376#M603940</guid>
      <dc:creator>daniportero6</dc:creator>
      <dc:date>2018-09-10T12:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a table with sum(Points) by User and Week</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-table-with-sum-Points-by-User-and-Week/m-p/100377#M603941</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;maybe like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_313146_Pic3.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/213202_QlikCommunity_Thread_313146_Pic3.JPG" style="height: 244px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 21:00:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-table-with-sum-Points-by-User-and-Week/m-p/100377#M603941</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-09-10T21:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a table with sum(Points) by User and Week</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-table-with-sum-Points-by-User-and-Week/m-p/100378#M603942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes! That's what I mean.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, but I can not open the file because I just have Persional Edition version, so I just can open and use files from my laptop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you tell me how did you do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 07:49:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-table-with-sum-Points-by-User-and-Week/m-p/100378#M603942</guid>
      <dc:creator>daniportero6</dc:creator>
      <dc:date>2018-09-11T07:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a table with sum(Points) by User and Week</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-table-with-sum-Points-by-User-and-Week/m-p/100379#M603943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here you go:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_313146_Pic4.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/213327_QlikCommunity_Thread_313146_Pic4.JPG" style="height: 544px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(-&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;Rank&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;Points&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;)),'0;0') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_313146_Pic5.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/213328_QlikCommunity_Thread_313146_Pic5.JPG" style="height: 545px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 21:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-table-with-sum-Points-by-User-and-Week/m-p/100379#M603943</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-09-11T21:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a table with sum(Points) by User and Week</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-table-with-sum-Points-by-User-and-Week/m-p/100380#M603944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh God! I would never imagine that solution haha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I really appreciate it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&amp;nbsp; Thank you &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2018 08:25:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-table-with-sum-Points-by-User-and-Week/m-p/100380#M603944</guid>
      <dc:creator>daniportero6</dc:creator>
      <dc:date>2018-09-12T08:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a table with sum(Points) by User and Week</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-table-with-sum-Points-by-User-and-Week/m-p/100381#M603945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;glad you like it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;finally here's another one with slightly altered expression axis number format and some colour brushing options to emphasize selected users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_313146_Pic6.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/213428_QlikCommunity_Thread_313146_Pic6.JPG" style="height: 189px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_313146_Pic7.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/213429_QlikCommunity_Thread_313146_Pic7.JPG" style="height: 189px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;background color expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;User&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;User&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;User&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;)=1,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;LightGreen&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;()),&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;LightGray&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;())) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;line style expression:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;User&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;User&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;),'&amp;lt;W3&amp;gt;','&amp;lt;S2&amp;gt;')) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2018 21:11:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-table-with-sum-Points-by-User-and-Week/m-p/100381#M603945</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-09-12T21:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a table with sum(Points) by User and Week</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-table-with-sum-Points-by-User-and-Week/m-p/100382#M603946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah! I would like to do that, but I don't know where I could write it,I can't find it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2018 08:22:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-table-with-sum-Points-by-User-and-Week/m-p/100382#M603946</guid>
      <dc:creator>daniportero6</dc:creator>
      <dc:date>2018-09-18T08:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a table with sum(Points) by User and Week</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-table-with-sum-Points-by-User-and-Week/m-p/100383#M603947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some screenshots that should help you configure your charts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_313146_Pic8.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/213865_QlikCommunity_Thread_313146_Pic8.JPG" style="height: 400px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_313146_Pic9.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/213872_QlikCommunity_Thread_313146_Pic9.JPG" style="height: 242px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(-&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;Rank&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;User&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;Points&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;)),'0°;0°') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_313146_Pic10.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/213873_QlikCommunity_Thread_313146_Pic10.JPG" style="height: 246px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_313146_Pic11.JPG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/213874_QlikCommunity_Thread_313146_Pic11.JPG" style="font-size: 13.3333px; height: 338px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2018 18:34:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-table-with-sum-Points-by-User-and-Week/m-p/100383#M603947</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-09-18T18:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a table with sum(Points) by User and Week</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-table-with-sum-Points-by-User-and-Week/m-p/100384#M603948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks you so much Marco!&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, 20 Sep 2018 07:32:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-table-with-sum-Points-by-User-and-Week/m-p/100384#M603948</guid>
      <dc:creator>daniportero6</dc:creator>
      <dc:date>2018-09-20T07:32:25Z</dc:date>
    </item>
  </channel>
</rss>

