<?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: set two variables from one list box? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-two-variables-from-one-list-box/m-p/1395729#M812091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a list box with a bunch of values in it. I want to set a variable of time_period1 to the first thing the user clicks on, in this list box, and a variable of time_period 2 of the second thing.&amp;nbsp; where, in that example, are you setting the variables?&amp;nbsp; thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Oct 2017 14:23:00 GMT</pubDate>
    <dc:creator>becki_kain</dc:creator>
    <dc:date>2017-10-05T14:23:00Z</dc:date>
    <item>
      <title>set two variables from one list box?</title>
      <link>https://community.qlik.com/t5/QlikView/set-two-variables-from-one-list-box/m-p/1395726#M812088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i looked at this&amp;nbsp; &lt;A href="https://community.qlikview.com/thread/83280" title="https://community.qlikview.com/thread/83280" target="_blank"&gt;Capture ListBox Selections in separate variables | Qlik Community&lt;/A&gt; but how do i set two variables - time_period_1 and time_period_2, from the same drop down list box?&amp;nbsp; i want the use to pick one, and set that to &lt;SPAN style="font-size: 13.3333px;"&gt; time_period_1 and then pick another and set to &lt;SPAN style="font-size: 13.3333px;"&gt; time_period_2, but within the same drop down.&amp;nbsp; can this be done?&amp;nbsp; thanks&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;becki kain&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-two-variables-from-one-list-box/m-p/1395726#M812088</guid>
      <dc:creator>becki_kain</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: set two variables from one list box?</title>
      <link>https://community.qlik.com/t5/QlikView/set-two-variables-from-one-list-box/m-p/1395727#M812089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share an example of what selections you make?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;time_period_1 variable have the expr like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Subfield(GetFieldSelections(fieldname, ','), ',', 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;time_period_2 variable have the expr like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;= Subfield(GetFieldSelections(fieldname, ','), ',', 2)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 19:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-two-variables-from-one-list-box/m-p/1395727#M812089</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-10-04T19:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: set two variables from one list box?</title>
      <link>https://community.qlik.com/t5/QlikView/set-two-variables-from-one-list-box/m-p/1395728#M812090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In List Boxes have &lt;/P&gt;&lt;P&gt;Properties-&amp;gt; Constrains-&amp;gt; Listed Values-&amp;gt; Only Selected Values Display-&amp;gt; There you can mention &lt;/P&gt;&lt;P&gt;Then it will be displayed &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 00:53:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-two-variables-from-one-list-box/m-p/1395728#M812090</guid>
      <dc:creator>ravikumar_iyana</dc:creator>
      <dc:date>2017-10-05T00:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: set two variables from one list box?</title>
      <link>https://community.qlik.com/t5/QlikView/set-two-variables-from-one-list-box/m-p/1395729#M812091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a list box with a bunch of values in it. I want to set a variable of time_period1 to the first thing the user clicks on, in this list box, and a variable of time_period 2 of the second thing.&amp;nbsp; where, in that example, are you setting the variables?&amp;nbsp; thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 14:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-two-variables-from-one-list-box/m-p/1395729#M812091</guid>
      <dc:creator>becki_kain</dc:creator>
      <dc:date>2017-10-05T14:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: set two variables from one list box?</title>
      <link>https://community.qlik.com/t5/QlikView/set-two-variables-from-one-list-box/m-p/1395730#M812092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Click Ctrl+Alt+V you can see a variable window there add these expression for two variables. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/178740_Capture.PNG" style="height: 296px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 14:48:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-two-variables-from-one-list-box/m-p/1395730#M812092</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-10-05T14:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: set two variables from one list box?</title>
      <link>https://community.qlik.com/t5/QlikView/set-two-variables-from-one-list-box/m-p/1395731#M812093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that was what I was missing - you have to add the variables first.&amp;nbsp; I will try it with one input, then get crazy and try with two! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(yes, my first workflow in qlik!)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 14:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-two-variables-from-one-list-box/m-p/1395731#M812093</guid>
      <dc:creator>becki_kain</dc:creator>
      <dc:date>2017-10-05T14:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: set two variables from one list box?</title>
      <link>https://community.qlik.com/t5/QlikView/set-two-variables-from-one-list-box/m-p/1395732#M812094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure. Else share your app which you are working on i will try to create and explain you accordingly. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 15:03:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-two-variables-from-one-list-box/m-p/1395732#M812094</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-10-05T15:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: set two variables from one list box?</title>
      <link>https://community.qlik.com/t5/QlikView/set-two-variables-from-one-list-box/m-p/1395733#M812095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you!&amp;nbsp; works perfectly!&amp;nbsp; (yes, my coworker warned me qlik has a huge learning curve!)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 15:29:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-two-variables-from-one-list-box/m-p/1395733#M812095</guid>
      <dc:creator>becki_kain</dc:creator>
      <dc:date>2017-10-05T15:29:11Z</dc:date>
    </item>
  </channel>
</rss>

