<?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 Concatenating multiple values for one field in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Concatenating-multiple-values-for-one-field/m-p/1748297#M57529</link>
    <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having another requirement, where for example for a store we are showing multiple locations:&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the store walmart for example, we have the following locations:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dallas, Houston, Chicago, Denver, Miami&amp;nbsp;&lt;/P&gt;&lt;P&gt;When making a selection of a store, we are needing to have a text object that concatenates all of these locations for that store&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so if I select Walmart in the text object I should be getting:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dallas/Houston/Chicago/Denver/Miami&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it seems whatever I try to do I am just getting null values due to their being too many values&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please help resolve this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 20 Dec 2021 21:08:46 GMT</pubDate>
    <dc:creator>aswinnar</dc:creator>
    <dc:date>2021-12-20T21:08:46Z</dc:date>
    <item>
      <title>Concatenating multiple values for one field</title>
      <link>https://community.qlik.com/t5/App-Development/Concatenating-multiple-values-for-one-field/m-p/1748297#M57529</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having another requirement, where for example for a store we are showing multiple locations:&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the store walmart for example, we have the following locations:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dallas, Houston, Chicago, Denver, Miami&amp;nbsp;&lt;/P&gt;&lt;P&gt;When making a selection of a store, we are needing to have a text object that concatenates all of these locations for that store&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so if I select Walmart in the text object I should be getting:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dallas/Houston/Chicago/Denver/Miami&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it seems whatever I try to do I am just getting null values due to their being too many values&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please help resolve this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concatenating-multiple-values-for-one-field/m-p/1748297#M57529</guid>
      <dc:creator>aswinnar</dc:creator>
      <dc:date>2021-12-20T21:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating multiple values for one field</title>
      <link>https://community.qlik.com/t5/App-Development/Concatenating-multiple-values-for-one-field/m-p/1748301#M57530</link>
      <description>&lt;P&gt;Hav you tried using &lt;A href="https://help.qlik.com/en-US/sense/September2020/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/StringAggregationFunctions/concat.htm" target="_self"&gt;concat()&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try like this: concat(distinct [Locations], '/')&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:37:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concatenating-multiple-values-for-one-field/m-p/1748301#M57530</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-09-30T04:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating multiple values for one field</title>
      <link>https://community.qlik.com/t5/App-Development/Concatenating-multiple-values-for-one-field/m-p/1748305#M57532</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/77079"&gt;@aswinnar&lt;/a&gt;&amp;nbsp;if you want to see the values based on the selections, you can use the below&lt;/P&gt;&lt;P&gt;Replace( concat(GetFieldSelections(Location),',','/')&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concatenating-multiple-values-for-one-field/m-p/1748305#M57532</guid>
      <dc:creator>ramchalla</dc:creator>
      <dc:date>2020-09-30T04:48:14Z</dc:date>
    </item>
  </channel>
</rss>

