<?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 Display dimension values in a list in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Display-dimension-values-in-a-list/m-p/1548263#M39469</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm using a heat map object and the class function to display the number of associates by amount of overtime worked and transactions per hour. I'd like the mouse-over to display a list of associates falling within the various buckets.&lt;/P&gt;&lt;P&gt;I'm able to do this if there is only one associate in the bucket by adding a second measure "=Only(Assoc_ID)." In cases where there is more than one associate in the bucket, it only displays a "-" to indicate more than one.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to display the array of associates as a comma delimited string when there&amp;nbsp; is more than one associate in the bucket? If so, how would I do this.&lt;/P&gt;&lt;P&gt;Thank you for any assistance you can provide.&lt;/P&gt;&lt;P&gt;-Frank&lt;/P&gt;</description>
    <pubDate>Fri, 22 Feb 2019 21:16:33 GMT</pubDate>
    <dc:creator>phuelish</dc:creator>
    <dc:date>2019-02-22T21:16:33Z</dc:date>
    <item>
      <title>Display dimension values in a list</title>
      <link>https://community.qlik.com/t5/App-Development/Display-dimension-values-in-a-list/m-p/1548263#M39469</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm using a heat map object and the class function to display the number of associates by amount of overtime worked and transactions per hour. I'd like the mouse-over to display a list of associates falling within the various buckets.&lt;/P&gt;&lt;P&gt;I'm able to do this if there is only one associate in the bucket by adding a second measure "=Only(Assoc_ID)." In cases where there is more than one associate in the bucket, it only displays a "-" to indicate more than one.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to display the array of associates as a comma delimited string when there&amp;nbsp; is more than one associate in the bucket? If so, how would I do this.&lt;/P&gt;&lt;P&gt;Thank you for any assistance you can provide.&lt;/P&gt;&lt;P&gt;-Frank&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 21:16:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-dimension-values-in-a-list/m-p/1548263#M39469</guid>
      <dc:creator>phuelish</dc:creator>
      <dc:date>2019-02-22T21:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Display dimension values in a list</title>
      <link>https://community.qlik.com/t5/App-Development/Display-dimension-values-in-a-list/m-p/1548265#M39470</link>
      <description>&lt;P&gt;Nevermind...figured it out&lt;/P&gt;&lt;P&gt;if(count(distinct Assoc_ID)&amp;gt;1,Concat(distinct aggr(Assoc_ID,Assoc_ID),', '),Only(Assoc_ID))&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 21:32:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-dimension-values-in-a-list/m-p/1548265#M39470</guid>
      <dc:creator>phuelish</dc:creator>
      <dc:date>2019-02-22T21:32:13Z</dc:date>
    </item>
  </channel>
</rss>

