<?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: Create Pivot Table without Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-Pivot-Table-without-Dimension/m-p/564437#M1111920</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear HIC, thank you very much. It work. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Feb 2014 10:13:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-25T10:13:22Z</dc:date>
    <item>
      <title>Create Pivot Table without Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Pivot-Table-without-Dimension/m-p/564431#M1111914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I want to create a pivot table with 3 column, which is sum(sales_count), sum(Sale_Target), and sum(sales_count)/sum(Sale_Target).&lt;/P&gt;&lt;P&gt;In this case, I don't want any dimension to appear, just the column name.&lt;/P&gt;&lt;P&gt;But the pivot table always show blank dimension. How to hide it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Benjamin See&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 08:36:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Pivot-Table-without-Dimension/m-p/564431#M1111914</guid>
      <dc:creator />
      <dc:date>2014-02-25T08:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Create Pivot Table without Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Pivot-Table-without-Dimension/m-p/564432#M1111915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here for the dimension purpose which you want to get expression is also write in expression side like this way&lt;/P&gt;&lt;P&gt;Sum(TOTAL{$&amp;lt;Dimension1=,Dimension2= &amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sales_count&lt;/SPAN&gt;)&amp;nbsp; //for 1 column&lt;/P&gt;&lt;P&gt;Sum(TOTAL{$&amp;lt;Dimension1=,Dimension2= &amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sale_Target&lt;/SPAN&gt;) //for 2 column&lt;/P&gt;&lt;P&gt;Sum(TOTAL{$&amp;lt;Dimension1=,Dimension2= &amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sales_count&lt;/SPAN&gt;)/Sum(TOTAL{$&amp;lt;Dimension1=,Dimension2= &amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sale_Target&lt;/SPAN&gt;)&amp;nbsp; //for 3rd column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or without write total you can also do this like&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Dimension1=,Dimension2= &amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sales_count&lt;/SPAN&gt;)&amp;nbsp; //for 1 column&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Dimension1=,Dimension2= &amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sale_Target&lt;/SPAN&gt;) //for 2 column&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Dimension1=,Dimension2= &amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sales_count&lt;/SPAN&gt;)/Sum(TOTAL{$&amp;lt;Dimension1=,Dimension2= &amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sale_Target&lt;/SPAN&gt;)&amp;nbsp; //for 3rd column&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 09:14:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Pivot-Table-without-Dimension/m-p/564432#M1111915</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-02-25T09:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Create Pivot Table without Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Pivot-Table-without-Dimension/m-p/564433#M1111916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The pivot table always has a place holder for the dimensions, yes. If you just want a one-liner with these three numbers, I suggest you create a straight table instead. You need to turn the Totals of to make it look nice (Expressions tab).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 09:22:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Pivot-Table-without-Dimension/m-p/564433#M1111916</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-02-25T09:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Create Pivot Table without Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Pivot-Table-without-Dimension/m-p/564434#M1111917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI, i had put in the expression, but still it showing the blank dimension (Pivot Table --&amp;gt; Expression --&amp;gt;Definition).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 10:01:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Pivot-Table-without-Dimension/m-p/564434#M1111917</guid>
      <dc:creator />
      <dc:date>2014-02-25T10:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Create Pivot Table without Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Pivot-Table-without-Dimension/m-p/564435#M1111918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, when I use the straight table, even I put in =Sum(), it showing the list of number instead of the total.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 10:02:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Pivot-Table-without-Dimension/m-p/564435#M1111918</guid>
      <dc:creator />
      <dc:date>2014-02-25T10:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Create Pivot Table without Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Pivot-Table-without-Dimension/m-p/564436#M1111919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you are using a table box, not a straight table. Create a chart and choose this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Image1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/53783_Image1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 10:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Pivot-Table-without-Dimension/m-p/564436#M1111919</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-02-25T10:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Create Pivot Table without Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Pivot-Table-without-Dimension/m-p/564437#M1111920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear HIC, thank you very much. It work. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 10:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Pivot-Table-without-Dimension/m-p/564437#M1111920</guid>
      <dc:creator />
      <dc:date>2014-02-25T10:13:22Z</dc:date>
    </item>
  </channel>
</rss>

