<?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: Pivot Column Width to Zero in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-Column-Width-to-Zero/m-p/804183#M663876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see the need for this additional column (is it a calculated dimension) to do the sorting.&amp;nbsp; If you want to sort pivot table by an expression, simply go to the Sort tab, select first dimension, check "sort by expression", and copy your expression here.&lt;/P&gt;&lt;P&gt;If I didn't understand what you want - please upload your application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Feb 2015 13:33:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-02-16T13:33:03Z</dc:date>
    <item>
      <title>Pivot Column Width to Zero</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Column-Width-to-Zero/m-p/804178#M663867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Forums, they mentioned we can adjust column width to zero in pivot charts so that it is invisible. But I am not finding anything at presentation tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could somebody post the screen shot to adjust the width to zero...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pavna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 13:35:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Column-Width-to-Zero/m-p/804178#M663867</guid>
      <dc:creator />
      <dc:date>2015-02-13T13:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Column Width to Zero</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Column-Width-to-Zero/m-p/804179#M663871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use the next macro to "hide" columns in pivot:&lt;/P&gt;&lt;P&gt;sub Squeeze&lt;BR /&gt; call HideColumn("CH01", 2)&lt;BR /&gt;end sub&lt;BR /&gt;'&lt;BR /&gt;private sub HideColumn(ch, n)&lt;BR /&gt; set ch = ActiveDocument.GetSheetObject(ch)&lt;BR /&gt; ch.SetPixWidth (n-1), 0&lt;BR /&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 13:38:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Column-Width-to-Zero/m-p/804179#M663871</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-13T13:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Column Width to Zero</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Column-Width-to-Zero/m-p/804180#M663873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe there is no setting to set the column width to zero. Please use macro suggested above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 14:13:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Column-Width-to-Zero/m-p/804180#M663873</guid>
      <dc:creator />
      <dc:date>2015-02-13T14:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Column Width to Zero</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Column-Width-to-Zero/m-p/804181#M663874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no feasibility to hide columns through settings. use macros if you need. &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, 13 Feb 2015 15:06:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Column-Width-to-Zero/m-p/804181#M663874</guid>
      <dc:creator />
      <dc:date>2015-02-13T15:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Column Width to Zero</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Column-Width-to-Zero/m-p/804182#M663875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is I am trying to sort the last expression in pivot chat irrespective of selected 11 dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that I am creating a additional first column with the last expression and using it in sort tab using expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Pick(Dimensionality(),sum(x),&lt;SPAN style="font-size: 13.3333330154419px;"&gt;sum(x),&lt;SPAN style="font-size: 13.3333330154419px;"&gt;sum(x).........................................))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I write use this macro to hide the first column in every pivot chart in dashboard??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be great if you can explain how this macro work as I am new to macros...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sub Squeeze&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;call HideColumn("CH01", 2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;end sub&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;private sub HideColumn(ch, n)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;set ch = ActiveDocument.GetSheetObject(ch)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ch.SetPixWidth (n-1), 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;end sub&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Pavan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 07:02:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Column-Width-to-Zero/m-p/804182#M663875</guid>
      <dc:creator />
      <dc:date>2015-02-16T07:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Column Width to Zero</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Column-Width-to-Zero/m-p/804183#M663876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see the need for this additional column (is it a calculated dimension) to do the sorting.&amp;nbsp; If you want to sort pivot table by an expression, simply go to the Sort tab, select first dimension, check "sort by expression", and copy your expression here.&lt;/P&gt;&lt;P&gt;If I didn't understand what you want - please upload your application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 13:33:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Column-Width-to-Zero/m-p/804183#M663876</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-16T13:33:03Z</dc:date>
    </item>
  </channel>
</rss>

