<?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 Sequence in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sequence/m-p/1041327#M943745</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Status field which consists of A,B,C,D. But i have a scenario where i have to show Status has in sequence like C,B,A,D. How to achieve this?&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>Thu, 07 Jan 2016 07:42:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-01-07T07:42:15Z</dc:date>
    <item>
      <title>Sequence</title>
      <link>https://community.qlik.com/t5/QlikView/Sequence/m-p/1041327#M943745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Status field which consists of A,B,C,D. But i have a scenario where i have to show Status has in sequence like C,B,A,D. How to achieve this?&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>Thu, 07 Jan 2016 07:42:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sequence/m-p/1041327#M943745</guid>
      <dc:creator />
      <dc:date>2016-01-07T07:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Sequence</title>
      <link>https://community.qlik.com/t5/QlikView/Sequence/m-p/1041328#M943746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create an inline table at the start of your script for only that field in which you put the values in the order you want to have them. You can drop this helper table again at the end of your script. Next, sort the List Box on Load Order.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 07:55:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sequence/m-p/1041328#M943746</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-01-07T07:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sequence</title>
      <link>https://community.qlik.com/t5/QlikView/Sequence/m-p/1041329#M943747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An inline table can help&lt;/P&gt;&lt;P&gt;Load * from Your table ;&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;Status&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;status,No&lt;/P&gt;&lt;P&gt;C,1&lt;/P&gt;&lt;P&gt;B,2&lt;/P&gt;&lt;P&gt;A,3&lt;/P&gt;&lt;P&gt;D,4&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 08:01:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sequence/m-p/1041329#M943747</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2016-01-07T08:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sequence</title>
      <link>https://community.qlik.com/t5/QlikView/Sequence/m-p/1041330#M943749</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;Dual(FieldName, Match(FieldName, '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;C','B','A','D') AS FieldName_New&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;FROM DataSource;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in chart -&amp;gt; Sort -&amp;gt; Select Numeric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 02:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sequence/m-p/1041330#M943749</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-01-13T02:57:21Z</dc:date>
    </item>
  </channel>
</rss>

