<?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: CrossTable returning too few rows in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/CrossTable-returning-too-few-rows/m-p/466892#M174438</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nandy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will you be able share the data file and the qlikview for a better analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Vinoth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Nov 2013 13:40:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-21T13:40:43Z</dc:date>
    <item>
      <title>CrossTable returning too few rows</title>
      <link>https://community.qlik.com/t5/QlikView/CrossTable-returning-too-few-rows/m-p/466886#M174432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - i'm using a crosstable as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first query returns the right amount of rows (rows * columns)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second query returns less than what i expect, when i round my volumes - the end result looks fine, I'm curious what QV is doing to not return as many rows as I'd expect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Nandy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Query 1&lt;/P&gt;&lt;P&gt;CrossTable(WEEK, VOLUME, 6)&lt;/P&gt;&lt;P&gt;LOAD CHANNEL, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROPOSITION, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ITEM, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [1],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [2],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [3],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [4]&lt;/P&gt;&lt;P&gt;from tab;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Query 2&lt;/P&gt;&lt;P&gt;CrossTable(WEEK, VOLUME, 6)&lt;/P&gt;&lt;P&gt;LOAD CHANNEL, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROPOSITION, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ITEM, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; round ([1],0.001) as 1,&lt;/P&gt;&lt;P&gt;round ([2],0.001) as 2,&lt;/P&gt;&lt;P&gt;round ([3],0.001) as 3,&lt;/P&gt;&lt;P&gt;round ([4],0.001) as 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from tab;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 13:15:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CrossTable-returning-too-few-rows/m-p/466886#M174432</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-04T13:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: CrossTable returning too few rows</title>
      <link>https://community.qlik.com/t5/QlikView/CrossTable-returning-too-few-rows/m-p/466887#M174433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure why but I do know that &lt;STRONG&gt;Weeks field &lt;/STRONG&gt;needs to be converted into &lt;STRONG&gt;numerical values first&lt;/STRONG&gt;. Crosstables do something that leaves them in a String state.&amp;nbsp; Use an expression like this to convert them;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can insert the Round outside of num# which converts into a numerical value.&lt;/P&gt;&lt;P&gt;Date(&lt;STRONG&gt;Num#(Weeks)&lt;/STRONG&gt;,'DD-MMM-YY') as Weeks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sure someone has a better explanation but I know this works for me. I struggled with this issue as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 13:58:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CrossTable-returning-too-few-rows/m-p/466887#M174433</guid>
      <dc:creator />
      <dc:date>2012-10-04T13:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: CrossTable returning too few rows</title>
      <link>https://community.qlik.com/t5/QlikView/CrossTable-returning-too-few-rows/m-p/466888#M174434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Hi Nandy,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Is this a two different tables with similar columns?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Tom&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 08:22:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CrossTable-returning-too-few-rows/m-p/466888#M174434</guid>
      <dc:creator>thomas_skariah</dc:creator>
      <dc:date>2012-10-05T08:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: CrossTable returning too few rows</title>
      <link>https://community.qlik.com/t5/QlikView/CrossTable-returning-too-few-rows/m-p/466889#M174435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom, no, its the same table.&lt;/P&gt;&lt;P&gt;Nandy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 08:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CrossTable-returning-too-few-rows/m-p/466889#M174435</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-05T08:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: CrossTable returning too few rows</title>
      <link>https://community.qlik.com/t5/QlikView/CrossTable-returning-too-few-rows/m-p/466890#M174436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;ok, Create a table for crosstab,and then using resident put the condition (in this case round).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Tom&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 09:21:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CrossTable-returning-too-few-rows/m-p/466890#M174436</guid>
      <dc:creator>thomas_skariah</dc:creator>
      <dc:date>2012-10-05T09:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: CrossTable returning too few rows</title>
      <link>https://community.qlik.com/t5/QlikView/CrossTable-returning-too-few-rows/m-p/466891#M174437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; - this works, both methods end with the same final number of rows, so at least I can be confident the end result is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still it would be interesting to understand what QV is doing to give the difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nandy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 13:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CrossTable-returning-too-few-rows/m-p/466891#M174437</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-05T13:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: CrossTable returning too few rows</title>
      <link>https://community.qlik.com/t5/QlikView/CrossTable-returning-too-few-rows/m-p/466892#M174438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nandy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will you be able share the data file and the qlikview for a better analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Vinoth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 13:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CrossTable-returning-too-few-rows/m-p/466892#M174438</guid>
      <dc:creator />
      <dc:date>2013-11-21T13:40:43Z</dc:date>
    </item>
  </channel>
</rss>

