<?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 table column width problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-table-column-width-problem/m-p/446653#M566005</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indeed your solution is the good one but it has a side effect: you loose the ability to customize expression label. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example I try to put some of the expression labels in Bold with a particular color background. Unfortunately the format and color apply only to data and not to the label. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody have any idea how I can do to customize these labels. I've tried using custom format cell without success. That's what happens when your client wants to do excel like Qlikview app : (&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Apr 2013 16:52:44 GMT</pubDate>
    <dc:creator>jonathan_dau</dc:creator>
    <dc:date>2013-04-22T16:52:44Z</dc:date>
    <item>
      <title>Pivot table column width problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-column-width-problem/m-p/446650#M566001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a pivot table where expressions are rows and dimensions are columns (see the attached demo for illustration).&lt;/P&gt;&lt;P&gt;Is there a way to resize the first column (expression labels) without resizing dimension columns at the same time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As seen you can see from the attached document there is a lot of wasted space if columns can't be resized separately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the following macro but it will resize all the columns including the first label column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13558261047462048" jivemacro_uid="_13558261047462048"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;&lt;SPAN style="color: #0000ff;"&gt;sub&lt;/SPAN&gt; resize&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;set &lt;/SPAN&gt;chart = ActiveDocument.GetSheetObject("CH02")&lt;BR /&gt;&amp;nbsp; chart.SetPixWidth 1,100&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;end sub&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Switching dimensions back to rows is not an option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 10:32:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-column-width-problem/m-p/446650#M566001</guid>
      <dc:creator />
      <dc:date>2012-12-18T10:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table column width problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-column-width-problem/m-p/446651#M566002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using a straight table with the Horizontal option checked on the Presentation tab. See attached qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 10:36:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-column-width-problem/m-p/446651#M566002</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-12-18T10:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table column width problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-column-width-problem/m-p/446652#M566003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice, thank you. &lt;/P&gt;&lt;P&gt;That works just fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 10:51:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-column-width-problem/m-p/446652#M566003</guid>
      <dc:creator />
      <dc:date>2012-12-18T10:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table column width problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-column-width-problem/m-p/446653#M566005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indeed your solution is the good one but it has a side effect: you loose the ability to customize expression label. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example I try to put some of the expression labels in Bold with a particular color background. Unfortunately the format and color apply only to data and not to the label. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody have any idea how I can do to customize these labels. I've tried using custom format cell without success. That's what happens when your client wants to do excel like Qlikview app : (&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 16:52:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-column-width-problem/m-p/446653#M566005</guid>
      <dc:creator>jonathan_dau</dc:creator>
      <dc:date>2013-04-22T16:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table column width problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-column-width-problem/m-p/446654#M566006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By the way sorry for being redundant because we can find a lot of posts on this problem but unfortunately I was unable to find the solution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My eternal gratitude if someone know the trick. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 16:58:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-column-width-problem/m-p/446654#M566006</guid>
      <dc:creator>jonathan_dau</dc:creator>
      <dc:date>2013-04-22T16:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table column width problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-column-width-problem/m-p/446655#M566008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had the same problem but eventually got it right &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You do it by formating background color/text color and/or text format in the Dimensionstab (pic1)&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="40165" class="jive-image-thumbnail jive-image" onclick="" alt="Pic1.png" src="https://community.qlik.com/legacyfs/online/40165_Pic1.png" width="450" /&gt; &lt;/P&gt;&lt;P&gt;For color use the expression:&lt;/P&gt;&lt;P&gt;=RGB(220,220,220) &lt;/P&gt;&lt;P&gt;(this is light gray I think)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find the exact colornumbers by clicking on them (pic2)&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="40166" class="jive-image-thumbnail jive-image" onclick="" alt="pic2.png" src="https://community.qlik.com/legacyfs/online/40166_pic2.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Hop it helps &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers &lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 11:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-column-width-problem/m-p/446655#M566008</guid>
      <dc:creator />
      <dc:date>2013-05-01T11:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table column width problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-column-width-problem/m-p/446656#M566009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I do that I am getting expression values is coming twice!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 18:17:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-column-width-problem/m-p/446656#M566009</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2014-09-22T18:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table column width problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-column-width-problem/m-p/446657#M566010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any update from anyone on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 03:06:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-column-width-problem/m-p/446657#M566010</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2014-09-23T03:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table column width problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-column-width-problem/m-p/446658#M566011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry it was my mistake it was looking good now!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 07:15:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-column-width-problem/m-p/446658#M566011</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2014-09-23T07:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table column width problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-column-width-problem/m-p/446659#M566012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I am having another dimension which i want to show as row along with the expressions...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 10:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-column-width-problem/m-p/446659#M566012</guid>
      <dc:creator />
      <dc:date>2015-09-16T10:39:53Z</dc:date>
    </item>
  </channel>
</rss>

