<?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: Need help on screen resolution in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-on-screen-resolution/m-p/1035736#M349156</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are they using plugin? You can set the zoom maybe would satisfy your need.&lt;/P&gt;&lt;P&gt;If you want a perfect screen, you should resize and move your objects&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Feb 2016 11:15:58 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2016-02-15T11:15:58Z</dc:date>
    <item>
      <title>Need help on screen resolution</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-screen-resolution/m-p/1035734#M349154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have prepared my dashboard in normal resolution , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my client wants to my dashboard at (1680 x 1050) max resolution. Is this possible to change the resolution after development. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards , &lt;/P&gt;&lt;P&gt;Agnivesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 11:08:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-screen-resolution/m-p/1035734#M349154</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2016-02-15T11:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on screen resolution</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-screen-resolution/m-p/1035735#M349155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may help you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/1320"&gt;Reg: Qlikview Application - Screen Resolution&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/80048" title="https://community.qlikview.com/thread/80048"&gt;Dynamic screen resolution | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/37548" title="https://community.qlikview.com/thread/37548"&gt;How to change resolution | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 11:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-screen-resolution/m-p/1035735#M349155</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-15T11:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on screen resolution</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-screen-resolution/m-p/1035736#M349156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are they using plugin? You can set the zoom maybe would satisfy your need.&lt;/P&gt;&lt;P&gt;If you want a perfect screen, you should resize and move your objects&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 11:15:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-screen-resolution/m-p/1035736#M349156</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-02-15T11:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on screen resolution</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-screen-resolution/m-p/1035737#M349157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need to resize.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 11:20:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-screen-resolution/m-p/1035737#M349157</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2016-02-15T11:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on screen resolution</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-screen-resolution/m-p/1035738#M349158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi try this and use : Document Properties&amp;gt;Triggers&amp;gt;Add Actions&amp;gt; On Open&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub zoom&lt;BR /&gt; &lt;BR /&gt; ActiveDocument.ActiveSheet.FitZoomToWindow&lt;BR /&gt; ActiveDocument.GetApplication.WaitForIdle&lt;BR /&gt; ActiveDocument.ActiveSheet.ApplyZoomToAllSheets&lt;BR /&gt; ActiveDocument.GetApplication.WaitForIdle&lt;BR /&gt; &lt;BR /&gt; end sub &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if its working&lt;/P&gt;&lt;P&gt;Beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 11:35:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-screen-resolution/m-p/1035738#M349158</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2016-02-15T11:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on screen resolution</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-screen-resolution/m-p/1035739#M349159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;better option is re-size the Sheet Objects to new screen resolution..&lt;/P&gt;&lt;P&gt;Macros won't work on&amp;nbsp; Ajax plugin..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 11:42:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-screen-resolution/m-p/1035739#M349159</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2016-02-15T11:42:09Z</dc:date>
    </item>
  </channel>
</rss>

