<?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 Formatting the column width of a straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Formatting-the-column-width-of-a-straight-table/m-p/396411#M569705</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When creating a straight table, is it possible to manually set the size of each of the columns?&amp;nbsp; I know that it’s possible to manually set the X and Y position as well as the height and width of the overall object but I need to manually set the width of each column.&amp;nbsp; I have multiple straight tables in my document and I am positioning them so they all look like one table together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2012 18:32:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-09T18:32:12Z</dc:date>
    <item>
      <title>Formatting the column width of a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-the-column-width-of-a-straight-table/m-p/396411#M569705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When creating a straight table, is it possible to manually set the size of each of the columns?&amp;nbsp; I know that it’s possible to manually set the X and Y position as well as the height and width of the overall object but I need to manually set the width of each column.&amp;nbsp; I have multiple straight tables in my document and I am positioning them so they all look like one table together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 18:32:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-the-column-width-of-a-straight-table/m-p/396411#M569705</guid>
      <dc:creator />
      <dc:date>2012-10-09T18:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting the column width of a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-the-column-width-of-a-straight-table/m-p/396412#M569706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can change the column width with the mouse. If you hover on the right side of the column the mouse cursor will change to a double headed arrow. If you left click and keep the button down you can resize the column. Unfortunately there's is no way to set the column with for several columns at the same time afaik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 18:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-the-column-width-of-a-straight-table/m-p/396412#M569706</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-10-09T18:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting the column width of a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-the-column-width-of-a-straight-table/m-p/396413#M569707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I’m aware that it’s possible to change the column width by using the mouse.&amp;nbsp; What I’m asking is whether it’s possible to specify the width of each column, similar to the way you can do this by going to Properties -&amp;gt; Caption and then set the width for the entire table.&amp;nbsp; I have 5 straight tables and I have them positioned vertically on the sheet.&amp;nbsp; The intention is to make the 5 individual straight tables look like one table which is why I am trying to manually set the column width.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 18:54:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-the-column-width-of-a-straight-table/m-p/396413#M569707</guid>
      <dc:creator />
      <dc:date>2012-10-09T18:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting the column width of a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-the-column-width-of-a-straight-table/m-p/396414#M569708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, that's not possible. Maybe it can be done with a macro, but I haven't found where yet and I doubt it is possible at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: I did find something:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rem ** Double column width of column 2 in pivot table CH01 **&lt;/P&gt;&lt;P&gt;set chart = ActiveDocument.GetSheetObject("CH01")&lt;/P&gt;&lt;P&gt;pwidths = chart.GetPixWidths(1,1).PixWidths&lt;/P&gt;&lt;P&gt;chart.SetPixWidth 1, pwidths(0)*2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So there is a way doing it with some code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 18:59:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-the-column-width-of-a-straight-table/m-p/396414#M569708</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-10-09T18:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting the column width of a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-the-column-width-of-a-straight-table/m-p/396415#M569709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&amp;nbsp; I'll give it a try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 19:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-the-column-width-of-a-straight-table/m-p/396415#M569709</guid>
      <dc:creator />
      <dc:date>2012-10-09T19:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting the column width of a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-the-column-width-of-a-straight-table/m-p/396416#M569710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. This works very well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where can I find the properties for GetPixWidths to find out what the (1,1) refers to? I've managed to make it do exactly what I want by just playing around, but it would be good to see this along with other available functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 14:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-the-column-width-of-a-straight-table/m-p/396416#M569710</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-28T14:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting the column width of a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-the-column-width-of-a-straight-table/m-p/396417#M569711</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;I am also in the same situation where I want to set width of all columns from one place. I am wondering where to add the script block you have specified.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 13:38:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-the-column-width-of-a-straight-table/m-p/396417#M569711</guid>
      <dc:creator />
      <dc:date>2013-12-11T13:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting the column width of a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-the-column-width-of-a-straight-table/m-p/396418#M569712</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;I develop this macro to help me to define the with of my straight table or any other graph. i hop eit help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub Width&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; set chart = ActiveDocument.GetSheetObject("CH03")&lt;/P&gt;&lt;P&gt;&amp;nbsp; set cp = chart.GetProperties&lt;/P&gt;&lt;P&gt;&amp;nbsp; set dims = cp.Dimensions&lt;/P&gt;&lt;P&gt;&amp;nbsp; dims(0).ColWidth = 10 'mettre ici la largeur souhaitée &lt;/P&gt;&lt;P&gt;&amp;nbsp; chart.SetProperties cp&lt;/P&gt;&lt;P&gt;&amp;nbsp; set expr = cp.Expressions.Item(0).Item(0).Data.ExpressionVisual&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; expr.ColWidth = 200&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; chart.SetProperties cp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set expr = cp.Expressions.Item(1).Item(0).Data.ExpressionVisual&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; expr.ColWidth = 200&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; chart.SetProperties cp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set expr = cp.Expressions.Item(2).Item(0).Data.ExpressionVisual&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; expr.ColWidth = 200&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; chart.SetProperties cp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Dec 2016 14:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-the-column-width-of-a-straight-table/m-p/396418#M569712</guid>
      <dc:creator />
      <dc:date>2016-12-04T14:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting the column width of a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-the-column-width-of-a-straight-table/m-p/396419#M569713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ejmal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems interesting. &lt;/P&gt;&lt;P&gt;I am new to Qlik, How do I use the macro in a .qvf?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Feb 2017 06:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-the-column-width-of-a-straight-table/m-p/396419#M569713</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-05T06:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting the column width of a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-the-column-width-of-a-straight-table/m-p/396420#M569714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where in Qlik Sense would I enter this code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 19:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-the-column-width-of-a-straight-table/m-p/396420#M569714</guid>
      <dc:creator />
      <dc:date>2017-07-03T19:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting the column width of a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-the-column-width-of-a-straight-table/m-p/396421#M569715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after adding the table and columns , click done and try to adjust the column width as you need.. and then again click edit and click 'apply'&lt;/P&gt;&lt;P&gt;this will give the fixed column width.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 15:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-the-column-width-of-a-straight-table/m-p/396421#M569715</guid>
      <dc:creator>qvqfqlik</dc:creator>
      <dc:date>2017-10-19T15:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting the column width of a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-the-column-width-of-a-straight-table/m-p/396422#M569716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's fine thanks, I have dropped Qlik and have switched to PowerBI, seems to be much better than Qlik, I have managed to do much more with PowerBI as it is friendlier, faster and seems to be a more settled product with all the features and then some. &lt;BR /&gt;The great part is that it is also a lot more cost effective. Anyway &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks anyway&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 09:47:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-the-column-width-of-a-straight-table/m-p/396422#M569716</guid>
      <dc:creator />
      <dc:date>2017-10-20T09:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting the column width of a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-the-column-width-of-a-straight-table/m-p/1588822#M569717</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Could please any one help how can i achieved this format of table.&lt;/P&gt;&lt;P&gt;Thanks For Help.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2019 05:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-the-column-width-of-a-straight-table/m-p/1588822#M569717</guid>
      <dc:creator>Jayasharma89</dc:creator>
      <dc:date>2019-06-06T05:55:42Z</dc:date>
    </item>
  </channel>
</rss>

