<?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 Stright Table vs Pivot Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Stright-Table-vs-Pivot-Table/m-p/406505#M151220</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;Plz Explian me i want know about one thing ,What The use of Stright Table and pivot Table&lt;/P&gt;&lt;P&gt;When we are go with string table and pivot table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tell me one secnario when we r using pivot table and when we r using stright table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Apr 2013 06:22:48 GMT</pubDate>
    <dc:creator>NavinReddy</dc:creator>
    <dc:date>2013-04-27T06:22:48Z</dc:date>
    <item>
      <title>Stright Table vs Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Stright-Table-vs-Pivot-Table/m-p/406505#M151220</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;Plz Explian me i want know about one thing ,What The use of Stright Table and pivot Table&lt;/P&gt;&lt;P&gt;When we are go with string table and pivot table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tell me one secnario when we r using pivot table and when we r using stright table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Apr 2013 06:22:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stright-Table-vs-Pivot-Table/m-p/406505#M151220</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2013-04-27T06:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Stright Table vs Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Stright-Table-vs-Pivot-Table/m-p/406506#M151221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Straight table is a simple display of all the data present in the table.&lt;/P&gt;&lt;P&gt;But Pivot table is something where we use aggregations and summations to display the data that makes more sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Straight table is something like : select * from table;&lt;/P&gt;&lt;P&gt;whereas pivot table is something like : select a, b, sum(c), avg (d) from table group by a,b ; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another difference is you cannot eliminate duplicate rows from Straight table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Apr 2013 06:42:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stright-Table-vs-Pivot-Table/m-p/406506#M151221</guid>
      <dc:creator />
      <dc:date>2013-04-27T06:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Stright Table vs Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Stright-Table-vs-Pivot-Table/m-p/406507#M151222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;SPAN style="color: #000000;"&gt;Hi Niranjan,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG style="background-color: #ffffff; font-family: Arial;"&gt; Pivot table-&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;SPAN style="color: #000000;"&gt;1) A pivot table is better at grouping: you can easily see which group a specific row belongs to, and a group can have a subtotal. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;SPAN style="color: #000000;"&gt;2) You can also display a pivot table like a cross table (one or several horizontal dimensions). &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;SPAN style="color: #000000;"&gt;3) But when you sort a pivot table, you have to sort it first according to the first dimension, then according to the next, etc. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; You cannot sort it any way you want.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff; background-color: #ffffff; font-family: Arial;"&gt;Straight table-&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt; &lt;SPAN style="color: #000000;"&gt;A straight table is better at sorting than a pivot table: you can sort it according to any column. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;SPAN style="color: #000000;"&gt; But it is not so good at grouping. Subtotals are not possible, for instance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;SPAN style="color: #000000;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;SPAN style="color: #000000;"&gt;Neha&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Apr 2013 06:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stright-Table-vs-Pivot-Table/m-p/406507#M151222</guid>
      <dc:creator>neha_shirsath</dc:creator>
      <dc:date>2013-04-27T06:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Stright Table vs Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Stright-Table-vs-Pivot-Table/m-p/406508#M151223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Thanks to All really its helpfull for me &lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards &lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Apr 2013 08:26:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stright-Table-vs-Pivot-Table/m-p/406508#M151223</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2013-04-27T08:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Stright Table vs Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Stright-Table-vs-Pivot-Table/m-p/406509#M151224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In pivot table you can drag the dimensions over the expression. Means Dimension shown as column. This is not possible in Straight table.&lt;/P&gt;&lt;P&gt;A pivot table is better at grouping: you can easily see which group a specific row belongs to, and a group can have a subtotal. You can also display a pivot table like a cross table (one or several horizontal dimensions). But when you sort a pivot table, you have to sort it first according to the first dimension, then according to the next, etc. You cannot sort it any way you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; In a povit table you can not drag expression in middle of expression, but you can do that in straight table.&lt;/P&gt;&lt;P&gt; A straight table is better at sorting than a pivot table: you can sort it according to any column. But it is not so good at grouping. Subtotals are not possible, for instance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Apr 2013 08:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stright-Table-vs-Pivot-Table/m-p/406509#M151224</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-04-27T08:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Stright Table vs Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Stright-Table-vs-Pivot-Table/m-p/406510#M151225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot its really its was nice answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Apr 2013 17:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stright-Table-vs-Pivot-Table/m-p/406510#M151225</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2013-04-27T17:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Stright Table vs Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Stright-Table-vs-Pivot-Table/m-p/406511#M151226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: justify;"&gt;- In Pivot table multiple measure can be used where as in straight table only single measure can be used.&lt;/P&gt;&lt;P style="text-align: justify;"&gt;- In Pivote a cross table can be created by dragging dimensions but same thing is not possible in straight table&lt;/P&gt;&lt;P style="text-align: justify;"&gt;- A straight table is better at sorting then a pivot table: you can sort it according to any column.&lt;/P&gt;&lt;P style="text-align: justify;"&gt;But it is not so good at grouping. subtotals are not possible, for instance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 12:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stright-Table-vs-Pivot-Table/m-p/406511#M151226</guid>
      <dc:creator />
      <dc:date>2013-04-29T12:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Stright Table vs Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Stright-Table-vs-Pivot-Table/m-p/406512#M151227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;EM style="color: #000000;"&gt;3) But when you sort a pivot table, you have to sort it first according to the first dimension, then according to the next, etc. &lt;/EM&gt;&lt;/P&gt;&lt;P style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;EM style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; You cannot sort it any way you want.&lt;/EM&gt;&lt;/P&gt;&lt;P style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;SPAN style="color: #000000;"&gt;Not exactly true. If you go to the "Sort" tab, and select "expression", you can sort any dimension according to an expression that you have created (which is not necessarily shown in the pivot table). For example, if you have a pivot table that has "Sales Rep" as the first dimension, "Customer" as the next and "Sale Month" as the third dimension (which you pivot against to make it a horizontal dimension) and sum(Sales) as your expression, the table will rank Sales Reps alphabetically, then Customer names within the rep, and by Sale Month. But if you override the Sales Reps sort, and put sum(Sales) as the expression and choose "descending", it will show the salesperson with the top sales for the forecast period first, then the next ranked, etc. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;SPAN style="color: #000000;"&gt;So you can, sometimes, achieve the sort you want. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 12:43:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stright-Table-vs-Pivot-Table/m-p/406512#M151227</guid>
      <dc:creator />
      <dc:date>2013-06-03T12:43:35Z</dc:date>
    </item>
  </channel>
</rss>

