<?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 IN BAR CHART FOR INTERVAL in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SORT-IN-BAR-CHART-FOR-INTERVAL/m-p/1213027#M388824</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its not working pls share some thing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Nov 2016 11:19:33 GMT</pubDate>
    <dc:creator>manoranjan_d</dc:creator>
    <dc:date>2016-11-08T11:19:33Z</dc:date>
    <item>
      <title>SORT IN BAR CHART FOR INTERVAL</title>
      <link>https://community.qlik.com/t5/QlikView/SORT-IN-BAR-CHART-FOR-INTERVAL/m-p/1213025#M388822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;HI all&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;LOAD&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;[user name],&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;If(Count([login details])&amp;gt;40, '&amp;gt;40' ,&amp;nbsp; Replace( Class (Count([login details]),10),'&amp;lt;= x &amp;lt;','-')) as Login&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Resident Main&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Group By [user name];&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;in bar chart i have used the login as dimension and count(username) as exprseion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;now this dimension has to be in proper sort order of interval form 0 to &amp;gt;4 how to this? i tried but its not working&lt;/P&gt;&lt;P class="jive-thread-reply-btn" style="margin: 15px 0 -10px; font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;DIV class="jive-thread-reply-btn-correct" style="font-weight: inherit; font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/1155872" style="margin: 0 20px 0 0; padding: 2px 14px 4px 28px; font-weight: bold; font-style: inherit; font-size: 11.7px; font-family: inherit; color: #3778c7; background-color: #f3f3f3;"&gt;interval in the&amp;nbsp; coding&lt;/A&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P class="jive-thread-reply-btn" style="margin: 15px 0 -10px; font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;DIV class="jive-thread-reply-btn-correct" style="font-weight: inherit; font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/1155872" style="margin: 0 20px 0 0; padding: 2px 14px 4px 28px; font-weight: bold; font-style: inherit; font-size: 11.7px; font-family: inherit; color: #3778c7; background-color: #f3f3f3;"&gt;interval in the&amp;nbsp; coding&lt;/A&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 11:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SORT-IN-BAR-CHART-FOR-INTERVAL/m-p/1213025#M388822</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2016-11-08T11:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: SORT IN BAR CHART FOR INTERVAL</title>
      <link>https://community.qlik.com/t5/QlikView/SORT-IN-BAR-CHART-FOR-INTERVAL/m-p/1213026#M388823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the sort option &amp;gt;&amp;gt; select expression &amp;gt;&amp;gt; And write expression there for sorting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;This is example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=ONLY(Match(FieldName,'0 - 10',&lt;/P&gt;&lt;P&gt;'10 - 20',&lt;/P&gt;&lt;P&gt;'20 - 30',&lt;/P&gt;&lt;P&gt;'30 - 40'&lt;/P&gt;&lt;P&gt;'&amp;gt;50'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 11:14:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SORT-IN-BAR-CHART-FOR-INTERVAL/m-p/1213026#M388823</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2016-11-08T11:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: SORT IN BAR CHART FOR INTERVAL</title>
      <link>https://community.qlik.com/t5/QlikView/SORT-IN-BAR-CHART-FOR-INTERVAL/m-p/1213027#M388824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its not working pls share some thing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 11:19:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SORT-IN-BAR-CHART-FOR-INTERVAL/m-p/1213027#M388824</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2016-11-08T11:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: SORT IN BAR CHART FOR INTERVAL</title>
      <link>https://community.qlik.com/t5/QlikView/SORT-IN-BAR-CHART-FOR-INTERVAL/m-p/1213028#M388825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also you can load some sorting table also for the sorting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt; [No of times]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&amp;nbsp;&amp;nbsp; [Sort Order] &lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1-5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6-10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11-20&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 21-40&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;41&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;];&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;Note:- This&amp;nbsp; [No of times]&amp;nbsp; field is connected with your field which is same due to that you get sort order as [Sort Order]&lt;/P&gt;&lt;P&gt;then use this field in the Sorting option to sort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 11:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SORT-IN-BAR-CHART-FOR-INTERVAL/m-p/1213028#M388825</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2016-11-08T11:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: SORT IN BAR CHART FOR INTERVAL</title>
      <link>https://community.qlik.com/t5/QlikView/SORT-IN-BAR-CHART-FOR-INTERVAL/m-p/1213029#M388826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Sort Option &amp;gt; Expression try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Class (Count([login details]),10)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 11:26:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SORT-IN-BAR-CHART-FOR-INTERVAL/m-p/1213029#M388826</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2016-11-08T11:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: SORT IN BAR CHART FOR INTERVAL</title>
      <link>https://community.qlik.com/t5/QlikView/SORT-IN-BAR-CHART-FOR-INTERVAL/m-p/1213030#M388827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SORRY ITS working thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 11:29:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SORT-IN-BAR-CHART-FOR-INTERVAL/m-p/1213030#M388827</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2016-11-08T11:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: SORT IN BAR CHART FOR INTERVAL</title>
      <link>https://community.qlik.com/t5/QlikView/SORT-IN-BAR-CHART-FOR-INTERVAL/m-p/1213031#M388828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Thanks if got correct answer then please close the thread by appropriate answer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 15:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SORT-IN-BAR-CHART-FOR-INTERVAL/m-p/1213031#M388828</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2016-11-08T15:12:40Z</dc:date>
    </item>
  </channel>
</rss>

