<?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 for selecting possible value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278870#M712154</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;In my macro I want to automaticaly select a possible value depending on antoher value (obviously) that i've selected manually. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possbile? &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;//A. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 May 2011 07:22:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-05-06T07:22:34Z</dc:date>
    <item>
      <title>Macro for selecting possible value</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278870#M712154</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;In my macro I want to automaticaly select a possible value depending on antoher value (obviously) that i've selected manually. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possbile? &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;//A. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 07:22:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278870#M712154</guid>
      <dc:creator />
      <dc:date>2011-05-06T07:22:34Z</dc:date>
    </item>
    <item>
      <title>Macro for selecting possible value</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278871#M712155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Why going for MAcros? you can easily achieve it through Triggers/Actions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 07:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278871#M712155</guid>
      <dc:creator>montubhardwaj</dc:creator>
      <dc:date>2011-05-06T07:55:50Z</dc:date>
    </item>
    <item>
      <title>Macro for selecting possible value</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278872#M712156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Annika&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can select all possible values in a field like this:&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("Month").SelectPossible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to select matching a specific search value:&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("Month").Select "September"&lt;/P&gt;&lt;P&gt;(selects September)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("Month").Select "J*"&lt;/P&gt;&lt;P&gt;(selects January, June, July)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("Sales").Select "&amp;gt;1500"&lt;/P&gt;&lt;P&gt;(selects all Sales larger than 1500)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 07:58:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278872#M712156</guid>
      <dc:creator>gandalfgray</dc:creator>
      <dc:date>2011-05-06T07:58:57Z</dc:date>
    </item>
    <item>
      <title>Macro for selecting possible value</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278873#M712157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; You're both right! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 14:49:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278873#M712157</guid>
      <dc:creator />
      <dc:date>2011-05-06T14:49:48Z</dc:date>
    </item>
    <item>
      <title>Macro for selecting possible value</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278874#M712158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you considered using Indirect Set Analysis, which is more faster than macros &amp;amp; triggers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;• p( ) = Possible&lt;/P&gt;&lt;P&gt;• e( ) = Excluded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Example&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;sum(({&amp;lt;Year={$(=max(Year))},&lt;/P&gt;&lt;P&gt;Customer = p({&amp;lt;Year={$(=max(Year)-1)} Customer&amp;gt;}) Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers - DV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 14:55:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278874#M712158</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-05-06T14:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for selecting possible value</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278875#M712159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi GandalfGray,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have a similar kind of a requirement.Tried to iimplement whatever you have told but to no effect&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Could you please elobarate on the Macro whatever you have mentioned.Should I take the &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; possible values into a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Navin Gorapalli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2011 05:12:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278875#M712159</guid>
      <dc:creator />
      <dc:date>2011-06-16T05:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for selecting possible value</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278876#M712160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is how a subroutine to select the possible values in the field "Month" could be written:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub SelectPossibleInMonth()&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("Month").SelectPossible&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you obviously must call the macro whenever you want &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;You don't need any variables.&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("Month") specifies that its your field "Month" that the SelectPossible should be applied for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2011 08:25:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278876#M712160</guid>
      <dc:creator>gandalfgray</dc:creator>
      <dc:date>2011-06-16T08:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for selecting possible value</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278877#M712161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you shed a little insight on how to accomplish this via and Action?&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2011 15:34:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278877#M712161</guid>
      <dc:creator />
      <dc:date>2011-08-17T15:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for selecting possible value</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278878#M712162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attached application, where possible colors are selected based on which fruit(s) are selected when the button is activated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="6581" alt="selectpossible.JPG" class="jive-image-thumbnail jive-image" src="https://community.qlik.com/legacyfs/online/6581_selectpossible.JPG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 06:16:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278878#M712162</guid>
      <dc:creator>gandalfgray</dc:creator>
      <dc:date>2011-08-18T06:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for selecting possible value</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278879#M712163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh, I'm sorry - I thought there was a way to do it without a macro.&amp;nbsp;&amp;nbsp;&amp;nbsp; This will work for m, but I thought Macros were deprecated?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 12:29:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278879#M712163</guid>
      <dc:creator />
      <dc:date>2011-08-18T12:29:05Z</dc:date>
    </item>
    <item>
      <title>Macro for selecting possible value</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278880#M712164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for pointing that out to me!&lt;/P&gt;&lt;P&gt;Yes there is:&lt;/P&gt;&lt;P&gt;Just add a "Select Possible" action and specify which field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="selectpossiblebyaction.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/6606_selectpossiblebyaction.JPG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 13:49:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278880#M712164</guid>
      <dc:creator>gandalfgray</dc:creator>
      <dc:date>2011-08-18T13:49:17Z</dc:date>
    </item>
    <item>
      <title>Macro for selecting possible value</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278881#M712165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so here's the rub - I am trying to select in a table that does not have a join.&amp;nbsp; So:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table A has a column&amp;nbsp; "Table.EmployeeID", and Table B has a column "TableB.LoginID"&amp;nbsp; - the tables are data islands, with no joins.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to be able to select a record in TableA, then click a button and have the matching records in TableB selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;orry for hijacking the thread!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 14:08:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278881#M712165</guid>
      <dc:creator />
      <dc:date>2011-08-18T14:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for selecting possible value</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278882#M712167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nevermind, I see that I can just do "Select in Field" coupled with" GetFieldSelections" (since this will only ever have one record selected)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 14:18:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278882#M712167</guid>
      <dc:creator />
      <dc:date>2011-08-18T14:18:05Z</dc:date>
    </item>
    <item>
      <title>Macro for selecting possible value</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278883#M712168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Macro didn't work for me with Ajax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Select Possible Action I can only select one value but the moment I clear the selection it get cleared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a solution where I can trigger an action to trigger 'Always one Selected Value' which should work even when I reload &lt;STRONG&gt;with no data?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 16:42:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278883#M712168</guid>
      <dc:creator />
      <dc:date>2011-11-08T16:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for selecting possible value</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278884#M712170</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;Triggers like On Open are not working when qvw files are viewd through Access Point. I am using Qlikview 11.&lt;/P&gt;&lt;P&gt;To anybody's wonder, behaviour of triggers is weird. Sometimes they work or sometimes they dont work.&lt;/P&gt;&lt;P&gt;I checked out all possible scenarios but the problem exists ONLY ON Access Point and not on desktop client.&lt;/P&gt;&lt;P&gt;What may be the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 11:58:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278884#M712170</guid>
      <dc:creator />
      <dc:date>2012-06-05T11:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for selecting possible value</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278885#M712173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you know how Load data in macro from qvd files?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 22:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278885#M712173</guid>
      <dc:creator>farolito20</dc:creator>
      <dc:date>2013-01-09T22:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for selecting possible value</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278886#M712174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I am trying to make a a selection from a list box which has an expression in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I generally use the below syntax to select values from list box:-&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;listbox3=Array("&amp;lt;value&amp;gt;")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Set Qv = CreateObject("QlikTech.QlikView")&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Set QvDoc = Qv.OpenDoc("&amp;lt;QV_File_location&amp;gt;")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;QvDoc.GetSheetObject("&amp;lt;objectID")&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Set fz = QvDoc.Fields("objectname")&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;for each v in listbox3&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; fz.ToggleSelect v&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;next&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;But whenever I try to access an expression from a list box, it will have an objectID but wont have an object name&amp;nbsp; ? How can I solve for this problem ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 10:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-selecting-possible-value/m-p/278886#M712174</guid>
      <dc:creator />
      <dc:date>2014-12-29T10:42:19Z</dc:date>
    </item>
  </channel>
</rss>

