<?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: List box selection, 1 selection, 2 fields in Current Selections Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-box-selection-1-selection-2-fields-in-Current-Selections/m-p/663544#M241735</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh, now I understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is actually what i'm using right now. Just using the expression as the field. I'm not using the expressions tab, currently.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Oct 2014 14:45:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-20T14:45:05Z</dc:date>
    <item>
      <title>List box selection, 1 selection, 2 fields in Current Selections Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-selection-1-selection-2-fields-in-Current-Selections/m-p/663538#M241729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Howdy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a formula to only show certain employees in a list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(EmployeeType = 'Sales',Employee,null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i click on an employee in the list box, it's showing two selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) The employee i selected&lt;/P&gt;&lt;P&gt;2) the EmployeeType Sales selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;How can i limit a list boxes selections, while not having two columns show up in the current selections box?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 14:14:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-selection-1-selection-2-fields-in-Current-Selections/m-p/663538#M241729</guid>
      <dc:creator />
      <dc:date>2014-10-20T14:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: List box selection, 1 selection, 2 fields in Current Selections Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-selection-1-selection-2-fields-in-Current-Selections/m-p/663539#M241730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Delete your expression and copy it in the expression at the end of fields' list ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 14:20:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-selection-1-selection-2-fields-in-Current-Selections/m-p/663539#M241730</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-10-20T14:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: List box selection, 1 selection, 2 fields in Current Selections Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-selection-1-selection-2-fields-in-Current-Selections/m-p/663540#M241731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create a new field in your employee table&lt;/P&gt;&lt;P&gt;If(EmployeeType = 'Sales',Employee,null()) as Salesemployee&lt;/P&gt;&lt;P&gt;and use it as the listbox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 14:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-selection-1-selection-2-fields-in-Current-Selections/m-p/663540#M241731</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2014-10-20T14:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: List box selection, 1 selection, 2 fields in Current Selections Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-selection-1-selection-2-fields-in-Current-Selections/m-p/663541#M241732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the response!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not quite sure i understand...I know i can do this in script, but was hoping to do within the dashboard for script simplicity.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 14:32:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-selection-1-selection-2-fields-in-Current-Selections/m-p/663541#M241732</guid>
      <dc:creator />
      <dc:date>2014-10-20T14:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: List box selection, 1 selection, 2 fields in Current Selections Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-selection-1-selection-2-fields-in-Current-Selections/m-p/663542#M241733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right click your list box, in tab General, open Fields, at the end you find a voice "Expression", select it and copy your actual expression (Delete it from the second tab)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me kow&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 14:40:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-selection-1-selection-2-fields-in-Current-Selections/m-p/663542#M241733</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-10-20T14:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: List box selection, 1 selection, 2 fields in Current Selections Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-selection-1-selection-2-fields-in-Current-Selections/m-p/663543#M241734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the response! I'm trying to do it in the dashboard, if possible for script simplicity&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 14:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-selection-1-selection-2-fields-in-Current-Selections/m-p/663543#M241734</guid>
      <dc:creator />
      <dc:date>2014-10-20T14:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: List box selection, 1 selection, 2 fields in Current Selections Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-selection-1-selection-2-fields-in-Current-Selections/m-p/663544#M241735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh, now I understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is actually what i'm using right now. Just using the expression as the field. I'm not using the expressions tab, currently.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 14:45:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-selection-1-selection-2-fields-in-Current-Selections/m-p/663544#M241735</guid>
      <dc:creator />
      <dc:date>2014-10-20T14:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: List box selection, 1 selection, 2 fields in Current Selections Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-selection-1-selection-2-fields-in-Current-Selections/m-p/663545#M241736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Couldn't figure out how to do this in the dashboard, just used applymap() to add the employee type to my fact table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 15:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-selection-1-selection-2-fields-in-Current-Selections/m-p/663545#M241736</guid>
      <dc:creator />
      <dc:date>2014-10-20T15:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: List box selection, 1 selection, 2 fields in Current Selections Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-selection-1-selection-2-fields-in-Current-Selections/m-p/663546#M241737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can manage by moving the if Field = statement to a set analysis, for that you would need a function that takes set analysis, something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr(Concat({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;EmployeeType&lt;/SPAN&gt;='Sales'&amp;gt;} DISTINCT Employee),Employee)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As expression in your listbox&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 16:06:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-selection-1-selection-2-fields-in-Current-Selections/m-p/663546#M241737</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2014-10-20T16:06:15Z</dc:date>
    </item>
  </channel>
</rss>

