<?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 Re: How to get the possible value from list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-the-possible-value-from-list-box/m-p/382986#M1166651</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kabilan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can show the value in a text box by typing &lt;STRONG&gt;=strvID&lt;/STRONG&gt; as the value in the text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gethyn.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Aug 2012 12:51:58 GMT</pubDate>
    <dc:creator>Gethyn</dc:creator>
    <dc:date>2012-08-31T12:51:58Z</dc:date>
    <item>
      <title>How to get the possible value from list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-possible-value-from-list-box/m-p/382982#M1166647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="21095" class="jive-image-thumbnail jive-image" onclick="" alt="Capture1.PNG" src="https://community.qlik.com/legacyfs/online/21095_Capture1.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I want to get 102 from ID field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is any way to solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance..&amp;nbsp;&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kabilan K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 11:39:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-possible-value-from-list-box/m-p/382982#M1166647</guid>
      <dc:creator />
      <dc:date>2012-08-31T11:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the possible value from list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-possible-value-from-list-box/m-p/382983#M1166648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Kabilan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a macro like this one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub SelectPossibleID()&lt;/P&gt;&lt;P&gt;&amp;nbsp; Dim strvID&lt;/P&gt;&lt;P&gt;&amp;nbsp; Set vID = ActiveDocument.Fields("ID").GetPossibleValues&lt;/P&gt;&lt;P&gt;&amp;nbsp; strvID = vID.item(i).Text&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then set a sheet trigger to run the macro on selecting a value in the Name field. This will then write the possible value from the ID field to a variable named strvID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gethyn.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 11:57:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-possible-value-from-list-box/m-p/382983#M1166648</guid>
      <dc:creator>Gethyn</dc:creator>
      <dc:date>2012-08-31T11:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the possible value from list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-possible-value-from-list-box/m-p/382984#M1166649</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 do this in an expression (for example, in a text box) with &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Concat(ID, ',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will return a comma separated list of possible values for ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 12:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-possible-value-from-list-box/m-p/382984#M1166649</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-08-31T12:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the possible value from list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-possible-value-from-list-box/m-p/382985#M1166650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gethyn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that macro, we have variable called StrvID and How to get this variable in text object and (Expression dialog box)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kabilan K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 12:38:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-possible-value-from-list-box/m-p/382985#M1166650</guid>
      <dc:creator />
      <dc:date>2012-08-31T12:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the possible value from list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-possible-value-from-list-box/m-p/382986#M1166651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kabilan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can show the value in a text box by typing &lt;STRONG&gt;=strvID&lt;/STRONG&gt; as the value in the text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gethyn.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 12:51:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-possible-value-from-list-box/m-p/382986#M1166651</guid>
      <dc:creator>Gethyn</dc:creator>
      <dc:date>2012-08-31T12:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the possible value from list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-possible-value-from-list-box/m-p/382987#M1166652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Hi Gethyn,&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;I wrote the macro and applied in fileld event trigger for Name 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;But I am not able to see&amp;nbsp; that variable (&lt;/SPAN&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt; &lt;/SPAN&gt;&lt;STRONG style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;=strvID&lt;/STRONG&gt;&lt;SPAN style="background-color: #ffffff; color: #636363; font-family: Arial; font-size: 12px;"&gt;) in variable list.&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;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Kabilan K.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 13:26:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-possible-value-from-list-box/m-p/382987#M1166652</guid>
      <dc:creator />
      <dc:date>2012-08-31T13:26:27Z</dc:date>
    </item>
  </channel>
</rss>

