<?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: Changing order Column Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Changing-order-Column-Table/m-p/471451#M176073</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;Thanks for your answer.&lt;/P&gt;&lt;P&gt;I'll try your solution .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Emteam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Feb 2013 12:54:18 GMT</pubDate>
    <dc:creator>emteam162</dc:creator>
    <dc:date>2013-02-26T12:54:18Z</dc:date>
    <item>
      <title>Changing order Column Table</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-order-Column-Table/m-p/471449#M176071</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;Existe any way to change order column Straight table dynamic by macro ....&lt;/P&gt;&lt;P&gt;i have build my table dynamic and i want to show column straight table by order what i want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Emteam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 12:34:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-order-Column-Table/m-p/471449#M176071</guid>
      <dc:creator>emteam162</dc:creator>
      <dc:date>2013-02-26T12:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Changing order Column Table</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-order-Column-Table/m-p/471450#M176072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the MoveExpression and MoveDimension members of the StraightTableBox object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example from the apiguide qvw:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;rem create new straight table and switch places of expression columns&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;set chart = ActiveDocument.Sheets("Main").CreateStraightTable&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;chart.AddDimension "ProductType"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;chart.AddExpression "sum(Amount)"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;chart.AddExpression "count(Product)"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;chart.MoveExpression 1,0&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 12:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-order-Column-Table/m-p/471450#M176072</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-02-26T12:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Changing order Column Table</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-order-Column-Table/m-p/471451#M176073</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;Thanks for your answer.&lt;/P&gt;&lt;P&gt;I'll try your solution .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Emteam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 12:54:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-order-Column-Table/m-p/471451#M176073</guid>
      <dc:creator>emteam162</dc:creator>
      <dc:date>2013-02-26T12:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Changing order Column Table</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-order-Column-Table/m-p/471452#M176074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link active_link" href="https://community.qlik.com/people/gwassenaar" id="jive-9654415264714681638801"&gt;Gysbert Wassenaar&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help me to do loop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have ListBox (Name of my All Expression) my idea is when a select value from this listbox i bluid straigth table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 148px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="148"&gt;ListBox Name of expression&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;D&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;E&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;G&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;M&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;Q&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i select by order in my listBox D,G,M i will have this table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="260"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" width="68"&gt;Dimension&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;D&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;G&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;M&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;AA&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;BB&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;CC&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;89&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;42&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;DD&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;123&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;125&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Emteam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 13:32:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-order-Column-Table/m-p/471452#M176074</guid>
      <dc:creator>emteam162</dc:creator>
      <dc:date>2013-02-26T13:32:04Z</dc:date>
    </item>
  </channel>
</rss>

