<?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 by two dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sort-by-two-dimensions/m-p/1438385#M800930</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be thsi&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;SPAN style="color: #800000;"&gt;Customer&lt;/SPAN&gt;=&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;TOTAL&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Customer&lt;/SPAN&gt;),&lt;SPAN style="color: #0000ff;"&gt;Interval&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;date&lt;/SPAN&gt;-&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;TOTAL&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;date&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;),'DD'),0) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/184148_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Nov 2017 08:54:38 GMT</pubDate>
    <dc:creator>antoniotiman</dc:creator>
    <dc:date>2017-11-22T08:54:38Z</dc:date>
    <item>
      <title>Sort by two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-by-two-dimensions/m-p/1438381#M800926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;Hello, I have a script with clients and dates and I would like to get a table sort by clients and dates. Then use the above function&amp;nbsp; &lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;to calculate a delay between each customer's date&lt;/SPAN&gt;. Is this possible? Thank you for your help&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Data :&lt;/P&gt;&lt;P&gt;load* Inline&lt;/P&gt;&lt;P&gt;[Customer, date, order, amount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4189,17/03/2015,45988038,73&lt;/P&gt;&lt;P&gt;6745,22/10/2017,46351840,66&lt;/P&gt;&lt;P&gt;5607,12/08/2016,46237091,83&lt;/P&gt;&lt;P&gt;1000000963,02/06/2016,32897484,105&lt;/P&gt;&lt;P&gt;1000000369,22/12/2017,46296443,97&lt;/P&gt;&lt;P&gt;6745,05/03/2017,32503124,116&lt;/P&gt;&lt;P&gt;1000000963,02/06/2016,32897484,105&lt;/P&gt;&lt;P&gt;400483848,23/05/2017,46102582,33&lt;/P&gt;&lt;P&gt;1000000369,03/07/2017,32602883,99&lt;/P&gt;&lt;P&gt;1000000369,08/05/2016,32721423,102&lt;/P&gt;&lt;P&gt;1000000593,18/05/2017,32342821,26&lt;/P&gt;&lt;P&gt;1000000369,06/07/2015,32909680,149&lt;/P&gt;&lt;P&gt;5607,13/08/2017,46238408,61&lt;/P&gt;&lt;P&gt;4189,22/10/2017,46351840,66&lt;/P&gt;&lt;P&gt;1000000593,19/05/2017,32342821,26&lt;/P&gt;&lt;P&gt;1000000963,02/06/2016,32897484,105&lt;/P&gt;&lt;P&gt;4189,22/10/2017,46351840,66&lt;/P&gt;&lt;P&gt;1000001048,25/08/2017,32694333,160&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-by-two-dimensions/m-p/1438381#M800926</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-by-two-dimensions/m-p/1438382#M800927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just add this below:&lt;/P&gt;&lt;P&gt;Data_sorted:&lt;/P&gt;&lt;P&gt;NoConcatenate LOAD * Resident Data&lt;STRONG&gt; Order by Customer,date&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you would be able to calculate the margins between the dates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 08:08:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-by-two-dimensions/m-p/1438382#M800927</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-22T08:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-by-two-dimensions/m-p/1438383#M800928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data :&lt;/P&gt;&lt;P&gt;load * Inline [&lt;/P&gt;&lt;P&gt;Customer,date,order,amount&lt;/P&gt;&lt;P&gt;4189,17/03/2015,45988038,73&lt;/P&gt;&lt;P&gt;6745,22/10/2017,46351840,66&lt;/P&gt;&lt;P&gt;5607,12/08/2016,46237091,83&lt;/P&gt;&lt;P&gt;1000000963,02/06/2016,32897484,105&lt;/P&gt;&lt;P&gt;1000000369,22/12/2017,46296443,97&lt;/P&gt;&lt;P&gt;6745,05/03/2017,32503124,116&lt;/P&gt;&lt;P&gt;1000000963,02/06/2016,32897484,105&lt;/P&gt;&lt;P&gt;400483848,23/05/2017,46102582,33&lt;/P&gt;&lt;P&gt;1000000369,03/07/2017,32602883,99&lt;/P&gt;&lt;P&gt;1000000369,08/05/2016,32721423,102&lt;/P&gt;&lt;P&gt;1000000593,18/05/2017,32342821,26&lt;/P&gt;&lt;P&gt;1000000369,06/07/2015,32909680,149&lt;/P&gt;&lt;P&gt;5607,13/08/2017,46238408,61&lt;/P&gt;&lt;P&gt;4189,22/10/2017,46351840,66&lt;/P&gt;&lt;P&gt;1000000593,19/05/2017,32342821,26&lt;/P&gt;&lt;P&gt;1000000963,02/06/2016,32897484,105&lt;/P&gt;&lt;P&gt;4189,22/10/2017,46351840,66&lt;/P&gt;&lt;P&gt;1000001048,25/08/2017,32694333,160&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA1:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;date-PREVIOUS(date)&amp;nbsp; AS INTERVAL&lt;/P&gt;&lt;P&gt;RESIDENT Data ORDER BY Customer,date;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE Data;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 08:22:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-by-two-dimensions/m-p/1438383#M800928</guid>
      <dc:creator>sumanta12</dc:creator>
      <dc:date>2017-11-22T08:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-by-two-dimensions/m-p/1438384#M800929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This would calculate the interval regardless of the customer, so in addition I would suggest the following:&lt;/P&gt;&lt;P&gt;DATA1:&lt;/P&gt;&lt;P&gt;NoConcatenate LOAD *,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(customer=Previous(Customer),date-Previous(date),0) as INTERVAL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Resident Data ORDER By Customer, date;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table Data;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 08:38:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-by-two-dimensions/m-p/1438384#M800929</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-22T08:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-by-two-dimensions/m-p/1438385#M800930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be thsi&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;SPAN style="color: #800000;"&gt;Customer&lt;/SPAN&gt;=&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;TOTAL&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Customer&lt;/SPAN&gt;),&lt;SPAN style="color: #0000ff;"&gt;Interval&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;date&lt;/SPAN&gt;-&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;TOTAL&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;date&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;),'DD'),0) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/184148_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 08:54:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-by-two-dimensions/m-p/1438385#M800930</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-11-22T08:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-by-two-dimensions/m-p/1438386#M800931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;thank you &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;it's almost that but can you tell me how to limit this interval calculation for each customer?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/184153_Capture.JPG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 09:01:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-by-two-dimensions/m-p/1438386#M800931</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-22T09:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-by-two-dimensions/m-p/1438387#M800932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;thank you but I would like to keep this calculation in the script&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 09:10:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-by-two-dimensions/m-p/1438387#M800932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-22T09:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-by-two-dimensions/m-p/1438388#M800933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saoud,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the interval is negative then it will show 0. Is it or something else? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 09:13:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-by-two-dimensions/m-p/1438388#M800933</guid>
      <dc:creator>sumanta12</dc:creator>
      <dc:date>2017-11-22T09:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-by-two-dimensions/m-p/1438389#M800934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load * From ...;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt; &lt;STRONG style=": ; color: #0000ff;"&gt;LOAD&lt;/STRONG&gt; *,&lt;SPAN style="color: #0000ff;"&gt;If&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Customer&lt;/SPAN&gt;=&lt;SPAN style="color: #0000ff;"&gt;Peek&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Customer&lt;/SPAN&gt;),&lt;SPAN style="color: #0000ff;"&gt;Interval&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;date&lt;/SPAN&gt;-&lt;SPAN style="color: #0000ff;"&gt;Peek&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;date&lt;/SPAN&gt;),'DD'),0) &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Diff&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;Resident&lt;/SPAN&gt; Data&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;Order&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;By&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Customer&lt;/SPAN&gt;,&lt;SPAN style="color: #800000;"&gt;date&lt;/SPAN&gt;;&lt;BR /&gt; &lt;STRONG style=": ; color: #0000ff;"&gt;Drop&lt;/STRONG&gt; &lt;SPAN style="color: #0000ff;"&gt;Table&lt;/SPAN&gt; Data; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 09:16:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-by-two-dimensions/m-p/1438389#M800934</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-11-22T09:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-by-two-dimensions/m-p/1438390#M800935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;no because it is possible that the delay between two different customers is positive&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 09:17:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-by-two-dimensions/m-p/1438390#M800935</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-22T09:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-by-two-dimensions/m-p/1438391#M800936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saoud,&lt;/P&gt;&lt;P&gt;Sorry....&lt;/P&gt;&lt;P&gt;Not understood your requirement. Can you please explain again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 09:22:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-by-two-dimensions/m-p/1438391#M800936</guid>
      <dc:creator>sumanta12</dc:creator>
      <dc:date>2017-11-22T09:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-by-two-dimensions/m-p/1438392#M800937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data :&lt;/P&gt;&lt;P&gt;load * Inline [&lt;/P&gt;&lt;P&gt;Customer,date,order,amount&lt;/P&gt;&lt;P&gt;4189,17/03/2015,45988038,73&lt;/P&gt;&lt;P&gt;6745,22/10/2017,46351840,66&lt;/P&gt;&lt;P&gt;5607,12/08/2016,46237091,83&lt;/P&gt;&lt;P&gt;1000000963,02/06/2016,32897484,105&lt;/P&gt;&lt;P&gt;1000000369,22/12/2017,46296443,97&lt;/P&gt;&lt;P&gt;6745,05/03/2017,32503124,116&lt;/P&gt;&lt;P&gt;1000000963,02/06/2016,32897484,105&lt;/P&gt;&lt;P&gt;400483848,23/05/2017,46102582,33&lt;/P&gt;&lt;P&gt;1000000369,03/07/2017,32602883,99&lt;/P&gt;&lt;P&gt;1000000369,08/05/2016,32721423,102&lt;/P&gt;&lt;P&gt;1000000593,18/05/2017,32342821,26&lt;/P&gt;&lt;P&gt;1000000369,06/07/2015,32909680,149&lt;/P&gt;&lt;P&gt;5607,13/08/2017,46238408,61&lt;/P&gt;&lt;P&gt;4189,22/10/2017,46351840,66&lt;/P&gt;&lt;P&gt;1000000593,19/05/2017,32342821,26&lt;/P&gt;&lt;P&gt;1000000963,02/06/2016,32897484,105&lt;/P&gt;&lt;P&gt;4189,22/10/2017,46351840,66&lt;/P&gt;&lt;P&gt;1000001048,25/08/2017,32694333,160&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA1:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;FABS(date-PREVIOUS(date)) AS INTERVAL&lt;/P&gt;&lt;P&gt;RESIDENT Data ORDER BY Customer,date;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE Data;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 09:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-by-two-dimensions/m-p/1438392#M800937</guid>
      <dc:creator>sumanta12</dc:creator>
      <dc:date>2017-11-22T09:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-by-two-dimensions/m-p/1438393#M800938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 09:51:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-by-two-dimensions/m-p/1438393#M800938</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-22T09:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-by-two-dimensions/m-p/1438394#M800939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not exactly &lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;because the delay between two different customers must be zero&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;I have&amp;nbsp; a good answer by &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/antoniotiman"&gt;antoniotiman&lt;/A&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Customer&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Peek&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Customer&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Interval&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Peek&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;),'DD'),0) &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Diff&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;thanks for your help&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 09:53:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-by-two-dimensions/m-p/1438394#M800939</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-22T09:53:26Z</dc:date>
    </item>
  </channel>
</rss>

