<?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: Layout size in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Layout-size/m-p/1178621#M520824</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlikview applications are not responsive like Sense ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There´s some extensions that could help you &lt;/P&gt;&lt;P&gt;This one will "zoom to fit"&lt;A href="https://community.qlik.com/thread/58941"&gt;Fit Zoom to Window Document Extension&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jul 2016 17:48:14 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2016-07-29T17:48:14Z</dc:date>
    <item>
      <title>Layout size</title>
      <link>https://community.qlik.com/t5/QlikView/Layout-size/m-p/1178619#M520822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am looking for some advice on the layout and the placement of components. The dashboards which i have look different in different screens, would not it adjust automatically to fill the screen?&lt;/P&gt;&lt;P&gt;Also, how to make sure that i dont have blank space on the right side(please refer the image)?&lt;/P&gt;&lt;P&gt;Thanks.&lt;IMG alt="Blank space.JPG" class="jive-image image-1" src="/legacyfs/online/133056_Blank space.JPG" style="height: 313px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 17:21:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Layout-size/m-p/1178619#M520822</guid>
      <dc:creator />
      <dc:date>2016-07-29T17:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Layout size</title>
      <link>https://community.qlik.com/t5/QlikView/Layout-size/m-p/1178620#M520823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to:&lt;/P&gt;&lt;P&gt;-&amp;gt; Settings -&amp;gt;Sheet Propreties -&amp;gt;Triggers -&amp;gt; &lt;SPAN style="font-size: 10pt;"&gt;OnActivateSheet&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and run this macro: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Zoom &lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle &lt;/P&gt;&lt;P&gt;ActiveDocument.ActiveSheet.FitZoomToWindow &lt;/P&gt;&lt;P&gt;End Sub&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, 29 Jul 2016 17:47:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Layout-size/m-p/1178620#M520823</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-07-29T17:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Layout size</title>
      <link>https://community.qlik.com/t5/QlikView/Layout-size/m-p/1178621#M520824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlikview applications are not responsive like Sense ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There´s some extensions that could help you &lt;/P&gt;&lt;P&gt;This one will "zoom to fit"&lt;A href="https://community.qlik.com/thread/58941"&gt;Fit Zoom to Window Document Extension&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 17:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Layout-size/m-p/1178621#M520824</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-07-29T17:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Layout size</title>
      <link>https://community.qlik.com/t5/QlikView/Layout-size/m-p/1178622#M520825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use "Size to Data" option available in the chart so that you can fix the width and height of the table.&lt;/P&gt;&lt;P&gt;One issue is that in case you have more number of dimensions then it will not show you a scroll bar within the chart like in case of expressions. You may end up in scrolling the browsers window.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 17:49:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Layout-size/m-p/1178622#M520825</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2016-07-29T17:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Layout size</title>
      <link>https://community.qlik.com/t5/QlikView/Layout-size/m-p/1178623#M520826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gamavidy!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To eliminate the blank space on the right, you can use the "centeralign" extension. Find it on the web and install in the computer. In your Document Properties, in Extensions tab, activate it (Add button).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcello&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 18:04:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Layout-size/m-p/1178623#M520826</guid>
      <dc:creator />
      <dc:date>2016-07-29T18:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Layout size</title>
      <link>https://community.qlik.com/t5/QlikView/Layout-size/m-p/1178624#M520827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for the suggestions, let me try the extensions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 10:53:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Layout-size/m-p/1178624#M520827</guid>
      <dc:creator />
      <dc:date>2016-08-02T10:53:29Z</dc:date>
    </item>
  </channel>
</rss>

