<?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: Sort data in a cell in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sort-data-in-a-cell/m-p/1558457#M599213</link>
    <description>&lt;PRE&gt;Data:
LOAD
	RowNo() as RowID,
	Unsorted
Inline [
Unsorted
'zebra,lion,tiger'
'oil,apple,butter'
];

tmp:
LOAD
	RowID,
	SubField(Unsorted, ',') as Values
Resident Data;

LEFT JOIN('Data')
LOAD
	RowID,
	Concat(Values, ',') as Sorted
Resident tmp
Group by RowID
Order by Values;

drop Table tmp;&lt;/PRE&gt;</description>
    <pubDate>Tue, 19 Mar 2019 13:04:56 GMT</pubDate>
    <dc:creator>mrybalko</dc:creator>
    <dc:date>2019-03-19T13:04:56Z</dc:date>
    <item>
      <title>Sort data in a cell</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-data-in-a-cell/m-p/1557824#M599209</link>
      <description>Greetings! Is there any way to sort data in a cell (alphabetically). Eg: (attached pic) Contents of Col B is to be sorted individually.</description>
      <pubDate>Mon, 18 Mar 2019 11:22:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-data-in-a-cell/m-p/1557824#M599209</guid>
      <dc:creator>sbfernandes</dc:creator>
      <dc:date>2019-03-18T11:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sort data in a cell</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-data-in-a-cell/m-p/1557852#M599211</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6893"&gt;@sbfernandes&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you need new column on data loading stage or just chart expression?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 12:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-data-in-a-cell/m-p/1557852#M599211</guid>
      <dc:creator>mrybalko</dc:creator>
      <dc:date>2019-03-18T12:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sort data in a cell</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-data-in-a-cell/m-p/1558198#M599212</link>
      <description>&lt;P&gt;Hi Mrybalko&lt;/P&gt;&lt;P&gt;I require a new column in the loading stage.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 05:11:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-data-in-a-cell/m-p/1558198#M599212</guid>
      <dc:creator>sbfernandes</dc:creator>
      <dc:date>2019-03-19T05:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sort data in a cell</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-data-in-a-cell/m-p/1558457#M599213</link>
      <description>&lt;PRE&gt;Data:
LOAD
	RowNo() as RowID,
	Unsorted
Inline [
Unsorted
'zebra,lion,tiger'
'oil,apple,butter'
];

tmp:
LOAD
	RowID,
	SubField(Unsorted, ',') as Values
Resident Data;

LEFT JOIN('Data')
LOAD
	RowID,
	Concat(Values, ',') as Sorted
Resident tmp
Group by RowID
Order by Values;

drop Table tmp;&lt;/PRE&gt;</description>
      <pubDate>Tue, 19 Mar 2019 13:04:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-data-in-a-cell/m-p/1558457#M599213</guid>
      <dc:creator>mrybalko</dc:creator>
      <dc:date>2019-03-19T13:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Sort data in a cell</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-data-in-a-cell/m-p/1558723#M599214</link>
      <description>Hi Mrybalko,&lt;BR /&gt;Many thanks for this. Works perfectly.</description>
      <pubDate>Wed, 20 Mar 2019 03:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-data-in-a-cell/m-p/1558723#M599214</guid>
      <dc:creator>sbfernandes</dc:creator>
      <dc:date>2019-03-20T03:58:21Z</dc:date>
    </item>
  </channel>
</rss>

