<?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: Add days to a month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Add-days-to-a-month/m-p/1155134#M897095</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you get solution in Sunny T's reply ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jul 2016 10:23:55 GMT</pubDate>
    <dc:creator>tyagishaila</dc:creator>
    <dc:date>2016-07-27T10:23:55Z</dc:date>
    <item>
      <title>Add days to a month</title>
      <link>https://community.qlik.com/t5/QlikView/Add-days-to-a-month/m-p/1155130#M897091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I split a month into half ( first half, second half) . I was actually looking for an expression, where I can split my metrics into tiers based on the following criteria&amp;nbsp; &lt;/P&gt;&lt;P&gt;1)&amp;nbsp; usage date &amp;lt;= activation month + 15 days.&lt;/P&gt;&lt;P&gt;2) usage date &amp;gt; activation month + 15 days and usage date &amp;lt;= activation month + 45 days&lt;/P&gt;&lt;P&gt;3) usage data &amp;gt; activation month + 45 days and usage date &amp;lt;= activation month + 75 days&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-days-to-a-month/m-p/1155130#M897091</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Add days to a month</title>
      <link>https://community.qlik.com/t5/QlikView/Add-days-to-a-month/m-p/1155131#M897092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have month field or Date field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 09:45:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-days-to-a-month/m-p/1155131#M897092</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2016-07-27T09:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Add days to a month</title>
      <link>https://community.qlik.com/t5/QlikView/Add-days-to-a-month/m-p/1155132#M897093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tyagishaila,&lt;/P&gt;&lt;P&gt;I have date filed for usage and month field for activations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 09:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-days-to-a-month/m-p/1155132#M897093</guid>
      <dc:creator />
      <dc:date>2016-07-27T09:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Add days to a month</title>
      <link>https://community.qlik.com/t5/QlikView/Add-days-to-a-month/m-p/1155133#M897094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [usage date],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [activation month],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt; If([&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;usage date] - [activation month] &amp;lt;= 15, Dual('Tier 1', 1),&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If([&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;usage date] - [activation month] &amp;lt;= 45, Dual('Tier 2', 2),&lt;/SPAN&gt;&lt;/STRONG&gt;&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;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If([&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG style="color: #ff0000;"&gt;usage date] - [activation month] &amp;lt;= 75, Dual('Tier 3', 3)))) as Tiers&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 10:05:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-days-to-a-month/m-p/1155133#M897094</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-27T10:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Add days to a month</title>
      <link>https://community.qlik.com/t5/QlikView/Add-days-to-a-month/m-p/1155134#M897095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you get solution in Sunny T's reply ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 10:23:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-days-to-a-month/m-p/1155134#M897095</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2016-07-27T10:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Add days to a month</title>
      <link>https://community.qlik.com/t5/QlikView/Add-days-to-a-month/m-p/1155135#M897096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to have a date flag showing first half and second half create a flag in the edit script as&lt;/P&gt;&lt;P&gt;if(Day(Date)&amp;lt;= 15,'First Half','Second Half') as DaysFlag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also keep in minds months with 30,31,28,29 days in the if condition&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 10:25:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-days-to-a-month/m-p/1155135#M897096</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2016-07-27T10:25:16Z</dc:date>
    </item>
  </channel>
</rss>

