<?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 single value to select within an field array of values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/list-box-single-value-to-select-within-an-field-array-of-values/m-p/1682129#M51935</link>
    <description>&lt;P&gt;Yes it is possible, for example, created this in QlikView but Sense would be the same:&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Community.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/29643iEF2ED43C207AAF27/image-size/large?v=v2&amp;amp;px=999" role="button" title="Community.png" alt="Community.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Measure would be:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=sum({$&amp;lt;LNG_Array={"*$(=LNG)*"}&amp;gt;}Value)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Mar 2020 15:08:52 GMT</pubDate>
    <dc:creator>jochem_zw</dc:creator>
    <dc:date>2020-03-05T15:08:52Z</dc:date>
    <item>
      <title>list box single value to select within an field array of values</title>
      <link>https://community.qlik.com/t5/App-Development/list-box-single-value-to-select-within-an-field-array-of-values/m-p/1682124#M51934</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there a way of select a single value in a list box that would check if that value is present within a field array. For instance, I have for customer I'd have an array for language, [FR, EN, ES,...], an array for device [COMPUTER, MOBILE, ...], another one for places ...&lt;/P&gt;&lt;P&gt;So if for instance I select FR in my language selection box, I'd like to see every customer that speak FR amongst their other languages&lt;/P&gt;&lt;P&gt;Usually I have one line per dimension id for a customer as I know that Qlik maps on case sensitive value but here it would means billion configurations&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;With big data, I think it is nowadays common need to both aggregate and loop inside micro values&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 14:54:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/list-box-single-value-to-select-within-an-field-array-of-values/m-p/1682124#M51934</guid>
      <dc:creator>txuninho</dc:creator>
      <dc:date>2020-03-05T14:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: list box single value to select within an field array of values</title>
      <link>https://community.qlik.com/t5/App-Development/list-box-single-value-to-select-within-an-field-array-of-values/m-p/1682129#M51935</link>
      <description>&lt;P&gt;Yes it is possible, for example, created this in QlikView but Sense would be the same:&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Community.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/29643iEF2ED43C207AAF27/image-size/large?v=v2&amp;amp;px=999" role="button" title="Community.png" alt="Community.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Measure would be:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=sum({$&amp;lt;LNG_Array={"*$(=LNG)*"}&amp;gt;}Value)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 15:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/list-box-single-value-to-select-within-an-field-array-of-values/m-p/1682129#M51935</guid>
      <dc:creator>jochem_zw</dc:creator>
      <dc:date>2020-03-05T15:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: list box single value to select within an field array of values</title>
      <link>https://community.qlik.com/t5/App-Development/list-box-single-value-to-select-within-an-field-array-of-values/m-p/1682137#M51936</link>
      <description>&lt;P&gt;Thanks Jochem,&lt;/P&gt;&lt;P&gt;That seems great and just with a classic Set Analysis; i'll it a try in a few minutes.&lt;/P&gt;&lt;P&gt;By the way, does the array field need a special format as in your example it looks like a concatenate(values,',') and I was thinking of a standard array "[value1,value2]" ... but I can make it output as in your example&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Julien&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 15:15:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/list-box-single-value-to-select-within-an-field-array-of-values/m-p/1682137#M51936</guid>
      <dc:creator>txuninho</dc:creator>
      <dc:date>2020-03-05T15:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: list box single value to select within an field array of values</title>
      <link>https://community.qlik.com/t5/App-Development/list-box-single-value-to-select-within-an-field-array-of-values/m-p/1682145#M51937</link>
      <description>&lt;P&gt;no problem because it will do a wildcard search on the selected value: *FR* in the example.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 15:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/list-box-single-value-to-select-within-an-field-array-of-values/m-p/1682145#M51937</guid>
      <dc:creator>jochem_zw</dc:creator>
      <dc:date>2020-03-05T15:30:02Z</dc:date>
    </item>
  </channel>
</rss>

