<?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 conditional positioning in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/conditional-positioning/m-p/544243#M548548</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I Need to show charts in particular position. For e.g. i have two charts like monthly chart and weekly chart.&lt;/P&gt;&lt;P&gt;if the user selects monthly and weekly&amp;nbsp; related sale order then it has to show top left(in the same position) and if the user selects both monthly and weekly it has to show side by side.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jan 2014 12:46:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-21T12:46:11Z</dc:date>
    <item>
      <title>conditional positioning</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-positioning/m-p/544243#M548548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I Need to show charts in particular position. For e.g. i have two charts like monthly chart and weekly chart.&lt;/P&gt;&lt;P&gt;if the user selects monthly and weekly&amp;nbsp; related sale order then it has to show top left(in the same position) and if the user selects both monthly and weekly it has to show side by side.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 12:46:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-positioning/m-p/544243#M548548</guid>
      <dc:creator />
      <dc:date>2014-01-21T12:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: conditional positioning</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-positioning/m-p/544244#M548549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kannuri,&lt;/P&gt;&lt;P&gt;It is possible for that you need to use the layout tab (Show option) in the the chart properties., for more details post the sample application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 12:49:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-positioning/m-p/544244#M548549</guid>
      <dc:creator>jvishnuram</dc:creator>
      <dc:date>2014-01-21T12:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: conditional positioning</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-positioning/m-p/544245#M548550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently as per my understanding it is not possible to conditionally change the position of objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still you can have a work-around like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suposse you have 2 charts, Monthly and Daily placed side by side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can create a copy of Monthly chart and then show and hide the old one on based of Selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 13:15:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-positioning/m-p/544245#M548550</guid>
      <dc:creator />
      <dc:date>2014-01-21T13:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Re: conditional positioning</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-positioning/m-p/544246#M548551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Angad,&lt;/P&gt;&lt;P&gt;I have just attached the sample application., if it is not meet your requirement.,then rephrase it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 13:28:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-positioning/m-p/544246#M548551</guid>
      <dc:creator>jvishnuram</dc:creator>
      <dc:date>2014-01-21T13:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: conditional positioning</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-positioning/m-p/544247#M548552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the macro bellow doubles the size of all objects on sheet. You can make use of it to server your purpose. In the APIguide.qvw many examples are available :&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;sub test&lt;/P&gt;&lt;P&gt;rem double size of all sizable objects on active sheet &lt;/P&gt;&lt;P&gt;set sh = ActiveDocument.ActiveSheet &lt;/P&gt;&lt;P&gt;dim dummy(0)&amp;nbsp; 'dummy array indicates all parts of frame to be set&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; set fr = obj.GetFrameDef&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set pos = fr.Rect&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; pos.Width = pos.Width * 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; pos.Height = pos.height * 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; obj.SetFrame fr,true,dummy&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;P&gt;end sub &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 13:46:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-positioning/m-p/544247#M548552</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2014-01-21T13:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: conditional positioning</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-positioning/m-p/544248#M548553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have made it more complex, I just meant to give an approach to Kannuri. That we can have it as a workaround using multiple copies of same chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: Moreover you also created mutiple copies of Text Object to make it an illusion that the positions got changed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 13:54:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-positioning/m-p/544248#M548553</guid>
      <dc:creator />
      <dc:date>2014-01-21T13:54:00Z</dc:date>
    </item>
  </channel>
</rss>

