<?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 List box question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-box-question/m-p/248209#M94490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get selected field values by using the function &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: GetFieldSelections ( Year, '; '&amp;nbsp; )&amp;nbsp; - Returns the selected values of years separated by ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any specific reason to write macro?&amp;nbsp; If need assign the function to a variable, and get the variable value in macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Feb 2012 14:01:12 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2012-02-02T14:01:12Z</dc:date>
    <item>
      <title>List box question</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-question/m-p/248208#M94489</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 have created a list box from expression (can use only object id),&lt;/P&gt;&lt;P&gt; now i need to write a macro that peek all selected value from list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;avi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 13:55:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-question/m-p/248208#M94489</guid>
      <dc:creator />
      <dc:date>2012-02-02T13:55:29Z</dc:date>
    </item>
    <item>
      <title>List box question</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-question/m-p/248209#M94490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get selected field values by using the function &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: GetFieldSelections ( Year, '; '&amp;nbsp; )&amp;nbsp; - Returns the selected values of years separated by ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any specific reason to write macro?&amp;nbsp; If need assign the function to a variable, and get the variable value in macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 14:01:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-question/m-p/248209#M94490</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-02-02T14:01:12Z</dc:date>
    </item>
    <item>
      <title>List box question</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-question/m-p/248210#M94491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;the only problem is that is have used an expression and not a field in the list box,&lt;/P&gt;&lt;P&gt;and as i know &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;GetFieldSelections&amp;nbsp; get a field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;avi&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 14:03:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-question/m-p/248210#M94491</guid>
      <dc:creator />
      <dc:date>2012-02-02T14:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: List box question</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-question/m-p/248211#M94492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this expression below and assign it to a variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=CONCAT(AGGR(Sum(COUNTER), F1), ';')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where&lt;/P&gt;&lt;P&gt;- AGGR(Sum(COUNTER), F1) - Expression used in listbox&lt;/P&gt;&lt;P&gt;- COUNTER and F1 are columns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now you will have the selected values in the list box separated by '";"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can get the value in the variable in macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 14:58:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-question/m-p/248211#M94492</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-02-02T14:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: List box question</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-question/m-p/248212#M94493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 17:22:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-question/m-p/248212#M94493</guid>
      <dc:creator />
      <dc:date>2012-02-02T17:22:57Z</dc:date>
    </item>
  </channel>
</rss>

