<?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 Need help with a Macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-with-a-Macro/m-p/360592#M133915</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd need to know what is being displayed in that cell. could you upload an example of your QVW?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Apr 2012 21:34:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-04-19T21:34:05Z</dc:date>
    <item>
      <title>Need help with a Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-a-Macro/m-p/360589#M133912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me understand the meaning of this macro statements:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub(move)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set ListBox = ActiveDocument.GetSheetObject("CH15")&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Set cell = listBox.GetCell(2,9) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.Variables("tutan").SetContent cell.text, true &lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;CH15 object is a straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Set cell = listBox.GetCell(3,9) &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.Variables("manka").SetContent cell.text, true &lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;Tutan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 20:23:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-a-Macro/m-p/360589#M133912</guid>
      <dc:creator />
      <dc:date>2012-04-19T20:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with a Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-a-Macro/m-p/360590#M133913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's assigning the value at row 2 column 9 from your table "CH15" to the variable tutan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 20:27:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-a-Macro/m-p/360590#M133913</guid>
      <dc:creator />
      <dc:date>2012-04-19T20:27:33Z</dc:date>
    </item>
    <item>
      <title>Need help with a Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-a-Macro/m-p/360591#M133914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Instead of using a Macro, how can I pass values to the variable tutan from row 2 column 9 from the table CH15? Is there a way I can code this in the load script? So that , I dont need a macro to run when a button is pressed. Instead, this the variable tutan is automatically loaded once we hit reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tutan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 21:31:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-a-Macro/m-p/360591#M133914</guid>
      <dc:creator />
      <dc:date>2012-04-19T21:31:47Z</dc:date>
    </item>
    <item>
      <title>Need help with a Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-a-Macro/m-p/360592#M133915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd need to know what is being displayed in that cell. could you upload an example of your QVW?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 21:34:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-a-Macro/m-p/360592#M133915</guid>
      <dc:creator />
      <dc:date>2012-04-19T21:34:05Z</dc:date>
    </item>
  </channel>
</rss>

