<?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: Resize  screen objects to fit with screen size: in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Resize-screen-objects-to-fit-with-screen-size/m-p/382300#M142631</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;View--&amp;gt; Click on&amp;nbsp; &lt;STRONG&gt;Fit Zoom to Window&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Aug 2012 11:31:29 GMT</pubDate>
    <dc:creator>sreenivas</dc:creator>
    <dc:date>2012-08-30T11:31:29Z</dc:date>
    <item>
      <title>Resize  screen objects to fit with screen size:</title>
      <link>https://community.qlik.com/t5/QlikView/Resize-screen-objects-to-fit-with-screen-size/m-p/382299#M142630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I had developed the qlikview applicatin on small screen desktop ...Now I am using little big screen desktop..but When I opend qvw application in new big screen monitor , qlikview document objects are not resizing to fit in big screen monitor. please let me know solution for this if any one the know the solution for it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advnace.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 09:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resize-screen-objects-to-fit-with-screen-size/m-p/382299#M142630</guid>
      <dc:creator />
      <dc:date>2012-08-30T09:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Resize  screen objects to fit with screen size:</title>
      <link>https://community.qlik.com/t5/QlikView/Resize-screen-objects-to-fit-with-screen-size/m-p/382300#M142631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;View--&amp;gt; Click on&amp;nbsp; &lt;STRONG&gt;Fit Zoom to Window&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 11:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resize-screen-objects-to-fit-with-screen-size/m-p/382300#M142631</guid>
      <dc:creator>sreenivas</dc:creator>
      <dc:date>2012-08-30T11:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Resize  screen objects to fit with screen size:</title>
      <link>https://community.qlik.com/t5/QlikView/Resize-screen-objects-to-fit-with-screen-size/m-p/382301#M142632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Sreenivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That we have to do manually right?. Is there any property to set in qlikview so that while openings application itself It should get resized to the appropriate screen size ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 14:51:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resize-screen-objects-to-fit-with-screen-size/m-p/382301#M142632</guid>
      <dc:creator />
      <dc:date>2012-08-30T14:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Resize  screen objects to fit with screen size:</title>
      <link>https://community.qlik.com/t5/QlikView/Resize-screen-objects-to-fit-with-screen-size/m-p/382302#M142633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a macro that runs each time the document opens, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.ActiveSheet.FitZoomToWindow&lt;/P&gt;&lt;P&gt;ActiveDocument.ActiveSheet.ApplyZoomToAllSheets&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way the zoom is applied to all sheets and you don't have to mind anymore if you change your screen &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 09:12:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resize-screen-objects-to-fit-with-screen-size/m-p/382302#M142633</guid>
      <dc:creator>lucas4bi</dc:creator>
      <dc:date>2012-08-31T09:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Resize  screen objects to fit with screen size:</title>
      <link>https://community.qlik.com/t5/QlikView/Resize-screen-objects-to-fit-with-screen-size/m-p/382303#M142634</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 tried to follow your instructions and created a macro as follow in the module:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub ZoomToFitWindow()&lt;/P&gt;&lt;P&gt;ActiveDocument.ActiveSheet.FitZoomToWindow&lt;/P&gt;&lt;P&gt;ActiveDocument.ActiveSheet.ApplyZoomToAllSheets&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the document setting I called the macro on open by calling module name: ZoomToFitWindow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It didn't work!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Alec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 17:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resize-screen-objects-to-fit-with-screen-size/m-p/382303#M142634</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2013-12-12T17:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Resize  screen objects to fit with screen size:</title>
      <link>https://community.qlik.com/t5/QlikView/Resize-screen-objects-to-fit-with-screen-size/m-p/382304#M142635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Badr&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;BEWARE&lt;/STRONG&gt;&lt;/EM&gt;&lt;STRONG&gt;:&lt;/STRONG&gt;&amp;nbsp; Macro's like this only work in IE Plugin mode, not AJAX mode.&amp;nbsp; So in the QV Desktop always when testing check how it behaves using Web View as well as normal mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is unpleasant to spend time developing something in QV Desktop only to find it don't work with users addicted to Chrome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 18:02:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resize-screen-objects-to-fit-with-screen-size/m-p/382304#M142635</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-12T18:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Resize  screen objects to fit with screen size:</title>
      <link>https://community.qlik.com/t5/QlikView/Resize-screen-objects-to-fit-with-screen-size/m-p/382305#M142636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the feedback. Do you have any solution for me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, It didn't work using Qlikview Designer.. I am wondering If i have anything wrong on my macro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Badr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 18:17:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resize-screen-objects-to-fit-with-screen-size/m-p/382305#M142636</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2013-12-12T18:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Resize  screen objects to fit with screen size:</title>
      <link>https://community.qlik.com/t5/QlikView/Resize-screen-objects-to-fit-with-screen-size/m-p/382306#M142637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Badr&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Always design your dashboards for the smallest resolution monitor it will be used on, this used to be 1024 but in some organisations with money to splash it is now bigger.&amp;nbsp; I have a huge desktop monitor which is great, but always design for 1024.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some suggestions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Look up Stephen Few on the web and read his books on data visualisation, or at the least his blog posts&lt;/LI&gt;&lt;LI&gt;If you have more data than 1024 allows never force people to scroll to the right, scrolling down is less painful to users but still worth avoiding if at all possible&lt;/LI&gt;&lt;LI&gt;Read Stephen Few again&lt;/LI&gt;&lt;LI&gt;Surf the web and look what other web sites do, does this website auto size ?&amp;nbsp; How about Facebook ?&lt;/LI&gt;&lt;LI&gt;Handling differing monitor resolutions is a perennial issue and is not just a QlikView quirk.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 18:28:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resize-screen-objects-to-fit-with-screen-size/m-p/382306#M142637</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-12T18:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Resize  screen objects to fit with screen size:</title>
      <link>https://community.qlik.com/t5/QlikView/Resize-screen-objects-to-fit-with-screen-size/m-p/382307#M142638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the details.. I am just interested in testing the macro and find why it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Badr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 18:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resize-screen-objects-to-fit-with-screen-size/m-p/382307#M142638</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2013-12-12T18:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Resize  screen objects to fit with screen size:</title>
      <link>https://community.qlik.com/t5/QlikView/Resize-screen-objects-to-fit-with-screen-size/m-p/382308#M142639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Badr&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully somebody else will be able to assist you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 19:16:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resize-screen-objects-to-fit-with-screen-size/m-p/382308#M142639</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-12T19:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Resize  screen objects to fit with screen size:</title>
      <link>https://community.qlik.com/t5/QlikView/Resize-screen-objects-to-fit-with-screen-size/m-p/382309#M142640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Moolemane,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no option like Qlik Sense,in QlikView ,&lt;/P&gt;&lt;P&gt;why because Qlik Sense &lt;STRONG&gt;don't have a sheet level scroll option&lt;/STRONG&gt; so it is automatically resizing the charts with in the same sheet but QlikView haves the option &lt;STRONG&gt;sheet Scroll bars .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my knowledge QlikView Charts will start from the Axis we specified .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Shrinking&lt;/STRONG&gt; of charts is &lt;STRONG&gt;not available in QV and QS.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 14:52:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resize-screen-objects-to-fit-with-screen-size/m-p/382309#M142640</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2017-07-26T14:52:11Z</dc:date>
    </item>
  </channel>
</rss>

