<?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: field from listbox in variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/field-from-listbox-in-variable/m-p/1027952#M347272</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad .. i needed to add an additional condition. It works&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Mar 2016 12:52:58 GMT</pubDate>
    <dc:creator>amien</dc:creator>
    <dc:date>2016-03-08T12:52:58Z</dc:date>
    <item>
      <title>field from listbox in variable</title>
      <link>https://community.qlik.com/t5/QlikView/field-from-listbox-in-variable/m-p/1027945#M347265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it possible to read the field which is used in the listbox into a variable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having alot of listboxes in the dashboard.&lt;/P&gt;&lt;P&gt;I created an excel with all the fields and a flag. This flag represents show or do not show.&lt;/P&gt;&lt;P&gt;Now i want to use this flag in the Show Condition feature in the listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Only&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;AdvancedField&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {FieldName}&amp;gt;}&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;AdvancedFlag&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) = 1 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I want to replace "FieldName" with the current field in the listbox, in order to have the same line in each listbox.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Is this possible, or does someone have a better solution?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 12:06:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/field-from-listbox-in-variable/m-p/1027945#M347265</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2016-03-08T12:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: field from listbox in variable</title>
      <link>https://community.qlik.com/t5/QlikView/field-from-listbox-in-variable/m-p/1027946#M347266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;May be this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;STRONG&gt;Only({&amp;lt;AdvancedField = p(ListBoxFieldNameHere)&amp;gt;}&amp;nbsp; AdvancedFlag&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;) = 1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 12:08:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/field-from-listbox-in-variable/m-p/1027946#M347266</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-08T12:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: field from listbox in variable</title>
      <link>https://community.qlik.com/t5/QlikView/field-from-listbox-in-variable/m-p/1027947#M347267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;"ListBoxFieldNameHere&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikView should read this from the current object. I don''t want to fill in the listboxname here manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Only&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;AdvancedField&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {$(vCurrentListBoxField}}&amp;gt;}&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;AdvancedFlag&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) = 1 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;How can i fill vCurrentListBoxField&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 12:11:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/field-from-listbox-in-variable/m-p/1027947#M347267</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2016-03-08T12:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: field from listbox in variable</title>
      <link>https://community.qlik.com/t5/QlikView/field-from-listbox-in-variable/m-p/1027948#M347268</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;Are you looking like this&lt;/P&gt;&lt;P&gt;SubField(GetCurrentSelections(),':', 1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 12:12:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/field-from-listbox-in-variable/m-p/1027948#M347268</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2016-03-08T12:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: field from listbox in variable</title>
      <link>https://community.qlik.com/t5/QlikView/field-from-listbox-in-variable/m-p/1027949#M347269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well what I am saying is that the fieldname you want to pick from is fixed, right? You just need to add that between p()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Only({&amp;lt;AdvancedField = p(ListBoxFieldNameHere)&amp;gt;}&amp;nbsp; AdvancedFlag&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;) = 1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 12:14:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/field-from-listbox-in-variable/m-p/1027949#M347269</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-08T12:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: field from listbox in variable</title>
      <link>https://community.qlik.com/t5/QlikView/field-from-listbox-in-variable/m-p/1027950#M347270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Only({&amp;lt;AdvancedField = {'$(=GetObjectField (0))'}&amp;gt;} AdvancedFlag) = 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 12:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/field-from-listbox-in-variable/m-p/1027950#M347270</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-08T12:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: field from listbox in variable</title>
      <link>https://community.qlik.com/t5/QlikView/field-from-listbox-in-variable/m-p/1027951#M347271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For some reason .. when i past this in the title .. it works. It will show a 0 or 1&lt;/P&gt;&lt;P&gt;But when i use this in Show Condition, it does nothing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 12:27:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/field-from-listbox-in-variable/m-p/1027951#M347271</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2016-03-08T12:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: field from listbox in variable</title>
      <link>https://community.qlik.com/t5/QlikView/field-from-listbox-in-variable/m-p/1027952#M347272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad .. i needed to add an additional condition. It works&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 12:52:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/field-from-listbox-in-variable/m-p/1027952#M347272</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2016-03-08T12:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: field from listbox in variable</title>
      <link>https://community.qlik.com/t5/QlikView/field-from-listbox-in-variable/m-p/1027953#M347273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems to work for me, using a limited setting (basically just checking if GetObjectField() gets evaluated in the show condition). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you upload a small sample QVW with your setting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 12:54:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/field-from-listbox-in-variable/m-p/1027953#M347273</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-08T12:54:55Z</dc:date>
    </item>
  </channel>
</rss>

