<?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 Concatenate distinct values based on grouping by different fields in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Concatenate-distinct-values-based-on-grouping-by-different/m-p/1780767#M60746</link>
    <description>&lt;P&gt;This is similar to&amp;nbsp;&lt;A href="https://community.qlik.com/t5/QlikView-App-Development/Concatenate-the-values-of-multiple-records-for-one-field/td-p/170162" target="_self"&gt;this question&lt;/A&gt;, which solution i've tried.&lt;/P&gt;&lt;P&gt;I would like to create a list of days that a trip is run. As an example here is a single trip id, that runs 4 days in a short period, based on the date of operation, I would like to create a list of all the days that this trip ran, ie "Tues, Wed".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="beaubellamy_0-1612756388943.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/48645iE36BC9CF482321D0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="beaubellamy_0-1612756388943.png" alt="beaubellamy_0-1612756388943.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am currently generating a list that seems to be all weekdays with the below script.&lt;/P&gt;&lt;P&gt;Load&lt;BR /&gt;TRIP_ID,&lt;BR /&gt;Concat(DISTINCT Day,',') as DayList&lt;BR /&gt;Resident temp_st&lt;BR /&gt;Group By TRIP_ID;&lt;/P&gt;&lt;P&gt;I think i need to include the OPERATING_DAY, somehow to get the correct list. Can the community tell me what I'm doing wrong and help create the desired list for each row.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 00:39:56 GMT</pubDate>
    <dc:creator>beaubellamy</dc:creator>
    <dc:date>2024-11-16T00:39:56Z</dc:date>
    <item>
      <title>Concatenate distinct values based on grouping by different fields</title>
      <link>https://community.qlik.com/t5/App-Development/Concatenate-distinct-values-based-on-grouping-by-different/m-p/1780767#M60746</link>
      <description>&lt;P&gt;This is similar to&amp;nbsp;&lt;A href="https://community.qlik.com/t5/QlikView-App-Development/Concatenate-the-values-of-multiple-records-for-one-field/td-p/170162" target="_self"&gt;this question&lt;/A&gt;, which solution i've tried.&lt;/P&gt;&lt;P&gt;I would like to create a list of days that a trip is run. As an example here is a single trip id, that runs 4 days in a short period, based on the date of operation, I would like to create a list of all the days that this trip ran, ie "Tues, Wed".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="beaubellamy_0-1612756388943.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/48645iE36BC9CF482321D0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="beaubellamy_0-1612756388943.png" alt="beaubellamy_0-1612756388943.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am currently generating a list that seems to be all weekdays with the below script.&lt;/P&gt;&lt;P&gt;Load&lt;BR /&gt;TRIP_ID,&lt;BR /&gt;Concat(DISTINCT Day,',') as DayList&lt;BR /&gt;Resident temp_st&lt;BR /&gt;Group By TRIP_ID;&lt;/P&gt;&lt;P&gt;I think i need to include the OPERATING_DAY, somehow to get the correct list. Can the community tell me what I'm doing wrong and help create the desired list for each row.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:39:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concatenate-distinct-values-based-on-grouping-by-different/m-p/1780767#M60746</guid>
      <dc:creator>beaubellamy</dc:creator>
      <dc:date>2024-11-16T00:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate distinct values based on grouping by different fields</title>
      <link>https://community.qlik.com/t5/App-Development/Concatenate-distinct-values-based-on-grouping-by-different/m-p/1780776#M60749</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/78575"&gt;@beaubellamy&lt;/a&gt;, maybe with:&lt;/P&gt;&lt;P&gt;Concat(Distinct WeekDay(OPERATING_DAY), ',')&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 07:40:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concatenate-distinct-values-based-on-grouping-by-different/m-p/1780776#M60749</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2021-02-08T07:40:45Z</dc:date>
    </item>
  </channel>
</rss>

