<?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 show dimension values as columns in pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36353#M787074</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If so, then the easiest thing to do would be to split product and tree into separate rows, with an indicator that tells you which of the two dimensions is used in a particular row Like in:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SpecialTable:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;NOCONCATENATE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD Id, Batch, Product As Dimension, 'Product' as DimensionType&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;RESIDENT SourceTable;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONCATENATE (SpecialTable)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD Id, Batch, Tree As Dimension, 'Tree' as DimensionType&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;RESIDENT SourceTable;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;You can use this table for just the pivot output, or for various other things by manipulating the DimensionType in Set Analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Feb 2018 11:33:06 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2018-02-16T11:33:06Z</dc:date>
    <item>
      <title>How to show dimension values as columns in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36346#M787067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following inline table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;Id,Batch,Product,Tree&lt;/P&gt;&lt;P&gt;1,A Batch,Apples,Level 1&lt;/P&gt;&lt;P&gt;2,B Batch,Cookies,Level 2&lt;/P&gt;&lt;P&gt;3,C Batch,Cake,Level 3&lt;/P&gt;&lt;P&gt;4,A Batch,Apples,Level 1&lt;/P&gt;&lt;P&gt;5,D Batch,Cookies,Level 3&lt;/P&gt;&lt;P&gt;6,E Batch,Apples,Level 1&lt;/P&gt;&lt;P&gt;7,F Batch,Cookies,Level 2&lt;/P&gt;&lt;P&gt;8,G Batch,Cake,Level 3&lt;/P&gt;&lt;P&gt;9,H Batch,Apples,Level 1&lt;/P&gt;&lt;P&gt;10,I Batch,Cookies,Level 3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the output in the bellow format:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/193577_Screenshot.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using Generic load will give me the above output ? I appreciate your time...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&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/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36346#M787067</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to show dimension values as columns in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36347#M787068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this something that you may be able to accomplish with a crosstable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ScriptPrefixes/crosstable.htm" title="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ScriptPrefixes/crosstable.htm"&gt;https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ScriptPrefixes/crosstable.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 01:48:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36347#M787068</guid>
      <dc:creator>clondono</dc:creator>
      <dc:date>2018-02-16T01:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to show dimension values as columns in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36348#M787069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Carlos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No Cross table will not help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 01:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36348#M787069</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2018-02-16T01:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to show dimension values as columns in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36349#M787070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dimensions are Batch,Product tree&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression as =count(distinct Id)&lt;/P&gt;&lt;P&gt;once you created like this just &lt;STRONG&gt;drag and drop&lt;/STRONG&gt; (Select the filed name with your mouse so it shows in a &lt;STRONG&gt;Red&lt;/STRONG&gt; color border and drag that filed into &lt;STRONG&gt;right hand side&lt;/STRONG&gt;)your Product and tree dimensions into Columns .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 07:37:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36349#M787070</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2018-02-16T07:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to show dimension values as columns in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36350#M787071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌Rama,&lt;/P&gt;&lt;P&gt;This will not give the output the way I want my final output.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 09:48:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36350#M787071</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2018-02-16T09:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to show dimension values as columns in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36351#M787072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you try to do is turn both product and tree into a single dimension, correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 11:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36351#M787072</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-02-16T11:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to show dimension values as columns in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36352#M787073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to turn the values in Product and Tree dimension into columns as shown in my final output. is this possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 11:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36352#M787073</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2018-02-16T11:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to show dimension values as columns in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36353#M787074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If so, then the easiest thing to do would be to split product and tree into separate rows, with an indicator that tells you which of the two dimensions is used in a particular row Like in:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SpecialTable:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;NOCONCATENATE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD Id, Batch, Product As Dimension, 'Product' as DimensionType&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;RESIDENT SourceTable;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONCATENATE (SpecialTable)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD Id, Batch, Tree As Dimension, 'Tree' as DimensionType&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;RESIDENT SourceTable;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;You can use this table for just the pivot output, or for various other things by manipulating the DimensionType in Set Analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 11:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36353#M787074</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-02-16T11:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to show dimension values as columns in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36354#M787075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This could be one option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/193608_Capture.PNG" style="height: 159px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 11:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36354#M787075</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-16T11:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to show dimension values as columns in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36355#M787076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I correct?? Do you want like this result???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/193579_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 11:40:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36355#M787076</guid>
      <dc:creator>dineshm030</dc:creator>
      <dc:date>2018-02-16T11:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to show dimension values as columns in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36356#M787077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See Sunny's solution below.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 11:40:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36356#M787077</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-02-16T11:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to show dimension values as columns in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36357#M787078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thirumala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find your desire output I also, attached qvw file for more details&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="193609" alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/193609_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ahmar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 11:41:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36357#M787078</guid>
      <dc:creator>ahmar811</dc:creator>
      <dc:date>2018-02-16T11:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to show dimension values as columns in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36358#M787080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might have posted the incorrect qvw file... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 11:42:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36358#M787080</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-16T11:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to show dimension values as columns in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36359#M787082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks sunny,&lt;/P&gt;&lt;P&gt;That's my mistake......&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 11:45:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36359#M787082</guid>
      <dc:creator>ahmar811</dc:creator>
      <dc:date>2018-02-16T11:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to show dimension values as columns in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36360#M787084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like I am almost there... I got the dimension values as columns but the numbers are not correct. Am I missing something here ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot_2.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/193610_Screenshot_2.jpg" style="height: 152px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;Id,Batch,Product,Tree&lt;/P&gt;&lt;P&gt;1,A Batch,Apples,Level 1&lt;/P&gt;&lt;P&gt;2,B Batch,Cookies,Level 2&lt;/P&gt;&lt;P&gt;3,C Batch,Cake,Level 3&lt;/P&gt;&lt;P&gt;4,A Batch,Apples,Level 1&lt;/P&gt;&lt;P&gt;5,D Batch,Cookies,Level 3&lt;/P&gt;&lt;P&gt;6,E Batch,Apples,Level 1&lt;/P&gt;&lt;P&gt;7,F Batch,Cookies,Level 2&lt;/P&gt;&lt;P&gt;8,G Batch,Cake,Level 3&lt;/P&gt;&lt;P&gt;9,H Batch,Apples,Level 1&lt;/P&gt;&lt;P&gt;10,I Batch,Cookies,Level 3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SpecialTable:&lt;/P&gt;&lt;P&gt;NOCONCATENATE&lt;/P&gt;&lt;P&gt;LOAD Id as pvt_Id, Batch as pvt_Batch, Product As Dimension, 'Product' as DimensionType&lt;/P&gt;&lt;P&gt;RESIDENT Data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE (SpecialTable)&lt;/P&gt;&lt;P&gt;LOAD Id as pvt_Id, Batch as pvt_Batch, Tree As Dimension, 'Tree' as DimensionType&lt;/P&gt;&lt;P&gt;RESIDENT Data;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 11:49:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36360#M787084</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2018-02-16T11:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to show dimension values as columns in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36361#M787085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny.. This looks as a perfect fit. Can I also apply Top 5 using rank function on the expression ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 11:57:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36361#M787085</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2018-02-16T11:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to show dimension values as columns in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36362#M787087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should work... what would the expected output look like with top 5?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 12:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36362#M787087</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-16T12:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to show dimension values as columns in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36363#M787089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me try it out and see how it works. As always thank you for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 12:06:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36363#M787089</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2018-02-16T12:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to show dimension values as columns in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36364#M787090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to have count for 'Product' column and % for 'Tree' column ? ('Tree' is a character column here but it is a numeric field originally) Sorry I missed this point to ask.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 13:10:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36364#M787090</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2018-02-16T13:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to show dimension values as columns in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36365#M787092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/193625_Capture.PNG" style="height: 154px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 13:15:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-dimension-values-as-columns-in-pivot-table/m-p/36365#M787092</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-16T13:15:35Z</dc:date>
    </item>
  </channel>
</rss>

