<?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: In bar chart , default line on the top in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/In-bar-chart-default-line-on-the-top/m-p/1574453#M740301</link>
    <description>&lt;P&gt;May be sort order as expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dual(Match(city, 'Boston'), city)&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Apr 2019 12:42:32 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2019-04-29T12:42:32Z</dc:date>
    <item>
      <title>In bar chart , default line on the top</title>
      <link>https://community.qlik.com/t5/QlikView/In-bar-chart-default-line-on-the-top/m-p/1574410#M740299</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have city as dimension and sales as measure(=sum(sales))&lt;/P&gt;&lt;P&gt;In city we have&amp;nbsp;&lt;/P&gt;&lt;P&gt;Boston,LA,Seattle and so on.&lt;/P&gt;&lt;P&gt;I want a bar chart that will show us the sales per city, however by default Boston should be always on the top of the bar chart.(even if the sales is less)&lt;/P&gt;&lt;P&gt;Then all other city would appear in descending order.&lt;/P&gt;&lt;P&gt;Is it do able ?&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ashis&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:43:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-bar-chart-default-line-on-the-top/m-p/1574410#M740299</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2024-11-16T03:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: In bar chart , default line on the top</title>
      <link>https://community.qlik.com/t5/QlikView/In-bar-chart-default-line-on-the-top/m-p/1574419#M740300</link>
      <description>&lt;P&gt;i guess i need to write this in sort tab&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;city={'Boston'}&amp;gt;}Sale) , this will bring Boston on the top. However how to get other cities in descending order.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 12:05:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-bar-chart-default-line-on-the-top/m-p/1574419#M740300</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2019-04-29T12:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: In bar chart , default line on the top</title>
      <link>https://community.qlik.com/t5/QlikView/In-bar-chart-default-line-on-the-top/m-p/1574453#M740301</link>
      <description>&lt;P&gt;May be sort order as expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dual(Match(city, 'Boston'), city)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 12:42:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-bar-chart-default-line-on-the-top/m-p/1574453#M740301</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-04-29T12:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: In bar chart , default line on the top</title>
      <link>https://community.qlik.com/t5/QlikView/In-bar-chart-default-line-on-the-top/m-p/1574460#M740302</link>
      <description>Thank you so much for your quick reply. It did not work though.</description>
      <pubDate>Mon, 29 Apr 2019 12:47:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-bar-chart-default-line-on-the-top/m-p/1574460#M740302</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2019-04-29T12:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: In bar chart , default line on the top</title>
      <link>https://community.qlik.com/t5/QlikView/In-bar-chart-default-line-on-the-top/m-p/1574464#M740303</link>
      <description>&lt;P&gt;Can you share QVW file, meantime you can try this too with descending order&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Match(city, 'Boston')&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 12:51:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-bar-chart-default-line-on-the-top/m-p/1574464#M740303</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-04-29T12:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: In bar chart , default line on the top</title>
      <link>https://community.qlik.com/t5/QlikView/In-bar-chart-default-line-on-the-top/m-p/1574476#M740304</link>
      <description>&lt;P&gt;You can try;&lt;/P&gt;&lt;P&gt;city:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;INLINE [ City, Sales Boston, 10000 LA, 26000 Seattle, 200 Washington, 500000 MA, 3000 ];&lt;/P&gt;&lt;P&gt;Bar chart:&lt;/P&gt;&lt;P&gt;Dimension - City&lt;/P&gt;&lt;P&gt;Expression =sum(Sales)&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 12:58:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-bar-chart-default-line-on-the-top/m-p/1574476#M740304</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2019-04-29T12:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: In bar chart , default line on the top</title>
      <link>https://community.qlik.com/t5/QlikView/In-bar-chart-default-line-on-the-top/m-p/1574499#M740305</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;PFA, please note this may not be the best solution but it works the way you want it.&lt;/P&gt;&lt;P&gt;I have made a small edit to make it more robust. Please try! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 13:30:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-bar-chart-default-line-on-the-top/m-p/1574499#M740305</guid>
      <dc:creator>arpitkharkia</dc:creator>
      <dc:date>2019-04-29T13:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: In bar chart , default line on the top</title>
      <link>https://community.qlik.com/t5/QlikView/In-bar-chart-default-line-on-the-top/m-p/1574517#M740306</link>
      <description>&lt;P&gt;Hi Arpit,&lt;/P&gt;&lt;P&gt;Thank you so much for your solution.&lt;/P&gt;&lt;P&gt;I am wondering why&amp;nbsp;&amp;nbsp;=maxsales (in text box) giving me error in expression. so does the the expression in sort tab.&lt;/P&gt;&lt;P&gt;Any idea.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 13:47:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-bar-chart-default-line-on-the-top/m-p/1574517#M740306</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2019-04-29T13:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: In bar chart , default line on the top</title>
      <link>https://community.qlik.com/t5/QlikView/In-bar-chart-default-line-on-the-top/m-p/1574523#M740307</link>
      <description>&lt;P&gt;I have created a variable of maxsales where it is equal to sum(sales).&lt;/P&gt;&lt;P&gt;Im doing this so that Boston appears on the top of the graph.&lt;/P&gt;&lt;P&gt;I hope this makes sense.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 13:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-bar-chart-default-line-on-the-top/m-p/1574523#M740307</guid>
      <dc:creator>arpitkharkia</dc:creator>
      <dc:date>2019-04-29T13:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: In bar chart , default line on the top</title>
      <link>https://community.qlik.com/t5/QlikView/In-bar-chart-default-line-on-the-top/m-p/1574525#M740308</link>
      <description>&lt;P&gt;I got it. It works now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so&amp;nbsp; much.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 13:50:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-bar-chart-default-line-on-the-top/m-p/1574525#M740308</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2019-04-29T13:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: In bar chart , default line on the top</title>
      <link>https://community.qlik.com/t5/QlikView/In-bar-chart-default-line-on-the-top/m-p/1574527#M740309</link>
      <description>&lt;P&gt;I got it. It works now.&lt;/P&gt;&lt;P&gt;Thank you so&amp;nbsp; much.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 13:51:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-bar-chart-default-line-on-the-top/m-p/1574527#M740309</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2019-04-29T13:51:04Z</dc:date>
    </item>
  </channel>
</rss>

