<?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: QlikSense fixing column width in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/QlikSense-fixing-column-width/m-p/2136469#M92354</link>
    <description>&lt;P&gt;Ureka!!!&lt;/P&gt;
&lt;P&gt;There is a way to adjust column width in a table (straight table)&lt;/P&gt;
&lt;P&gt;In NOT edit mode, select the table in question &amp;gt; Right Clik &amp;gt;Select Full screen view.&lt;/P&gt;
&lt;P&gt;When in full-screen view you can adjust the column width as you would in Excel or the good old QlikView.&lt;/P&gt;
&lt;P&gt;After adjusting the column widths to your satisfaction right-click and return to regular view.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Switch to Edit mode and adjust the overall table width to how you want it and the columns' width will remain adjusted.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Nov 2023 23:03:23 GMT</pubDate>
    <dc:creator>JoshD1</dc:creator>
    <dc:date>2023-11-09T23:03:23Z</dc:date>
    <item>
      <title>QlikSense fixing column width</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-fixing-column-width/m-p/1027433#M15645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can the column width be fixed (saved) in QlikSense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Column width in QlikSense are in some case not saved ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we fix the column width in QlikSense .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 14:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-fixing-column-width/m-p/1027433#M15645</guid>
      <dc:creator />
      <dc:date>2016-03-31T14:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense fixing column width</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-fixing-column-width/m-p/1027434#M15646</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;The only way I know you can do this is to Build your tables in a Pivot table. The basic table will always allow the user to change the column size its just the way Qlik has been made. this does have its benefits as it allows the user to expand and move the data to make it easier to read.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you really need the Columns to be fixed then best to use a Pivot Table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 12:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-fixing-column-width/m-p/1027434#M15646</guid>
      <dc:creator />
      <dc:date>2016-04-01T12:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense fixing column width</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-fixing-column-width/m-p/1027435#M15647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;But after selection of Pivot table its shows all the column which would not required.&lt;/P&gt;&lt;P&gt;how can we kept them hide..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 11:16:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-fixing-column-width/m-p/1027435#M15647</guid>
      <dc:creator />
      <dc:date>2016-04-04T11:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense fixing column width</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-fixing-column-width/m-p/1027436#M15648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do this by creating a Sub Status in the Load Script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if I have a column with Multiple values like payment status with the below in the column &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paid &lt;/P&gt;&lt;P&gt;Waiting&lt;/P&gt;&lt;P&gt;settled&lt;/P&gt;&lt;P&gt;invoiced&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I only wanted to see 'Paid' the Load Script would be Like this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;'Payment Status', 'Paid Only'&lt;/P&gt;&lt;P&gt;'Paid' , 'Paid'&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in the Pivot when you add Paid Only as the Columns it will only show Paid and exclude the rest &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you can give me the column name and the fields I can write the load script for you&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 13:10:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-fixing-column-width/m-p/1027436#M15648</guid>
      <dc:creator />
      <dc:date>2016-04-04T13:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense fixing column width</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-fixing-column-width/m-p/1027437#M15649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK but the orginal question was to fix the column width&amp;nbsp; in QlikSense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ok, Is the column width saved per end-user ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 17:20:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-fixing-column-width/m-p/1027437#M15649</guid>
      <dc:creator />
      <dc:date>2016-04-04T17:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense fixing column width</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-fixing-column-width/m-p/1027438#M15650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlik Sense auto sizes objects and pages based on the screen size so there is no way to adjust or fix the column widths.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 19:35:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-fixing-column-width/m-p/1027438#M15650</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-04T19:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense fixing column width</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-fixing-column-width/m-p/1027439#M15651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qliksense has a responsive design and this helps in giving a very intuitive look. This is the reason why the columns resize and adjust to the screen resolution. If you still would like to fix the column width, you will have to go with an extension object. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 13:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-fixing-column-width/m-p/1027439#M15651</guid>
      <dc:creator>reddy-s</dc:creator>
      <dc:date>2016-04-05T13:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense fixing column width</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-fixing-column-width/m-p/1027440#M15652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK thx. What is a possible extension to fix wcolumn width ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 17:55:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-fixing-column-width/m-p/1027440#M15652</guid>
      <dc:creator />
      <dc:date>2016-04-05T17:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense fixing column width</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-fixing-column-width/m-p/1027441#M15653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marc,&lt;/P&gt;&lt;P&gt;I am not sure if there is an extension already out there but its surely developable. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 08:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-fixing-column-width/m-p/1027441#M15653</guid>
      <dc:creator>reddy-s</dc:creator>
      <dc:date>2016-04-06T08:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense fixing column width</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-fixing-column-width/m-p/1027442#M15654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Try to adjust the column width as you need &lt;/P&gt;&lt;P&gt;2. Click on edit and select 'apply'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will fix the column width&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 14:34:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-fixing-column-width/m-p/1027442#M15654</guid>
      <dc:creator>qvqfqlik</dc:creator>
      <dc:date>2017-10-19T14:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense fixing column width</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-fixing-column-width/m-p/1027443#M15655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will fix the column width for you, but is another user opens the application it will behave "responsively" and it will fuck up everything you did. Filter pane for example is the most useless item in Qlik Sense so far because of the "intuitive" adjustment. Just publish an app to a wide group of users and you will see what I mean. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fixing column width is not possible. Extension will make it possible but one the other objects on your sheet adjust to another user resolution the extension will have to use what is left of the space on the screen and it is very likely to get good results with some users and awful with others.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Dec 2017 10:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-fixing-column-width/m-p/1027443#M15655</guid>
      <dc:creator>dimitar_angelov</dc:creator>
      <dc:date>2017-12-03T10:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense fixing column width</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-fixing-column-width/m-p/2136469#M92354</link>
      <description>&lt;P&gt;Ureka!!!&lt;/P&gt;
&lt;P&gt;There is a way to adjust column width in a table (straight table)&lt;/P&gt;
&lt;P&gt;In NOT edit mode, select the table in question &amp;gt; Right Clik &amp;gt;Select Full screen view.&lt;/P&gt;
&lt;P&gt;When in full-screen view you can adjust the column width as you would in Excel or the good old QlikView.&lt;/P&gt;
&lt;P&gt;After adjusting the column widths to your satisfaction right-click and return to regular view.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Switch to Edit mode and adjust the overall table width to how you want it and the columns' width will remain adjusted.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 23:03:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-fixing-column-width/m-p/2136469#M92354</guid>
      <dc:creator>JoshD1</dc:creator>
      <dc:date>2023-11-09T23:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense fixing column width</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-fixing-column-width/m-p/2458995#M98691</link>
      <description>&lt;P&gt;Thanks, this works fine even in 2024.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 07:32:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-fixing-column-width/m-p/2458995#M98691</guid>
      <dc:creator>AntonAlard</dc:creator>
      <dc:date>2024-06-04T07:32:25Z</dc:date>
    </item>
  </channel>
</rss>

