<?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 Chart macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-macro/m-p/1037953#M523362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use macro to get date from chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub qqqq&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;set obj = ActiveDocument.GetSheetObject( "CH03" )&lt;BR /&gt;CellRect = ActiveDocument.GetApplication().GetEmptyRect()&lt;BR /&gt;CellRect.Top = 0&lt;BR /&gt;CellRect.Left = 0&lt;BR /&gt;CellRect.Width = obj.GetColumnCount&lt;BR /&gt;CellRect.Height = obj.GetRowCount&lt;BR /&gt;set CellMatrix = obj.GetCells( CellRect )&lt;BR /&gt;for RowIter=CellRect.Top to CellRect.Height-1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for ColIter=CellRect.Left to CellRect.Width-1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; msgbox(CellMatrix(RowIter)(ColIter).Text)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; next&lt;BR /&gt;next&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;end sub &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How could I get max Column value into variable in this macro?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Mar 2016 10:35:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-09T10:35:27Z</dc:date>
    <item>
      <title>Chart macro</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-macro/m-p/1037953#M523362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use macro to get date from chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub qqqq&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;set obj = ActiveDocument.GetSheetObject( "CH03" )&lt;BR /&gt;CellRect = ActiveDocument.GetApplication().GetEmptyRect()&lt;BR /&gt;CellRect.Top = 0&lt;BR /&gt;CellRect.Left = 0&lt;BR /&gt;CellRect.Width = obj.GetColumnCount&lt;BR /&gt;CellRect.Height = obj.GetRowCount&lt;BR /&gt;set CellMatrix = obj.GetCells( CellRect )&lt;BR /&gt;for RowIter=CellRect.Top to CellRect.Height-1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for ColIter=CellRect.Left to CellRect.Width-1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; msgbox(CellMatrix(RowIter)(ColIter).Text)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; next&lt;BR /&gt;next&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;end sub &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How could I get max Column value into variable in this macro?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 10:35:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-macro/m-p/1037953#M523362</guid>
      <dc:creator />
      <dc:date>2016-03-09T10:35:27Z</dc:date>
    </item>
  </channel>
</rss>

