<?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: How do I sort Weekday in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-sort-Weekday/m-p/317850#M117163</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a dual to assign your DaysOfWeek a numerical values (useable as sort order), like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perCal:&lt;/P&gt;&lt;P&gt;LOAD Db,groupB,groupC,groupD,realName,Date,Week, &lt;STRONG&gt;dual(DayOfWeek,match(DayOfWeek,'Monday','Tuesday','Wednesday','Thursday','Friday','Saturday','Sunday'))as DayOfWeek,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;stddays INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Db,groupB,groupC,groupD,realName,Date,Week,DayOfWeek,stddays&lt;/P&gt;&lt;P&gt;UK,TSAE,AILGNA,,ADARENDRAG LRACZOZ,31/12/2011,52,Saturday,0,&lt;/P&gt;&lt;P&gt;UK,TSAE,AILGNA,,ADANOTRUB NAIRBZOZ,31/12/2011,52,Saturday,0,&lt;/P&gt;&lt;P&gt;UK,TSAE,AILGNA,,ADA)PNB( RELWOD KRAMZOZ,31/12/2011,52,Saturday,0,&lt;/P&gt;&lt;P&gt;UK,TSAE,AILGNA,,ADA)2 tfihS( NEWOB PILIHPZOZ,31/12/2011,52,Saturday,0,&lt;/P&gt;&lt;P&gt;UK,TSAEN,SDEEL,,ADAHSLAW EVETSZOZ,31/12/2011,52,Saturday,0,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can sort your column just by double clicking the appropriate header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jan 2012 17:26:13 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2012-01-30T17:26:13Z</dc:date>
    <item>
      <title>How do I sort Weekday</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-sort-Weekday/m-p/317848#M117161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the attached Document, within the Document I have a Cyclic Group when you cycle round to the field&amp;nbsp; "DayOfWeek", I want it to be sorted as per the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Monday&lt;/P&gt;&lt;P&gt;Tuesday&lt;/P&gt;&lt;P&gt;Wednesday&lt;/P&gt;&lt;P&gt;Thursday&lt;/P&gt;&lt;P&gt;Friday&lt;/P&gt;&lt;P&gt;Saturday&lt;/P&gt;&lt;P&gt;Sunday&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to a expression but does not work? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone any ideas on how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 17:07:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-sort-Weekday/m-p/317848#M117161</guid>
      <dc:creator>denwo2010</dc:creator>
      <dc:date>2012-01-30T17:07:47Z</dc:date>
    </item>
    <item>
      <title>How do I sort Weekday</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-sort-Weekday/m-p/317849#M117162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; In the Sort Expression box try the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=match(DayOfWeek,'Monday','Tuesday','Wednesday','Thursday','Friday','Saturday','Sunday')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First suggested to me be Steven Redmond here: &lt;A href="http://qvdesign.wordpress.com/2012/01/20/useful-alternate-sort-method-for-listboxes/"&gt;http://qvdesign.wordpress.com/2012/01/20/useful-alternate-sort-method-for-listboxes/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt - Visual Analytics Ltd&lt;/P&gt;&lt;P&gt;New Qlikview Design Blog: &lt;A href="http://QVDesign.wordpress.com"&gt;http://QVDesign.wordpress.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 17:21:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-sort-Weekday/m-p/317849#M117162</guid>
      <dc:creator>matt_crowther</dc:creator>
      <dc:date>2012-01-30T17:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do I sort Weekday</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-sort-Weekday/m-p/317850#M117163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a dual to assign your DaysOfWeek a numerical values (useable as sort order), like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perCal:&lt;/P&gt;&lt;P&gt;LOAD Db,groupB,groupC,groupD,realName,Date,Week, &lt;STRONG&gt;dual(DayOfWeek,match(DayOfWeek,'Monday','Tuesday','Wednesday','Thursday','Friday','Saturday','Sunday'))as DayOfWeek,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;stddays INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Db,groupB,groupC,groupD,realName,Date,Week,DayOfWeek,stddays&lt;/P&gt;&lt;P&gt;UK,TSAE,AILGNA,,ADARENDRAG LRACZOZ,31/12/2011,52,Saturday,0,&lt;/P&gt;&lt;P&gt;UK,TSAE,AILGNA,,ADANOTRUB NAIRBZOZ,31/12/2011,52,Saturday,0,&lt;/P&gt;&lt;P&gt;UK,TSAE,AILGNA,,ADA)PNB( RELWOD KRAMZOZ,31/12/2011,52,Saturday,0,&lt;/P&gt;&lt;P&gt;UK,TSAE,AILGNA,,ADA)2 tfihS( NEWOB PILIHPZOZ,31/12/2011,52,Saturday,0,&lt;/P&gt;&lt;P&gt;UK,TSAEN,SDEEL,,ADAHSLAW EVETSZOZ,31/12/2011,52,Saturday,0,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can sort your column just by double clicking the appropriate header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 17:26:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-sort-Weekday/m-p/317850#M117163</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-01-30T17:26:13Z</dc:date>
    </item>
  </channel>
</rss>

