<?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: Remove pivoting dimension header label. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-pivoting-dimension-header-label/m-p/1404128#M425388</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and my table is pivot , and ad hoc reporting done on that , now when i am runnig this maro on my app , it is not removing that sqare , it is making closure my other columns &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Aug 2017 16:53:29 GMT</pubDate>
    <dc:creator>agni_gold</dc:creator>
    <dc:date>2017-08-29T16:53:29Z</dc:date>
    <item>
      <title>Remove pivoting dimension header label.</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-pivoting-dimension-header-label/m-p/1404121#M425381</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;I have one situation, &lt;/P&gt;&lt;P&gt;I have one pivot table and also done pivoting over year dimension and made its label as blank, not I don't want that small square which is coming below in screenshot, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Pivot Issue.png" class="jive-image image-1" src="/legacyfs/online/174981_Pivot Issue.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as it is ad-hoc reporting so that I cannot put a text box over it ., Attaching sample file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 15:36:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-pivoting-dimension-header-label/m-p/1404121#M425381</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2017-08-29T15:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Remove pivoting dimension header label.</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-pivoting-dimension-header-label/m-p/1404122#M425382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not Possible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 15:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-pivoting-dimension-header-label/m-p/1404122#M425382</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-08-29T15:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Remove pivoting dimension header label.</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-pivoting-dimension-header-label/m-p/1404123#M425383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you can try to squeeze that column using a Macro. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ref From: &lt;A href="https://community.qlik.com/thread/14988"&gt;Hide column in pivot table&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press Ctrl+M&lt;/P&gt;&lt;P&gt;Then copy paste this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub Squeeze&lt;/P&gt;&lt;P&gt; call HideColumn("CH01", 3)&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;private sub HideColumn(ch, n)&lt;/P&gt;&lt;P&gt; set ch = ActiveDocument.GetSheetObject(ch)&lt;/P&gt;&lt;P&gt; ch.SetPixWidth (n-1), 0&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 16:13:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-pivoting-dimension-header-label/m-p/1404123#M425383</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-08-29T16:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Remove pivoting dimension header label.</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-pivoting-dimension-header-label/m-p/1404124#M425384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;But can we remove it without Macro ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 16:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-pivoting-dimension-header-label/m-p/1404124#M425384</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2017-08-29T16:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Remove pivoting dimension header label.</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-pivoting-dimension-header-label/m-p/1404125#M425385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not possible. However, this is just a one time macro to run. Once you run this macro you can delete the macro and save it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 16:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-pivoting-dimension-header-label/m-p/1404125#M425385</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-08-29T16:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Remove pivoting dimension header label.</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-pivoting-dimension-header-label/m-p/1404126#M425386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At the time of deployment should i need that macro also ?&lt;/P&gt;&lt;P&gt;means while publishing to browser ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 16:48:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-pivoting-dimension-header-label/m-p/1404126#M425386</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2017-08-29T16:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Remove pivoting dimension header label.</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-pivoting-dimension-header-label/m-p/1404127#M425387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Once you save it, it should be fine when you deploy to PROD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 16:51:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-pivoting-dimension-header-label/m-p/1404127#M425387</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-08-29T16:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Remove pivoting dimension header label.</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-pivoting-dimension-header-label/m-p/1404128#M425388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and my table is pivot , and ad hoc reporting done on that , now when i am runnig this maro on my app , it is not removing that sqare , it is making closure my other columns &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 16:53:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-pivoting-dimension-header-label/m-p/1404128#M425388</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2017-08-29T16:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Remove pivoting dimension header label.</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-pivoting-dimension-header-label/m-p/1404129#M425389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did not get you. In your pivot you sent you want 3rd column to be squeezed. So in your original pivot table you should figure out which column should be squeezed. Like change here:&lt;/P&gt;&lt;P&gt;3 here is like 3rd dimension column. If it is a 2nd or 4th column just replace 3 with that dimension order. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sub Squeeze&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;call HideColumn("CH01", &lt;SPAN style="color: #ff6600;"&gt;3&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;end sub&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;private sub HideColumn(ch, n)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;set ch = ActiveDocument.GetSheetObject(ch)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ch.SetPixWidth (n-1), 0&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 16:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-pivoting-dimension-header-label/m-p/1404129#M425389</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-08-29T16:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Remove pivoting dimension header label.</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-pivoting-dimension-header-label/m-p/1404130#M425390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct&amp;nbsp; , as i have already changed that , to my last column but i have done pivoting on that dimension , so that it is squeezing my data column not label , i want just to remove label, can you please share that file in which you have checked ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 16:59:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-pivoting-dimension-header-label/m-p/1404130#M425390</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2017-08-29T16:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Remove pivoting dimension header label.</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-pivoting-dimension-header-label/m-p/1404131#M425391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is your actual qvw file i worked on. See attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 17:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-pivoting-dimension-header-label/m-p/1404131#M425391</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-08-29T17:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Remove pivoting dimension header label.</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-pivoting-dimension-header-label/m-p/1404132#M425392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But when i send it to excel but column C is still there .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 19:37:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-pivoting-dimension-header-label/m-p/1404132#M425392</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2017-08-29T19:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Remove pivoting dimension header label.</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-pivoting-dimension-header-label/m-p/1404133#M425393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats what we said it is not possible to completely remove it because in your pivot you are using field Year which displays 2013, 2014 etc. So when you export to excel the column C will be suppressed mode. You can just delete that column once you export to excel as an alternative. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 19:59:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-pivoting-dimension-header-label/m-p/1404133#M425393</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-08-29T19:59:23Z</dc:date>
    </item>
  </channel>
</rss>

