<?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 Expression not working as expected in Qlik Sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Sort-By-Expression-not-working-as-expected-in-Qlik-Sense/m-p/120976#M8418</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Youssef, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response. Unfortunately it doesn't have an effect. I also tried to multiply the result by 1 to force a numeric result. No luck... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Sep 2018 15:16:40 GMT</pubDate>
    <dc:creator>wdchristensen</dc:creator>
    <dc:date>2018-09-12T15:16:40Z</dc:date>
    <item>
      <title>Sort By Expression not working as expected in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Sort-By-Expression-not-working-as-expected-in-Qlik-Sense/m-p/120974#M8416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a pivot table with columns with the days of the week, using the WeekDay() function which returns a dual. I want to show the days as text and sort the columns (Left to Right by the numeric value). For some reason when I try to use the sort by expression option and enter in the num(weekday(WORKED_DATE, 6)) it won’t change the sort order. I have attached a screenshot with green around the desired sort order. Any advise that can help me figure out what I am missing would be greatly appreciated! Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2018 15:09:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sort-By-Expression-not-working-as-expected-in-Qlik-Sense/m-p/120974#M8416</guid>
      <dc:creator>wdchristensen</dc:creator>
      <dc:date>2018-09-12T15:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Sort By Expression not working as expected in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Sort-By-Expression-not-working-as-expected-in-Qlik-Sense/m-p/120975#M8417</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;if it is dual, on it's sorting properties, check sorting on numerical values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2018 15:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sort-By-Expression-not-working-as-expected-in-Qlik-Sense/m-p/120975#M8417</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-09-12T15:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sort By Expression not working as expected in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Sort-By-Expression-not-working-as-expected-in-Qlik-Sense/m-p/120976#M8418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Youssef, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response. Unfortunately it doesn't have an effect. I also tried to multiply the result by 1 to force a numeric result. No luck... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2018 15:16:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sort-By-Expression-not-working-as-expected-in-Qlik-Sense/m-p/120976#M8418</guid>
      <dc:creator>wdchristensen</dc:creator>
      <dc:date>2018-09-12T15:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Sort By Expression not working as expected in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Sort-By-Expression-not-working-as-expected-in-Qlik-Sense/m-p/120977#M8419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dual(Weekday() ,num(WeekDay())&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2018 15:21:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sort-By-Expression-not-working-as-expected-in-Qlik-Sense/m-p/120977#M8419</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-09-12T15:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sort By Expression not working as expected in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Sort-By-Expression-not-working-as-expected-in-Qlik-Sense/m-p/120978#M8420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I figured out the issue. I was using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;STRONG&gt;TEXT&lt;/STRONG&gt;(WeekDay(WORKED_DATE, 6))&lt;/P&gt;&lt;P&gt;for the &lt;EM&gt;column&lt;/EM&gt; when I should have used&lt;/P&gt;&lt;P&gt;=WeekDay(WORKED_DATE, 6)&lt;/P&gt;&lt;P&gt;This allows you to select the numeric value in the sort order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems odd that it would not work the other way also...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2018 15:36:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sort-By-Expression-not-working-as-expected-in-Qlik-Sense/m-p/120978#M8420</guid>
      <dc:creator>wdchristensen</dc:creator>
      <dc:date>2018-09-12T15:36:52Z</dc:date>
    </item>
  </channel>
</rss>

