<?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 Listbox with selected and excluded values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Listbox-with-selected-and-excluded-values/m-p/80044#M13178</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got the following scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- 1 table for area managers linked to fact table through IdManager&lt;/P&gt;&lt;P&gt;- 1 table for customers linked to fact table through IdClient&lt;/P&gt;&lt;P&gt;- 1 field Idmanager2 in the Customers table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a area manager is selected, this will give me a list of customers that come from the relationship with the manager. These are the possible customers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But from the list of &lt;STRONG style="text-decoration: underline;"&gt;excluded&lt;/STRONG&gt; customers, there are some with the same IdManager in the field IdManager2, that I also want to show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, what I am trying to put together in a list box (or as dimension in a table)&lt;/P&gt;&lt;P&gt;- All the possible customers&lt;/P&gt;&lt;P&gt;- All the excluded customers with the Idmanager selected in their IdManager2 field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My approach is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CONCAT({&amp;lt;CLIENTE=P(CLIENTE)&amp;gt;}IdCustomer,',') &lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt; List of selected customers (linked to the IdManager). This half works.&lt;/P&gt;&lt;P&gt;&amp;amp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CONCAT({&amp;lt;CLI_FIGURARESP=E(IdArea_manager)&amp;gt;}CLIENTE,',')&lt;/STRONG&gt;&amp;nbsp; --&amp;gt; List of customers with the IdManager on the table. It's not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Datamodel attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table FIGURA is for Area managers. Fields FIGURA and IdManager are the same&lt;/P&gt;&lt;P&gt;Table Cliente is for customers. CLI_FIGURARESP is the IdManager&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joaquin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Apr 2018 14:39:06 GMT</pubDate>
    <dc:creator>j_nlucas</dc:creator>
    <dc:date>2018-04-23T14:39:06Z</dc:date>
    <item>
      <title>Listbox with selected and excluded values</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-with-selected-and-excluded-values/m-p/80044#M13178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got the following scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- 1 table for area managers linked to fact table through IdManager&lt;/P&gt;&lt;P&gt;- 1 table for customers linked to fact table through IdClient&lt;/P&gt;&lt;P&gt;- 1 field Idmanager2 in the Customers table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a area manager is selected, this will give me a list of customers that come from the relationship with the manager. These are the possible customers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But from the list of &lt;STRONG style="text-decoration: underline;"&gt;excluded&lt;/STRONG&gt; customers, there are some with the same IdManager in the field IdManager2, that I also want to show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, what I am trying to put together in a list box (or as dimension in a table)&lt;/P&gt;&lt;P&gt;- All the possible customers&lt;/P&gt;&lt;P&gt;- All the excluded customers with the Idmanager selected in their IdManager2 field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My approach is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CONCAT({&amp;lt;CLIENTE=P(CLIENTE)&amp;gt;}IdCustomer,',') &lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt; List of selected customers (linked to the IdManager). This half works.&lt;/P&gt;&lt;P&gt;&amp;amp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CONCAT({&amp;lt;CLI_FIGURARESP=E(IdArea_manager)&amp;gt;}CLIENTE,',')&lt;/STRONG&gt;&amp;nbsp; --&amp;gt; List of customers with the IdManager on the table. It's not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Datamodel attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table FIGURA is for Area managers. Fields FIGURA and IdManager are the same&lt;/P&gt;&lt;P&gt;Table Cliente is for customers. CLI_FIGURARESP is the IdManager&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joaquin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2018 14:39:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-with-selected-and-excluded-values/m-p/80044#M13178</guid>
      <dc:creator>j_nlucas</dc:creator>
      <dc:date>2018-04-23T14:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox with selected and excluded values</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-with-selected-and-excluded-values/m-p/80045#M13179</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;would you be able to attach sample data from each table and describe the exptected output ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2018 14:59:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-with-selected-and-excluded-values/m-p/80045#M13179</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-04-23T14:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox with selected and excluded values</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-with-selected-and-excluded-values/m-p/80046#M13180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Youseff thanks for your quick reply. I just updated the post and uploaded the data model. Maybe that will help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2018 15:15:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-with-selected-and-excluded-values/m-p/80046#M13180</guid>
      <dc:creator>j_nlucas</dc:creator>
      <dc:date>2018-04-23T15:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox with selected and excluded values</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-with-selected-and-excluded-values/m-p/80047#M13181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you're using listboxes, concat will not work, you will need to use only with aggr(), like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let's look at the first one :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Aggr(only({&amp;lt;CLIENTE=P(CLIENTE)&amp;gt;}IdCustomer),&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IdCustomer)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2018 15:55:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-with-selected-and-excluded-values/m-p/80047#M13181</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-04-23T15:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox with selected and excluded values</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-with-selected-and-excluded-values/m-p/80048#M13182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this - &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Aggr(only({&amp;lt;CLIENTE=P(CLIENTE)&amp;gt;+&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&amp;lt;CLI_FIGURARESP=E(IdArea_manager)&amp;gt;&lt;/STRONG&gt;}IdCustomer),&lt;STRONG style="font-style: inherit;"&gt;IdCustomer)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2018 17:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-with-selected-and-excluded-values/m-p/80048#M13182</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-04-23T17:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox with selected and excluded values</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-with-selected-and-excluded-values/m-p/80049#M13183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Digvijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately that doesn't show the extra idCustomers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 07:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-with-selected-and-excluded-values/m-p/80049#M13183</guid>
      <dc:creator>j_nlucas</dc:creator>
      <dc:date>2018-04-24T07:17:36Z</dc:date>
    </item>
  </channel>
</rss>

