<?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: Function to Move TEXT Object dynamically ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Function-to-Move-TEXT-Object-dynamically/m-p/455858#M170185</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are brilliant. Hats off. This example opens up my imagination&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANK YOU !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Apr 2013 22:10:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-04-15T22:10:15Z</dc:date>
    <item>
      <title>Function to Move TEXT Object dynamically ?</title>
      <link>https://community.qlik.com/t5/QlikView/Function-to-Move-TEXT-Object-dynamically/m-p/455854#M170181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Every one,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I want to move Text object dynamically based upon Selection from List Box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. List Box contains 8 Country&lt;/P&gt;&lt;P&gt;1. Japan&lt;/P&gt;&lt;P&gt;2. Germany&lt;/P&gt;&lt;P&gt;3. USA&lt;/P&gt;&lt;P&gt;4. UK&lt;/P&gt;&lt;P&gt;5. China&lt;/P&gt;&lt;P&gt;6. Russia&lt;/P&gt;&lt;P&gt;7. Taiwan&lt;/P&gt;&lt;P&gt;8. France&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If some one selects ONLY Japan or ONLY USA or ONLY Germany or any ONE of the anove Country, Postion of the TEXT Object will be x=230 &amp;amp; Y=100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if Some one Select Multiple Country,&amp;nbsp; JAPAN Text Object will be at x=230 &amp;amp; Y=100,&amp;nbsp; and USA will be x=260 &amp;amp; Y=120 and so forth so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I am not sure if there is any function that I can use to move these text object dynamically&lt;/LI&gt;&lt;LI&gt;I am also not sure if there is better way to move the object dynamically.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate any insight in this matter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2013 16:58:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-to-Move-TEXT-Object-dynamically/m-p/455854#M170181</guid>
      <dc:creator />
      <dc:date>2013-04-15T16:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Function to Move TEXT Object dynamically ?</title>
      <link>https://community.qlik.com/t5/QlikView/Function-to-Move-TEXT-Object-dynamically/m-p/455855#M170182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Moving object is possible by creating a macro which would evaluate the conditions, and assign position parameters.&lt;/P&gt;&lt;P&gt;I think it is better to create multiple text boxes in the appropriate positions, and conditionally show only one at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2013 17:55:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-to-Move-TEXT-Object-dynamically/m-p/455855#M170182</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-15T17:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Function to Move TEXT Object dynamically ?</title>
      <link>https://community.qlik.com/t5/QlikView/Function-to-Move-TEXT-Object-dynamically/m-p/455856#M170183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmmm. I am still new bee, so Macro is long way to go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will explore second option but that would require very complex IF Condition. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate, if you can provide me basic syntax to get going. I suppose it would be something like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEXT object # 1=&amp;gt;&amp;nbsp;&amp;nbsp; if (Country='US')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEXT object # 2=&amp;gt;&amp;nbsp;&amp;nbsp; ? ? ?&amp;nbsp; ( assuming some one select US &amp;amp; JAPAN)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEXT object # 2=&amp;gt;&amp;nbsp;&amp;nbsp; ? ? ?&amp;nbsp; ( assuming some one select US &amp;amp; JAPAN&amp;nbsp; &amp;amp; GERMANY)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2013 19:03:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-to-Move-TEXT-Object-dynamically/m-p/455856#M170183</guid>
      <dc:creator />
      <dc:date>2013-04-15T19:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Function to Move TEXT Object dynamically ?</title>
      <link>https://community.qlik.com/t5/QlikView/Function-to-Move-TEXT-Object-dynamically/m-p/455857#M170184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached example.&lt;/P&gt;&lt;P&gt;Notice the tesxt boxes text and also show conditions.&amp;nbsp; Hope it helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2013 19:47:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-to-Move-TEXT-Object-dynamically/m-p/455857#M170184</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-15T19:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Function to Move TEXT Object dynamically ?</title>
      <link>https://community.qlik.com/t5/QlikView/Function-to-Move-TEXT-Object-dynamically/m-p/455858#M170185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are brilliant. Hats off. This example opens up my imagination&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANK YOU !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2013 22:10:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-to-Move-TEXT-Object-dynamically/m-p/455858#M170185</guid>
      <dc:creator />
      <dc:date>2013-04-15T22:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Function to Move TEXT Object dynamically ?</title>
      <link>https://community.qlik.com/t5/QlikView/Function-to-Move-TEXT-Object-dynamically/m-p/455859#M170186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution is amazing, we tried the same with graphs instead of&amp;nbsp; text boxes it is not working fine, can you please suggest how to proceed on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 10:25:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-to-Move-TEXT-Object-dynamically/m-p/455859#M170186</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-05T10:25:29Z</dc:date>
    </item>
  </channel>
</rss>

