<?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: Sorting error in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Sorting-error/m-p/1438834#M34720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't know really know why, but this works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=MonthStart(Min({1}[transactions.date]))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/186113_Capture.PNG" style="height: 616px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Dec 2017 15:28:44 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-12-07T15:28:44Z</dc:date>
    <item>
      <title>Sorting error</title>
      <link>https://community.qlik.com/t5/App-Development/Sorting-error/m-p/1438824#M34710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qlik Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having some trouble figuring out this problem:&lt;/P&gt;&lt;P&gt;In 2 of my visualizations I use the same dimension and sorting parameters, yet the sorting is different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In attachment "qlik.png" you can see that the month November is slipping in between the others as "2017-Nov".&lt;/P&gt;&lt;P&gt;In attachment "qlik3.png" you can see the other visualization, where the sorting is correct.&lt;/P&gt;&lt;P&gt;Granted, the sorting is set to "auto" at the moment, yet the other options didn't make a lot of sense either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The used dimension is described as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Year(floor([transactions.date])) &amp;amp; '-' &amp;amp; Month(floor([transactions.date]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have considered using the wildmatch function as a sorting expression, but that won't let my sort by year first.&lt;/P&gt;&lt;P&gt;Can anyone help me sort this out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 12:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sorting-error/m-p/1438824#M34710</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-06T12:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting error</title>
      <link>https://community.qlik.com/t5/App-Development/Sorting-error/m-p/1438825#M34711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this as your dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(MonthStart([transaction.date]), 'YYYY-MMM')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then sort numerically&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 16:26:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sorting-error/m-p/1438825#M34711</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-06T16:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting error</title>
      <link>https://community.qlik.com/t5/App-Development/Sorting-error/m-p/1438826#M34712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;nice to meet you here again.&lt;/P&gt;&lt;P&gt;I tried your solution, and it works in principle, but the formatting of the labels is off.&lt;/P&gt;&lt;P&gt;As you can see in the attachment it still uses the date produced by the MonthStart function.&lt;/P&gt;&lt;P&gt;Any hints?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: This is how my dimension looks like: "=Date(MonthStart([transactions.date]), 'YYYY-MMM')"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: Seemingly also because of this change, there appears a useless scrollbar beneath the visualization. It does not disappear if I increase horizontal or vertical size of the visualization.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 09:07:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sorting-error/m-p/1438826#M34712</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-07T09:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting error</title>
      <link>https://community.qlik.com/t5/App-Development/Sorting-error/m-p/1438827#M34713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess continue using this as your dimension&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=Year(floor([transactions.date])) &amp;amp; '-' &amp;amp; Month(floor([transactions.date]))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but sort using this expression&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(MonthStart([transaction.date])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 12:19:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sorting-error/m-p/1438827#M34713</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-07T12:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting error</title>
      <link>https://community.qlik.com/t5/App-Development/Sorting-error/m-p/1438828#M34714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that, but the original error reoccurred.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 12:58:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sorting-error/m-p/1438828#M34714</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-07T12:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting error</title>
      <link>https://community.qlik.com/t5/App-Development/Sorting-error/m-p/1438829#M34715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;original error?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 13:01:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sorting-error/m-p/1438829#M34715</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-07T13:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting error</title>
      <link>https://community.qlik.com/t5/App-Development/Sorting-error/m-p/1438830#M34716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, the November entry is back between the others again, as described in the question description. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 13:05:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sorting-error/m-p/1438830#M34716</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-07T13:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting error</title>
      <link>https://community.qlik.com/t5/App-Development/Sorting-error/m-p/1438831#M34717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample where we can see the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 13:06:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sorting-error/m-p/1438831#M34717</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-07T13:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting error</title>
      <link>https://community.qlik.com/t5/App-Development/Sorting-error/m-p/1438832#M34718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mocked up data will work as well... all that matters is that you can recreate the issue in a sample file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 13:06:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sorting-error/m-p/1438832#M34718</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-07T13:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting error</title>
      <link>https://community.qlik.com/t5/App-Development/Sorting-error/m-p/1438833#M34719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well this took some time.&lt;/P&gt;&lt;P&gt;Tried to keep it as close to the actual data as possible without revealing anything important.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 15:14:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sorting-error/m-p/1438833#M34719</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-07T15:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting error</title>
      <link>https://community.qlik.com/t5/App-Development/Sorting-error/m-p/1438834#M34720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't know really know why, but this works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=MonthStart(Min({1}[transactions.date]))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/186113_Capture.PNG" style="height: 616px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 15:28:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sorting-error/m-p/1438834#M34720</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-07T15:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting error</title>
      <link>https://community.qlik.com/t5/App-Development/Sorting-error/m-p/1438835#M34721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 15:45:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sorting-error/m-p/1438835#M34721</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-07T15:45:59Z</dc:date>
    </item>
  </channel>
</rss>

