<?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 Column width in Qlik Sense straight table. Unhappy responsive sizing behaviour. How to adjust? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Column-width-in-Qlik-Sense-straight-table-Unhappy-responsive/m-p/4680#M366</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;initially we have been very happy about the much more user friendly new &lt;SPAN style="font-size: 13.3333px;"&gt;horizontal scrollbar feature for Qlik Sense straight table since &lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;November Release 2017&lt;/STRONG&gt;&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Unfortunately straight table has now a different (worse) responsive column sizing behavior.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If you have a longer text, the column width gets huge (sometimes even more than the whole screen). Otherwise in some cases the column width is set too small, so even short numbers are not fully visible (despite a lot of available space for the table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only "solution" we currently see, is manually adjust the column width and save the layout of the whole table. This is tedious (we have a lot of costumers and tables) and results in a fixed column layout (which does not match to the responsive layout concept of Qlik Sense).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is there any other way to adjust the column width&lt;/STRONG&gt; (for example by setting a "max column width parameter" or force all columns to be displayed "in good sizing" on the available space)&lt;STRONG&gt;?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jan 2018 11:48:11 GMT</pubDate>
    <dc:creator>Thomas_Spitzer</dc:creator>
    <dc:date>2018-01-22T11:48:11Z</dc:date>
    <item>
      <title>Column width in Qlik Sense straight table. Unhappy responsive sizing behaviour. How to adjust?</title>
      <link>https://community.qlik.com/t5/App-Development/Column-width-in-Qlik-Sense-straight-table-Unhappy-responsive/m-p/4680#M366</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;initially we have been very happy about the much more user friendly new &lt;SPAN style="font-size: 13.3333px;"&gt;horizontal scrollbar feature for Qlik Sense straight table since &lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;November Release 2017&lt;/STRONG&gt;&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Unfortunately straight table has now a different (worse) responsive column sizing behavior.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If you have a longer text, the column width gets huge (sometimes even more than the whole screen). Otherwise in some cases the column width is set too small, so even short numbers are not fully visible (despite a lot of available space for the table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only "solution" we currently see, is manually adjust the column width and save the layout of the whole table. This is tedious (we have a lot of costumers and tables) and results in a fixed column layout (which does not match to the responsive layout concept of Qlik Sense).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is there any other way to adjust the column width&lt;/STRONG&gt; (for example by setting a "max column width parameter" or force all columns to be displayed "in good sizing" on the available space)&lt;STRONG&gt;?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 11:48:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Column-width-in-Qlik-Sense-straight-table-Unhappy-responsive/m-p/4680#M366</guid>
      <dc:creator>Thomas_Spitzer</dc:creator>
      <dc:date>2018-01-22T11:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Column width in Qlik Sense straight table. Unhappy responsive sizing behaviour. How to adjust?</title>
      <link>https://community.qlik.com/t5/App-Development/Column-width-in-Qlik-Sense-straight-table-Unhappy-responsive/m-p/4681#M367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My only suggestion here would be to force-limit the width of string columns using&lt;/P&gt;&lt;P&gt;=left([expression],[x characters])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I initially thought of writing some intelligent expression that inserted line breaks, but actually it raises an interesting issue in that it is hard to do line breaks in QlikSense, within a table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1223240"&gt;Re: New line character in qlik sense, chr(10) and chr(13) does not work&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/173035" style="font-size: 10pt;" title="https://community.qlikview.com/thread/173035"&gt;https://community.qlikview.com/thread/173035&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/229156" title="https://community.qlikview.com/thread/229156"&gt;New line in table | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Has anyone else had a similar issue, and resolved it? A quick search didn't find a resolution to the line break issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erica&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 14:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Column-width-in-Qlik-Sense-straight-table-Unhappy-responsive/m-p/4681#M367</guid>
      <dc:creator>ericasense</dc:creator>
      <dc:date>2018-01-23T14:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Column width in Qlik Sense straight table. Unhappy responsive sizing behaviour. How to adjust?</title>
      <link>https://community.qlik.com/t5/App-Development/Column-width-in-Qlik-Sense-straight-table-Unhappy-responsive/m-p/4682#M368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Erica.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To skip the expressions is not a sustainable solution&amp;nbsp; for us, because we are loosing relevant Information (i.e. for product description).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder why there are no more posts. We got different notes from users that the default handling of the table has become confusing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Who else has the same issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 10:17:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Column-width-in-Qlik-Sense-straight-table-Unhappy-responsive/m-p/4682#M368</guid>
      <dc:creator>Thomas_Spitzer</dc:creator>
      <dc:date>2018-01-30T10:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Column width in Qlik Sense straight table. Unhappy responsive sizing behaviour. How to adjust?</title>
      <link>https://community.qlik.com/t5/App-Development/Column-width-in-Qlik-Sense-straight-table-Unhappy-responsive/m-p/4683#M369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is your issue resolved? even we have hard time with this behaviour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know if you find any work around.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 13:11:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Column-width-in-Qlik-Sense-straight-table-Unhappy-responsive/m-p/4683#M369</guid>
      <dc:creator>sunilchakala_ql</dc:creator>
      <dc:date>2018-02-16T13:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Column width in Qlik Sense straight table. Unhappy responsive sizing behaviour. How to adjust?</title>
      <link>https://community.qlik.com/t5/App-Development/Column-width-in-Qlik-Sense-straight-table-Unhappy-responsive/m-p/4684#M370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so far we have no solution other than &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;manually adjust the column width, as mentioned above.&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;If is there any other solution we are pretty interested as well.&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;Thomas&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 12:16:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Column-width-in-Qlik-Sense-straight-table-Unhappy-responsive/m-p/4684#M370</guid>
      <dc:creator>Thomas_Spitzer</dc:creator>
      <dc:date>2018-02-21T12:16:08Z</dc:date>
    </item>
  </channel>
</rss>

