<?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 start by a particular month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/start-by-a-particular-month/m-p/896760#M312089</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp; Hi everybody,&lt;/P&gt;&lt;P&gt;I have a question, i have two strings and i use a calendar as you can see on the left of the screen shot.&lt;/P&gt;&lt;P&gt;So the selection of the date is "01/10/2014" to "30/06/2015", so i want the same table like the screen shot but i want the table start by the first month of the selection (octobre in this selection)&lt;/P&gt;&lt;P&gt;So i would like the field "LVR.mois" start in this case?&lt;/P&gt;&lt;P&gt;Oct&lt;/P&gt;&lt;P&gt;Nov&lt;/P&gt;&lt;P&gt;Dec&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;P&gt;Fev&lt;/P&gt;&lt;P&gt;Mars&lt;/P&gt;&lt;P&gt;Avril&lt;/P&gt;&lt;P&gt;Mai&lt;/P&gt;&lt;P&gt;Juin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do that? thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jul 2015 08:40:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-07T08:40:11Z</dc:date>
    <item>
      <title>start by a particular month</title>
      <link>https://community.qlik.com/t5/QlikView/start-by-a-particular-month/m-p/896760#M312089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp; Hi everybody,&lt;/P&gt;&lt;P&gt;I have a question, i have two strings and i use a calendar as you can see on the left of the screen shot.&lt;/P&gt;&lt;P&gt;So the selection of the date is "01/10/2014" to "30/06/2015", so i want the same table like the screen shot but i want the table start by the first month of the selection (octobre in this selection)&lt;/P&gt;&lt;P&gt;So i would like the field "LVR.mois" start in this case?&lt;/P&gt;&lt;P&gt;Oct&lt;/P&gt;&lt;P&gt;Nov&lt;/P&gt;&lt;P&gt;Dec&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;P&gt;Fev&lt;/P&gt;&lt;P&gt;Mars&lt;/P&gt;&lt;P&gt;Avril&lt;/P&gt;&lt;P&gt;Mai&lt;/P&gt;&lt;P&gt;Juin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do that? thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 08:40:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/start-by-a-particular-month/m-p/896760#M312089</guid>
      <dc:creator />
      <dc:date>2015-07-07T08:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: start by a particular month</title>
      <link>https://community.qlik.com/t5/QlikView/start-by-a-particular-month/m-p/896761#M312090</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;I think is simplier if you post a sample data.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 08:46:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/start-by-a-particular-month/m-p/896761#M312090</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-07T08:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: start by a particular month</title>
      <link>https://community.qlik.com/t5/QlikView/start-by-a-particular-month/m-p/896762#M312091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to use MonthYear instead of Month something like below&lt;/P&gt;&lt;P&gt;Date(MonthStart([Invoice Date]),'YYYYMM') as InvoiceYearMonth;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 08:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/start-by-a-particular-month/m-p/896762#M312091</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-07-07T08:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: start by a particular month</title>
      <link>https://community.qlik.com/t5/QlikView/start-by-a-particular-month/m-p/896763#M312092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi you could use an expression for the month field sorting &lt;/P&gt;&lt;P&gt;in the sort tab of the chart properties &lt;/P&gt;&lt;P&gt;for the month field check sort by expression &lt;/P&gt;&lt;P&gt;and use this expression : max(Date)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 08:55:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/start-by-a-particular-month/m-p/896763#M312092</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2015-07-07T08:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: start by a particular month</title>
      <link>https://community.qlik.com/t5/QlikView/start-by-a-particular-month/m-p/896764#M312093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I post a sample! &lt;/P&gt;&lt;P&gt;thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 08:56:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/start-by-a-particular-month/m-p/896764#M312093</guid>
      <dc:creator />
      <dc:date>2015-07-07T08:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: start by a particular month</title>
      <link>https://community.qlik.com/t5/QlikView/start-by-a-particular-month/m-p/896765#M312094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Up please!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 06:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/start-by-a-particular-month/m-p/896765#M312094</guid>
      <dc:creator />
      <dc:date>2015-07-08T06:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: start by a particular month</title>
      <link>https://community.qlik.com/t5/QlikView/start-by-a-particular-month/m-p/896766#M312095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;have a look at the attach example &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 07:10:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/start-by-a-particular-month/m-p/896766#M312095</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2015-07-08T07:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: start by a particular month</title>
      <link>https://community.qlik.com/t5/QlikView/start-by-a-particular-month/m-p/896767#M312096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sab,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to chrt properties&amp;gt;sort&amp;gt; select the &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LVR.mois&lt;/SPAN&gt;&amp;gt;Expression &amp;gt; and paste this " Min( [LVR.Date d_expédition])"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that will do&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 07:12:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/start-by-a-particular-month/m-p/896767#M312096</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-07-08T07:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: start by a particular month</title>
      <link>https://community.qlik.com/t5/QlikView/start-by-a-particular-month/m-p/896768#M312097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot liron and Avirash it works!!!!!!&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 07:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/start-by-a-particular-month/m-p/896768#M312097</guid>
      <dc:creator />
      <dc:date>2015-07-08T07:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: start by a particular month</title>
      <link>https://community.qlik.com/t5/QlikView/start-by-a-particular-month/m-p/896769#M312098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;cool if you got the answer mark its helpful and correct &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 08:01:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/start-by-a-particular-month/m-p/896769#M312098</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-07-08T08:01:33Z</dc:date>
    </item>
  </channel>
</rss>

