<?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 query data from a pivot table using a macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/query-data-from-a-pivot-table-using-a-macro/m-p/243791#M93052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I got a pivot table&lt;/P&gt;&lt;P&gt;is there a way to query data from this pivot table using a macro&lt;/P&gt;&lt;P&gt;the pivot table got only one row with data the rest show null in the expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Sep 2011 13:46:30 GMT</pubDate>
    <dc:creator>ali_hijazi</dc:creator>
    <dc:date>2011-09-07T13:46:30Z</dc:date>
    <item>
      <title>query data from a pivot table using a macro</title>
      <link>https://community.qlik.com/t5/QlikView/query-data-from-a-pivot-table-using-a-macro/m-p/243791#M93052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I got a pivot table&lt;/P&gt;&lt;P&gt;is there a way to query data from this pivot table using a macro&lt;/P&gt;&lt;P&gt;the pivot table got only one row with data the rest show null in the expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 13:46:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/query-data-from-a-pivot-table-using-a-macro/m-p/243791#M93052</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2011-09-07T13:46:30Z</dc:date>
    </item>
    <item>
      <title>query data from a pivot table using a macro</title>
      <link>https://community.qlik.com/t5/QlikView/query-data-from-a-pivot-table-using-a-macro/m-p/243792#M93053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want the content of a pivot table's cell (like in your other post)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So maybe like this (taken from the example and posted to your other post, too):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set table = ActiveDocument.GetSheetObject( "CH01" )&lt;/P&gt;&lt;P&gt;for RowIter = 0 to table.GetRowCount-1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for ColIter =0 to table.GetColumnCount-1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set cell = table.GetCell(RowIter,ColIter)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; msgbox(cell.Text)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; next&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 15:19:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/query-data-from-a-pivot-table-using-a-macro/m-p/243792#M93053</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-09-07T15:19:01Z</dc:date>
    </item>
  </channel>
</rss>

