<?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: SEQUENCE CHART in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SEQUENCE-CHART/m-p/1514160#M749476</link>
    <description>&lt;P&gt;Hi Loveisfail,&lt;/P&gt;&lt;P&gt;Still it is not working in my for me :-(.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Nov 2018 11:16:13 GMT</pubDate>
    <dc:creator>hemanthkumar_sm</dc:creator>
    <dc:date>2018-11-29T11:16:13Z</dc:date>
    <item>
      <title>SEQUENCE CHART</title>
      <link>https://community.qlik.com/t5/QlikView/SEQUENCE-CHART/m-p/1513887#M749472</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Can you help to build the dynamic chart&amp;nbsp; as per attachment,&lt;/P&gt;&lt;P&gt;Requirement:&lt;/P&gt;&lt;P&gt;when i am having current month (ex: May-18 is&amp;nbsp; i should display complete single row (from May-18 to&amp;nbsp; Jun -16, 24 months data)&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i am having current month -1 (ex: Apr-18 , I should display 2 rows (from Apr-18 to Jun -16&amp;nbsp; , 23 months data)&lt;/P&gt;&lt;P&gt;similarly when i&amp;nbsp;am having&amp;nbsp; current month -2 (ex-Mar-18, i should display 3 rows ( from&amp;nbsp; Mar-18 to Jun 16 , 22 months data)&lt;/P&gt;&lt;P&gt;same thing will continue for rest of the month.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SEQUENCE-CHART/m-p/1513887#M749472</guid>
      <dc:creator>hemanthkumar_sm</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: SEQUENCE CHART</title>
      <link>https://community.qlik.com/t5/QlikView/SEQUENCE-CHART/m-p/1513985#M749473</link>
      <description>&lt;P&gt;this can be done using If else condition.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 05:05:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SEQUENCE-CHART/m-p/1513985#M749473</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-11-29T05:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: SEQUENCE CHART</title>
      <link>https://community.qlik.com/t5/QlikView/SEQUENCE-CHART/m-p/1514015#M749474</link>
      <description>I Tried and it didn't work for me..</description>
      <pubDate>Thu, 29 Nov 2018 06:57:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SEQUENCE-CHART/m-p/1514015#M749474</guid>
      <dc:creator>hemanthkumar_sm</dc:creator>
      <dc:date>2018-11-29T06:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: SEQUENCE CHART</title>
      <link>https://community.qlik.com/t5/QlikView/SEQUENCE-CHART/m-p/1514065#M749475</link>
      <description>&lt;P&gt;Try this way? Where as MonthNum is in number format not string format for that Month field.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(MonthNum=Max(TOTAL MonthNum), &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Concat({&amp;lt;MonthNum = {"&amp;gt;=$(=AddMonths(Max(MonthNum),-24))&amp;lt;=$(=Max(MonthNum))"}&amp;gt;} DISTINCT Date,','),&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;If(MonthNum=Max(TOTAL MonthNum-1), &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Concat({&amp;lt;MonthNum = {"&amp;gt;=$(=AddMonths(Max(MonthNum-1),-24))&amp;lt;=$(=Max(MonthNum-1))"}&amp;gt;} DISTINCT Date,',')&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;))&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 08:54:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SEQUENCE-CHART/m-p/1514065#M749475</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-11-29T08:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: SEQUENCE CHART</title>
      <link>https://community.qlik.com/t5/QlikView/SEQUENCE-CHART/m-p/1514160#M749476</link>
      <description>&lt;P&gt;Hi Loveisfail,&lt;/P&gt;&lt;P&gt;Still it is not working in my for me :-(.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 11:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SEQUENCE-CHART/m-p/1514160#M749476</guid>
      <dc:creator>hemanthkumar_sm</dc:creator>
      <dc:date>2018-11-29T11:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: SEQUENCE CHART</title>
      <link>https://community.qlik.com/t5/QlikView/SEQUENCE-CHART/m-p/1514569#M749477</link>
      <description>Can you attach QVW file</description>
      <pubDate>Fri, 30 Nov 2018 03:34:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SEQUENCE-CHART/m-p/1514569#M749477</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-11-30T03:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: SEQUENCE CHART</title>
      <link>https://community.qlik.com/t5/QlikView/SEQUENCE-CHART/m-p/1516037#M749478</link>
      <description />
      <pubDate>Tue, 04 Dec 2018 09:42:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SEQUENCE-CHART/m-p/1516037#M749478</guid>
      <dc:creator>hemanthkumar_sm</dc:creator>
      <dc:date>2018-12-04T09:42:13Z</dc:date>
    </item>
  </channel>
</rss>

