<?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: Total for rows (Date range) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Total-for-rows-Date-range/m-p/1149134#M907436</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While loading script create field with rowno()&amp;nbsp; as cnt&amp;nbsp; , then use count(cnt) in pivot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jun 2016 05:05:50 GMT</pubDate>
    <dc:creator>vikasmahajan</dc:creator>
    <dc:date>2016-06-20T05:05:50Z</dc:date>
    <item>
      <title>Total for rows (Date range)</title>
      <link>https://community.qlik.com/t5/QlikView/Total-for-rows-Date-range/m-p/1149133#M907435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need help how to in QlikView for pivot, add column with (total) sum for rows, it is necessary for the dates from 01/01/2016 to 01/31/2016?&lt;BR /&gt;See pics&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-for-rows-Date-range/m-p/1149133#M907435</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Total for rows (Date range)</title>
      <link>https://community.qlik.com/t5/QlikView/Total-for-rows-Date-range/m-p/1149134#M907436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While loading script create field with rowno()&amp;nbsp; as cnt&amp;nbsp; , then use count(cnt) in pivot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 05:05:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-for-rows-Date-range/m-p/1149134#M907436</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2016-06-20T05:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Total for rows (Date range)</title>
      <link>https://community.qlik.com/t5/QlikView/Total-for-rows-Date-range/m-p/1149135#M907437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the answer, I do not understand on what you mean, can you give me an example of code to write what you think?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 08:54:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-for-rows-Date-range/m-p/1149135#M907437</guid>
      <dc:creator />
      <dc:date>2016-06-20T08:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Total for rows (Date range)</title>
      <link>https://community.qlik.com/t5/QlikView/Total-for-rows-Date-range/m-p/1149136#M907438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="count(cnt).jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/128478_count(cnt).jpg" style="height: auto;" /&gt;&lt;BR /&gt;Use in pivot&lt;BR /&gt;&lt;IMG alt="rowno.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/128479_rowno.jpg" style="height: auto;" /&gt; &lt;BR /&gt;Load in script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error in calculated dimension.jpg" class="jive-image image-3" src="/legacyfs/online/128480_error in calculated dimension.jpg" style="height: auto;" /&gt;&lt;BR /&gt;Result &lt;BR /&gt;Please help?!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 09:06:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-for-rows-Date-range/m-p/1149136#M907438</guid>
      <dc:creator />
      <dc:date>2016-06-20T09:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Total for rows (Date range)</title>
      <link>https://community.qlik.com/t5/QlikView/Total-for-rows-Date-range/m-p/1149137#M907439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zeljko,&lt;/P&gt;&lt;P&gt;Use dimensionality and secondarydimensionality() functions.&lt;/P&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Dimensionality() = 1 and SecondaryDimensionality()=0,Cound(Distinct Date),YourExpression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 09:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-for-rows-Date-range/m-p/1149137#M907439</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-20T09:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Total for rows (Date range)</title>
      <link>https://community.qlik.com/t5/QlikView/Total-for-rows-Date-range/m-p/1149138#M907440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Thanks a lot, helped me all the answers, I succeed to find a solution with this code: &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;BR /&gt;=aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;NODISTINCT&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;mesec&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[1]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;masa&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)),&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;sifra&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 12:52:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-for-rows-Date-range/m-p/1149138#M907440</guid>
      <dc:creator />
      <dc:date>2016-06-22T12:52:52Z</dc:date>
    </item>
  </channel>
</rss>

