<?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 write this expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-write-this-expression/m-p/1196570#M385921</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this what you want?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/142158_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Oct 2016 08:14:01 GMT</pubDate>
    <dc:creator>zhadrakas</dc:creator>
    <dc:date>2016-10-27T08:14:01Z</dc:date>
    <item>
      <title>How to write this expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-this-expression/m-p/1196569#M385920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have those data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * Inline&lt;/P&gt;&lt;P&gt;[DayDate,Cohort,MemberId&lt;/P&gt;&lt;P&gt;2013-1-1,1,1&lt;/P&gt;&lt;P&gt;2013-1-1,1,1&lt;/P&gt;&lt;P&gt;2013-1-1,1,1&lt;/P&gt;&lt;P&gt;2013-1-1,1,2&lt;/P&gt;&lt;P&gt;2013-1-1,2,1&lt;/P&gt;&lt;P&gt;2013-1-1,2,2&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I am using pivot table to show the active MemberId by DayDate by Cohort&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result will be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DayDate, Cohort, ActiveMembers&lt;/P&gt;&lt;P&gt;2013-1-1, 1, 2&lt;/P&gt;&lt;P&gt;2013-1-1,2, 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the ActiveMembers, I use count(distinct MemberId), What I want is add one more column to show the total ActiveMembers by DayDate by Cohort. that is 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;DayDate, Cohort, ActiveMembers&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2013-1-1, 1, 2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2013-1-1,2, 2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Total:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;What Shall I do?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 08:01:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-this-expression/m-p/1196569#M385920</guid>
      <dc:creator />
      <dc:date>2016-10-27T08:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to write this expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-this-expression/m-p/1196570#M385921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this what you want?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/142158_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 08:14:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-this-expression/m-p/1196570#M385921</guid>
      <dc:creator>zhadrakas</dc:creator>
      <dc:date>2016-10-27T08:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to write this expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-this-expression/m-p/1196571#M385922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make a sub-total for the "DayDate" column and make an Aggregate expression on the dimensions you want to aggregate by.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-10-27 10_48_27-QlikView x64 - [D__Dropbox (Vimur)_Qlikview_examples_273826.qvw_].png" class="jive-image image-1" src="/legacyfs/online/142178_2016-10-27 10_48_27-QlikView x64 - [D__Dropbox (Vimur)_Qlikview_examples_273826.qvw_].png" style="height: 199px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 08:49:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-this-expression/m-p/1196571#M385922</guid>
      <dc:creator>johanlindell</dc:creator>
      <dc:date>2016-10-27T08:49:03Z</dc:date>
    </item>
  </channel>
</rss>

