<?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: Dynamic positioning for objects? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-positioning-for-objects/m-p/393651#M564300</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Whiteline&lt;/P&gt;&lt;P&gt;could you please help me to write a macro for moving a text box based on the value of the variable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean.. I would like to move the text box if the variable assigned to text box changes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Ganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Sep 2016 10:37:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-09-29T10:37:46Z</dc:date>
    <item>
      <title>Dynamic positioning for objects?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-positioning-for-objects/m-p/393645#M564294</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'm trying to create a dynamic dashboard where the user gets to decide which object goes where on a tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I would like to have 9 positions on a dashboard-tab. And on another tab, the user gets to decide which objects he/she wants on the dashboard-tab. The challenge is, however, that if the user selects only 3 objects, these 3 objects should be placed on the top. So regardless of which objects and how many the users chooses, they you start from the top and not one object up to the left and one down to the right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I make any sense? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone tried this? I know there's now way to add formulas to X and Y variables so is there another smart way of doing this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 14:28:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-positioning-for-objects/m-p/393645#M564294</guid>
      <dc:creator />
      <dc:date>2013-02-01T14:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic positioning for objects?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-positioning-for-objects/m-p/393646#M564295</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 think the only way to change&amp;nbsp; the size and position of objects is to use macro and API Guide.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Feb 2013 19:36:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-positioning-for-objects/m-p/393646#M564295</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2013-02-02T19:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic positioning for objects?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-positioning-for-objects/m-p/393647#M564296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okey, I was afraid of that. Is there any examples of this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 11:06:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-positioning-for-objects/m-p/393647#M564296</guid>
      <dc:creator />
      <dc:date>2013-02-06T11:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic positioning for objects?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-positioning-for-objects/m-p/393648#M564297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;rem ** move all objects on active sheet 20 pixels down and 15 right **&lt;/P&gt;&lt;P&gt;set sh = ActiveDocument.ActiveSheet &lt;/P&gt;&lt;P&gt;for i = 0 to sh.NoOfSheetObjects-1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set obj = sh.SheetObjects(i)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; pos = obj.GetRect&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; pos.Top = pos.Top + 20&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; pos.Left = pos.Left + 15&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; obj.SetRect pos&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;You can find more info about object properties here &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-2640"&gt;http://community.qlik.com/docs/DOC-2640&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 06:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-positioning-for-objects/m-p/393648#M564297</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2013-02-07T06:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic positioning for objects?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-positioning-for-objects/m-p/393649#M564298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/whiteline"&gt;whiteline&lt;/A&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fantastic link!!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 14:44:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-positioning-for-objects/m-p/393649#M564298</guid>
      <dc:creator>Joaquin_Lazaro</dc:creator>
      <dc:date>2014-02-25T14:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Dynamic positioning for objects?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-positioning-for-objects/m-p/393650#M564299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi WhiteLine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to use in my application,................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in webview i am getting space between 2 charts........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 15:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-positioning-for-objects/m-p/393650#M564299</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2014-02-25T15:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic positioning for objects?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-positioning-for-objects/m-p/393651#M564300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Whiteline&lt;/P&gt;&lt;P&gt;could you please help me to write a macro for moving a text box based on the value of the variable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean.. I would like to move the text box if the variable assigned to text box changes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Ganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 10:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-positioning-for-objects/m-p/393651#M564300</guid>
      <dc:creator />
      <dc:date>2016-09-29T10:37:46Z</dc:date>
    </item>
  </channel>
</rss>

