<?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: Data Sorting Problem in List Box and Line Chart..... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-Sorting-Problem-in-List-Box-and-Line-Chart/m-p/503912#M188322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use "Dual" function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Q_Date,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; dual(Left(Q_Date,2) &amp;amp; Right(Q_Date,2),monthstart(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Q_Date&lt;/SPAN&gt;)) as QuarterFilter&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Resident T1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Sep 2013 14:29:11 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2013-09-10T14:29:11Z</dc:date>
    <item>
      <title>Data Sorting Problem in List Box and Line Chart.....</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Sorting-Problem-in-List-Box-and-Line-Chart/m-p/503909#M188319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same problem again repeated in My another Dashboard...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how many ways we can sort data in QlikVIew..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This's my requirement...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 12:33:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Sorting-Problem-in-List-Box-and-Line-Chart/m-p/503909#M188319</guid>
      <dc:creator>sravan_v007</dc:creator>
      <dc:date>2013-09-10T12:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Data Sorting Problem in List Box and Line Chart.....</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Sorting-Problem-in-List-Box-and-Line-Chart/m-p/503910#M188320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have any logic for this sorting? If not, then &lt;STRONG&gt;match&lt;/STRONG&gt; is the best way which you don't want, then you can use IF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 12:57:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Sorting-Problem-in-List-Box-and-Line-Chart/m-p/503910#M188320</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-09-10T12:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Data Sorting Problem in List Box and Line Chart.....</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Sorting-Problem-in-List-Box-and-Line-Chart/m-p/503911#M188321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for quick replay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use MATCH, when ever next Quarter will add again I need to define it in match to sort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which i don't want, So is there any other way of sorting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even I tried to use the formula in back end and try to sort it's not working even then also..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Q_Date, Amount&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Q12013, 300&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Q32012, 400&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Q42012, 500&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp; Q_Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Left(Q_Date,2) &amp;amp; Right(Q_Date,2) as QuarterFilter&lt;/P&gt;&lt;P&gt;&amp;nbsp; Resident T1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table T1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there anything else i can do here in script...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 14:17:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Sorting-Problem-in-List-Box-and-Line-Chart/m-p/503911#M188321</guid>
      <dc:creator>sravan_v007</dc:creator>
      <dc:date>2013-09-10T14:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data Sorting Problem in List Box and Line Chart.....</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Sorting-Problem-in-List-Box-and-Line-Chart/m-p/503912#M188322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use "Dual" function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Q_Date,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; dual(Left(Q_Date,2) &amp;amp; Right(Q_Date,2),monthstart(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Q_Date&lt;/SPAN&gt;)) as QuarterFilter&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Resident T1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 14:29:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Sorting-Problem-in-List-Box-and-Line-Chart/m-p/503912#M188322</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-09-10T14:29:11Z</dc:date>
    </item>
  </channel>
</rss>

