<?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 value in Block chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sort-value-in-Block-chart/m-p/1213111#M848820</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I don't know to share&amp;nbsp; can you guide me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Mar 2017 14:47:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-03-15T14:47:40Z</dc:date>
    <item>
      <title>Sort value in Block chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-value-in-Block-chart/m-p/1213105#M848814</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 a block chart like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/156380_Capture1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I used calculated dimension:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;=if(CountOfExpiryDate&amp;gt;180,'&amp;gt;6 Months',if(CountOfExpiryDate&amp;gt;60 and CountOfExpiryDate&amp;lt;181,'2 to 6 Months',if(CountOfExpiryDate&amp;lt;61 and CountOfExpiryDate&amp;gt;0,'&amp;lt;2 Months','Expired')))&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Expression is Count(EmployeeID)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;CountOfExpiryDate is consists of date count&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But there is a problem&amp;nbsp; I need to show the chart like below chart, The value should be show in sort in ascending order ,and how can I sort the value in a block chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="new.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/156381_new.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay.M&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-value-in-Block-chart/m-p/1213105#M848814</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sort value in Block chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-value-in-Block-chart/m-p/1213106#M848815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this&lt;/P&gt;&lt;P&gt;&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;/SPAN&gt;&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;if(CountOfExpiryDate&amp;gt;180, Dual('&amp;gt;6 Months', 1),&lt;/SPAN&gt;&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;if(CountOfExpiryDate&amp;gt;60 and CountOfExpiryDate&amp;lt;181, Dual('2 to 6 Months', 2),&lt;/SPAN&gt;&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;if(CountOfExpiryDate&amp;lt;61 and CountOfExpiryDate&amp;gt;0, Dual('&amp;lt;2 Months', 3),&lt;/SPAN&gt;&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;Dual('Expired', 4))))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 14:17:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-value-in-Block-chart/m-p/1213106#M848815</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-15T14:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sort value in Block chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-value-in-Block-chart/m-p/1213107#M848816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Sunny, its not working which you given condition,may i know is any other condition like this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 14:24:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-value-in-Block-chart/m-p/1213107#M848816</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-15T14:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sort value in Block chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-value-in-Block-chart/m-p/1213108#M848817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you use the above as your calculated dimension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 14:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-value-in-Block-chart/m-p/1213108#M848817</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-15T14:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sort value in Block chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-value-in-Block-chart/m-p/1213109#M848818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes I have used the above as my calculated dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 14:28:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-value-in-Block-chart/m-p/1213109#M848818</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-15T14:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sort value in Block chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-value-in-Block-chart/m-p/1213110#M848819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share your app to look at this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 14:35:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-value-in-Block-chart/m-p/1213110#M848819</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-15T14:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Sort value in Block chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-value-in-Block-chart/m-p/1213111#M848820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I don't know to share&amp;nbsp; can you guide me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 14:47:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-value-in-Block-chart/m-p/1213111#M848820</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-15T14:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Sort value in Block chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-value-in-Block-chart/m-p/1213112#M848821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check these links&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-16454"&gt;Uploading a Sample&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 14:48:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-value-in-Block-chart/m-p/1213112#M848821</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-15T14:48:51Z</dc:date>
    </item>
  </channel>
</rss>

