<?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 Macro to get the Values on Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macro-to-get-the-Values-on-Chart/m-p/137084#M761743</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;Hi all,&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;Please help me on below&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;Below Macro functionality is once i am providing the input for row and column (Using Inputbox) from the&amp;nbsp; Qlikview UI then corresponding text box i am getting value of the corresponding row and column .&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;Can someone enhance this macro so i can capture all the columns values inside a Chart.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;Please find the attached screenshot where i kept the existing Macro functionality screen shot and aspect Functionality Screenshot.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;Sub ChangeV1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;set table = ActiveDocument.GetSheetObject( "TB01" )&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;CellRect = ActiveDocument.GetApplication().GetEmptyRect()&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;CellRect.Width = table.GetColumnCount&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;CellRect.Height = table.GetRowCount&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;set CellMatrix = table.GetCells(CellRect)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;r = Activedocument.variables("r").Getcontent.String&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;c = Activedocument.variables("c").Getcontent.String&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;set cell = CellMatrix.Item(r).Item(c-1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;Activedocument.variables("v1").SetContent cell.text,1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;End Sub&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;Thanks and Regards&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;Balram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>balrammahato204</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Macro to get the Values on Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-to-get-the-Values-on-Chart/m-p/137084#M761743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;Hi all,&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;Please help me on below&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;Below Macro functionality is once i am providing the input for row and column (Using Inputbox) from the&amp;nbsp; Qlikview UI then corresponding text box i am getting value of the corresponding row and column .&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;Can someone enhance this macro so i can capture all the columns values inside a Chart.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;Please find the attached screenshot where i kept the existing Macro functionality screen shot and aspect Functionality Screenshot.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;Sub ChangeV1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;set table = ActiveDocument.GetSheetObject( "TB01" )&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;CellRect = ActiveDocument.GetApplication().GetEmptyRect()&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;CellRect.Width = table.GetColumnCount&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;CellRect.Height = table.GetRowCount&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;set CellMatrix = table.GetCells(CellRect)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;r = Activedocument.variables("r").Getcontent.String&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;c = Activedocument.variables("c").Getcontent.String&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;set cell = CellMatrix.Item(r).Item(c-1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;Activedocument.variables("v1").SetContent cell.text,1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;End Sub&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;Thanks and Regards&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: Tahoma; background-color: #f2f2f2; color: #000000;"&gt;Balram&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/Macro-to-get-the-Values-on-Chart/m-p/137084#M761743</guid>
      <dc:creator>balrammahato204</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
  </channel>
</rss>

