<?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: Promote and Demote in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Promote-and-Demote/m-p/411213#M153082</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert Wassenaar,&lt;/P&gt;&lt;P&gt;Thanks for Valueble&amp;nbsp; time spend for me.but I Don't want create new object .I have&amp;nbsp; Already Created Chart,in this chart i want do&amp;nbsp; Expression promote and demote &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Perumal &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Mar 2013 10:44:46 GMT</pubDate>
    <dc:creator>perumal_41</dc:creator>
    <dc:date>2013-03-06T10:44:46Z</dc:date>
    <item>
      <title>Promote and Demote</title>
      <link>https://community.qlik.com/t5/QlikView/Promote-and-Demote/m-p/411211#M153080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlikview Experts,&lt;/P&gt;&lt;P&gt;Please guide me expression Promote and Demote&amp;nbsp; through macro in Object .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Perumal A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 06:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Promote-and-Demote/m-p/411211#M153080</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2013-03-06T06:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Promote and Demote</title>
      <link>https://community.qlik.com/t5/QlikView/Promote-and-Demote/m-p/411212#M153081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the MoveDimension and MoveExpression members of the chart object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples from the com api:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;rem create new straight table and switch places of dimension columns&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;set chart = ActiveDocument.Sheets("Main").CreateStraightTable&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;chart.AddDimension "ProductType"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;chart.AddDimension "ProductGroup"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;chart.AddExpression "sum(Amount)"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;chart.MoveDimension 1,0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;rem create new straight table and switch places of expression columns&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;set chart = ActiveDocument.Sheets("Main").CreateStraightTable&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;chart.AddDimension "ProductType"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;chart.AddExpression "sum(Amount)"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;chart.AddExpression "count(Product)"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;chart.MoveExpression 1,0&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 10:35:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Promote-and-Demote/m-p/411212#M153081</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-06T10:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Promote and Demote</title>
      <link>https://community.qlik.com/t5/QlikView/Promote-and-Demote/m-p/411213#M153082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert Wassenaar,&lt;/P&gt;&lt;P&gt;Thanks for Valueble&amp;nbsp; time spend for me.but I Don't want create new object .I have&amp;nbsp; Already Created Chart,in this chart i want do&amp;nbsp; Expression promote and demote &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Perumal &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 10:44:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Promote-and-Demote/m-p/411213#M153082</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2013-03-06T10:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Promote and Demote</title>
      <link>https://community.qlik.com/t5/QlikView/Promote-and-Demote/m-p/411214#M153083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How many expressions You've got in that chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 10:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Promote-and-Demote/m-p/411214#M153083</guid>
      <dc:creator />
      <dc:date>2013-03-06T10:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Promote and Demote</title>
      <link>https://community.qlik.com/t5/QlikView/Promote-and-Demote/m-p/411215#M153084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have 10 Expression&amp;nbsp; in Chart based on selection expression want promote or demote .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Perumal A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 11:05:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Promote-and-Demote/m-p/411215#M153084</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2013-03-06T11:05:48Z</dc:date>
    </item>
  </channel>
</rss>

