<?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: SingleObjectActiveIndex value greater than 9? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SingleObjectActiveIndex-value-greater-than-9/m-p/1243840#M852678</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think there are ways to identify the object-id to the index-number but it will be probably easier just to run the code and then to adjust the values from the array or just to create a new container and then adding your objects in your preferred order (I think the index is related to adding an object there).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whereby this isn't really related to your origin question else it will be a matter how the array is called within the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Mar 2017 15:38:38 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2017-03-07T15:38:38Z</dc:date>
    <item>
      <title>SingleObjectActiveIndex value greater than 9?</title>
      <link>https://community.qlik.com/t5/QlikView/SingleObjectActiveIndex-value-greater-than-9/m-p/1243837#M852675</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 am not able to get values for SingleObjectActiveIndex above 9; I store index values in an array and call them in a loop to print to excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use a value above 10 the excel macro fails. How can I find the index values for a container that has more than 10 tables stored in it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SingleObjectActiveIndex-value-greater-than-9/m-p/1243837#M852675</guid>
      <dc:creator>tinkerz1</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: SingleObjectActiveIndex value greater than 9?</title>
      <link>https://community.qlik.com/t5/QlikView/SingleObjectActiveIndex-value-greater-than-9/m-p/1243838#M852676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How does your code look like?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 15:04:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SingleObjectActiveIndex-value-greater-than-9/m-p/1243838#M852676</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-03-07T15:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: SingleObjectActiveIndex value greater than 9?</title>
      <link>https://community.qlik.com/t5/QlikView/SingleObjectActiveIndex-value-greater-than-9/m-p/1243839#M852677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just found out its not the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I reordered the tables in the container after I placed them in the container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the index position is fixed even though the tables are in a different order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I need to find the SingleObjectActiveIndex ID for the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My code is simple, I just found out by printing a smaller table that index position stayed at 2 even though I moved the table to the first position in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aryExport(0,0) = "CH217" &lt;BR /&gt; aryExport(0,1) = "Data Sheet Reg" &lt;BR /&gt; aryExport(0,2) = "A1" &lt;BR /&gt; aryExport(0,3) = "data"&lt;BR /&gt; aryExport(0,4) = "CT34" &lt;BR /&gt; aryExport(0,5) = 2&lt;BR /&gt; &lt;BR /&gt; aryExport(1,0) = "CH229" &lt;BR /&gt; aryExport(1,1) = "Data Sheet Reg" &lt;BR /&gt; aryExport(1,2) = "A2" &lt;BR /&gt; aryExport(1,3) = "data"&lt;BR /&gt; aryExport(1,4) = "CT34" &lt;BR /&gt; aryExport(1,5) = 3&lt;BR /&gt; &lt;BR /&gt; aryExport(2,0) = "CH230" &lt;BR /&gt; aryExport(2,1) = "Data Sheet Reg" &lt;BR /&gt; aryExport(2,2) = "A2" &lt;BR /&gt; aryExport(2,3) = "data"&lt;BR /&gt; aryExport(2,4) = "CT34" &lt;BR /&gt; aryExport(2,5) = 4&lt;BR /&gt; &lt;BR /&gt; aryExport(3,0) = "CH231" &lt;BR /&gt; aryExport(3,1) = "Data Sheet Reg" &lt;BR /&gt; aryExport(3,2) = "A2" &lt;BR /&gt; aryExport(3,3) = "data"&lt;BR /&gt; aryExport(3,4) = "CT34" &lt;BR /&gt; aryExport(3,5) = 5 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 15:25:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SingleObjectActiveIndex-value-greater-than-9/m-p/1243839#M852677</guid>
      <dc:creator>tinkerz1</dc:creator>
      <dc:date>2017-03-07T15:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: SingleObjectActiveIndex value greater than 9?</title>
      <link>https://community.qlik.com/t5/QlikView/SingleObjectActiveIndex-value-greater-than-9/m-p/1243840#M852678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think there are ways to identify the object-id to the index-number but it will be probably easier just to run the code and then to adjust the values from the array or just to create a new container and then adding your objects in your preferred order (I think the index is related to adding an object there).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whereby this isn't really related to your origin question else it will be a matter how the array is called within the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 15:38:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SingleObjectActiveIndex-value-greater-than-9/m-p/1243840#M852678</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-03-07T15:38:38Z</dc:date>
    </item>
  </channel>
</rss>

