<?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: Qlikview Date condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Date-condition/m-p/1408945#M426352</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Sunny,&lt;/P&gt;&lt;P&gt;It works great.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Oct 2017 12:53:53 GMT</pubDate>
    <dc:creator>Smeenakshi23</dc:creator>
    <dc:date>2017-10-06T12:53:53Z</dc:date>
    <item>
      <title>Qlikview Date condition</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Date-condition/m-p/1408941#M426348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to create a variable for the below condition in Qlikview. Could you please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If the day of the current date is &amp;lt; 10, then report starts on the 15th day of the current month, else the report starts on 1st day of the next month. (For example, if the report runs on 01NOV2017, the beginning start usage date = 15NOV2017. If the report runs on 15NOV2017, the beginning start usage date = 01DEC2017) . I have start usage date filed in my report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to use the above condition in Npriting. so thinking to create a variable in Qlikview&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 11:49:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Date-condition/m-p/1408941#M426348</guid>
      <dc:creator>Smeenakshi23</dc:creator>
      <dc:date>2017-10-06T11:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Date condition</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Date-condition/m-p/1408942#M426349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vVar&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(If(Day(Today()) &amp;lt; 10, MonthStart(Today()) + 14, MonthStart(Today(), 1)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE: Fixed my expression based on the comment below&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 11:51:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Date-condition/m-p/1408942#M426349</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-06T11:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Date condition</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Date-condition/m-p/1408943#M426350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you try like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Date(If(Day(Today() )&amp;lt; 10, MonthStart(Today()) + 14, MonthStart(Today(), 1)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you should check the data format of the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;start usage date filed and variable date format.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 11:54:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Date-condition/m-p/1408943#M426350</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2017-10-06T11:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Date condition</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Date-condition/m-p/1408944#M426351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I updated my expression based on yours just so we don't have an incomplete and incorrect expression... but if this works, I would suggest the OP to mark your response as the correct one &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 11:57:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Date-condition/m-p/1408944#M426351</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-06T11:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Date condition</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Date-condition/m-p/1408945#M426352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Sunny,&lt;/P&gt;&lt;P&gt;It works great.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 12:53:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Date-condition/m-p/1408945#M426352</guid>
      <dc:creator>Smeenakshi23</dc:creator>
      <dc:date>2017-10-06T12:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Date condition</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Date-condition/m-p/1408946#M426353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one more doubt here,&amp;nbsp; As start usage date i have some condition for end usage date.&amp;nbsp; I need to select all the dates between start and end usage date. Will the above condition does that . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End usage date condition will be the kind&amp;nbsp; of start usage date. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As mentioned above i need to select the date values between start and end usage date. &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;For ex :&amp;nbsp; if the start dte is 15/11/2017 and end date is 30/11/2017,&amp;nbsp; the dates between these two dates should be selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Oct 2017 15:22:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Date-condition/m-p/1408946#M426353</guid>
      <dc:creator>Smeenakshi23</dc:creator>
      <dc:date>2017-10-08T15:22:01Z</dc:date>
    </item>
  </channel>
</rss>

