<?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: Dynamic Sort of bar chart in qlik view in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Sort-of-bar-chart-in-qlik-view/m-p/1243451#M394615</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sasik,&lt;/P&gt;&lt;P&gt;what u said is correct and we can achieve but no. of sheets are increasing and loading time will increase.&lt;/P&gt;&lt;P&gt;is there any other method?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Feb 2017 13:06:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-02-22T13:06:51Z</dc:date>
    <item>
      <title>Dynamic Sort of bar chart in qlik view</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sort-of-bar-chart-in-qlik-view/m-p/1243447#M394611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi team,&lt;/P&gt;&lt;P&gt;my requirement is , dynamic sorting in bar charts. like high to low (and) low to high (and) Alphabetic order. Which should given to user after development of chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User should able to sort the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/2653"&gt;jlp&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/23043"&gt;ashfaq_haseeb&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/2015"&gt;aes&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/218859"&gt;loveisfail&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 11:37:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sort-of-bar-chart-in-qlik-view/m-p/1243447#M394611</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-22T11:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Sort of bar chart in qlik view</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sort-of-bar-chart-in-qlik-view/m-p/1243448#M394612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi - i did get this to work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1. Build a 2 row (or more) data island table in the data model with each row determining a 'format code'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Format:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if(RowNo()=1,'Percentage','Integer') as Format&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;AutoGenerate 2;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2. Build a variable to determine the numeric format based on the selection:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;set vFormat='if(Only(Format)=' &amp;amp; chr(39) &amp;amp; 'Integer' &amp;amp; chr(39) &amp;amp;',' &amp;amp;chr(39)&amp;amp; '#,##0' &amp;amp; chr(39) &amp;amp; ',' &amp;amp; chr(39) &amp;amp; '#,##0%' &amp;amp; chr(39) &amp;amp; ')';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;3. Invoke the variable in the 2nd argument of the num() function to dynamically determine the format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;change measure expression from:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;num( sum(Sales), $(= chr(39) &amp;amp; $(=$(vFormat)) &amp;amp; chr(39)) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and leave format to 'auto&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/space/2155"&gt;Qlik Sense Forums&lt;/A&gt;‌&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM style="color: #00b050; font-size: 9.5pt; font-family: 'Arial','sans-serif';"&gt;Please remember to mark this as "helpful" &amp;amp; "correct answer" if your query has been solved.&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM style=": ; color: #00b050; font-size: 9.5pt; font-family: 'Arial','sans-serif';"&gt;This will help users identify the answers should they come across this thread in the future.&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM style=": ; color: #00b050; font-size: 9.5pt; font-family: 'Arial','sans-serif';"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="color: black; font-size: 9.5pt; font-family: 'Arial','sans-serif';"&gt;Regard's&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="color: black; font-size: 9.5pt; font-family: 'Arial','sans-serif';"&gt;Sarvesh Srivastava&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 11:47:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sort-of-bar-chart-in-qlik-view/m-p/1243448#M394612</guid>
      <dc:creator>sarvesh</dc:creator>
      <dc:date>2017-02-22T11:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Sort of bar chart in qlik view</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sort-of-bar-chart-in-qlik-view/m-p/1243449#M394613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From User Prospective, I don't think whether we do have option to enable the Sort icon on Dimension prospect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, You can do from Sort tab what ever you wish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 11:51:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sort-of-bar-chart-in-qlik-view/m-p/1243449#M394613</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-22T11:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Sort of bar chart in qlik view</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sort-of-bar-chart-in-qlik-view/m-p/1243450#M394614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;If the sorts are based on Dimension (Alphanumeric) and Expression (SUm(sales)). Then&lt;/P&gt;&lt;P&gt;one way is to create a INLINE table and use it in front end with the help of 3 charts .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;TypeOfSort&lt;/P&gt;&lt;P&gt;Alpha,&lt;/P&gt;&lt;P&gt;ASC&lt;/P&gt;&lt;P&gt;DSC&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upon selection of &lt;STRONG&gt;TypeOfSort&lt;/STRONG&gt; add an action to set a variable &lt;STRONG&gt;(vSortOrder) &lt;/STRONG&gt;and use the same in chart Layout --&amp;gt; conditional Display.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 12:13:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sort-of-bar-chart-in-qlik-view/m-p/1243450#M394614</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2017-02-22T12:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Sort of bar chart in qlik view</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sort-of-bar-chart-in-qlik-view/m-p/1243451#M394615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sasik,&lt;/P&gt;&lt;P&gt;what u said is correct and we can achieve but no. of sheets are increasing and loading time will increase.&lt;/P&gt;&lt;P&gt;is there any other method?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 13:06:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sort-of-bar-chart-in-qlik-view/m-p/1243451#M394615</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-22T13:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Sort of bar chart in qlik view</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sort-of-bar-chart-in-qlik-view/m-p/1243452#M394616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi srivastava,&lt;/P&gt;&lt;P&gt;i cant get ur code can u share me the example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 13:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sort-of-bar-chart-in-qlik-view/m-p/1243452#M394616</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-22T13:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Sort of bar chart in qlik view</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sort-of-bar-chart-in-qlik-view/m-p/1243453#M394617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might help you Veera &lt;A href="https://community.qlik.com/thread/213211"&gt;dynamic sort order for expressions&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 13:29:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sort-of-bar-chart-in-qlik-view/m-p/1243453#M394617</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-22T13:29:46Z</dc:date>
    </item>
  </channel>
</rss>

