<?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 Get selected Items from ListBox in macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-selected-Items-from-ListBox-in-macro/m-p/222277#M74957</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;use getselectedvalue()&lt;/P&gt;&lt;P&gt;-Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Apr 2010 16:41:54 GMT</pubDate>
    <dc:creator>sathishkumar_go</dc:creator>
    <dc:date>2010-04-22T16:41:54Z</dc:date>
    <item>
      <title>Get selected Items from ListBox in macro</title>
      <link>https://community.qlik.com/t5/QlikView/Get-selected-Items-from-ListBox-in-macro/m-p/222276#M74956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;how can I get the selected Items from a Listbox in a VisualBasic Script. By the way, does anybody know about the existence of a good QlikView VisualBasic API??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 16:39:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-selected-Items-from-ListBox-in-macro/m-p/222276#M74956</guid>
      <dc:creator />
      <dc:date>2010-04-22T16:39:49Z</dc:date>
    </item>
    <item>
      <title>Get selected Items from ListBox in macro</title>
      <link>https://community.qlik.com/t5/QlikView/Get-selected-Items-from-ListBox-in-macro/m-p/222277#M74957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;use getselectedvalue()&lt;/P&gt;&lt;P&gt;-Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 16:41:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-selected-Items-from-ListBox-in-macro/m-p/222277#M74957</guid>
      <dc:creator>sathishkumar_go</dc:creator>
      <dc:date>2010-04-22T16:41:54Z</dc:date>
    </item>
    <item>
      <title>Get selected Items from ListBox in macro</title>
      <link>https://community.qlik.com/t5/QlikView/Get-selected-Items-from-ListBox-in-macro/m-p/222278#M74958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi use this macro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub gETsELECTEDvALUE&lt;/P&gt;&lt;P&gt;set doc1 = ActiveDocument&lt;/P&gt;&lt;P&gt;set mySelections1 = doc1.fields("FieldName").GetSelectedValues&lt;/P&gt;&lt;P&gt;for i = 0 to mySelections1.Count - 1&lt;/P&gt;&lt;P&gt;set v1 = ActiveDocument.Variables("gETsELECTEDvALUE")&lt;/P&gt;&lt;P&gt;v1.SetContent mySelections1.Item(i).text,true&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think it ll help for u&lt;/P&gt;&lt;P&gt;-Sathish&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 16:50:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-selected-Items-from-ListBox-in-macro/m-p/222278#M74958</guid>
      <dc:creator>sathishkumar_go</dc:creator>
      <dc:date>2010-04-22T16:50:47Z</dc:date>
    </item>
    <item>
      <title>Get selected Items from ListBox in macro</title>
      <link>https://community.qlik.com/t5/QlikView/Get-selected-Items-from-ListBox-in-macro/m-p/222279#M74959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can I access the ListBox also by title/caption??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 16:59:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-selected-Items-from-ListBox-in-macro/m-p/222279#M74959</guid>
      <dc:creator />
      <dc:date>2010-04-22T16:59:37Z</dc:date>
    </item>
    <item>
      <title>Get selected Items from ListBox in macro</title>
      <link>https://community.qlik.com/t5/QlikView/Get-selected-Items-from-ListBox-in-macro/m-p/222280#M74960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Title caption means? u want title name or u want to display in title caption?&lt;/P&gt;&lt;P&gt;-Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 17:05:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-selected-Items-from-ListBox-in-macro/m-p/222280#M74960</guid>
      <dc:creator>sathishkumar_go</dc:creator>
      <dc:date>2010-04-22T17:05:02Z</dc:date>
    </item>
    <item>
      <title>Get selected Items from ListBox in macro</title>
      <link>https://community.qlik.com/t5/QlikView/Get-selected-Items-from-ListBox-in-macro/m-p/222281#M74961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;doc.GetSheetObject("Id") is the solution what I was looking for...&lt;/P&gt;&lt;P&gt;Your previous solution worked, thanks.&lt;/P&gt;&lt;P&gt;Dou you have any suggestion for an API for visualbasic in QlikView or can you tell me you you are looking for methods?? It would be really helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 17:31:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-selected-Items-from-ListBox-in-macro/m-p/222281#M74961</guid>
      <dc:creator />
      <dc:date>2010-04-22T17:31:59Z</dc:date>
    </item>
  </channel>
</rss>

