<?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: Day Month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Day-Month/m-p/1428727#M429994</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you said my RISK_DATE_MONTH is left aligned. But when I modify the script &lt;/P&gt;&lt;P&gt;date(RISK_DATE,'DD-MMM')AS RISK_DAY_MONTH) It is right aligned. Can I now apply comparison or what would you suggest me to do&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Sep 2017 12:01:46 GMT</pubDate>
    <dc:creator>upaliwije</dc:creator>
    <dc:date>2017-09-16T12:01:46Z</dc:date>
    <item>
      <title>Day Month</title>
      <link>https://community.qlik.com/t5/QlikView/Day-Month/m-p/1428724#M429991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a field (RISK_DAY_MONTH) in my master calendar. But when I applied same in following Expression it does not work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;POL_TYPE={'N'},RISK_YEAR = {$(=Max(RISK_YEAR)-1)},&lt;SPAN style="color: #ff0000;"&gt;RISK_DAY_MONTH={'&amp;gt;=15-Aug &amp;lt;=13-Sep'}&lt;/SPAN&gt;&amp;gt;}Nos)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without that part expression works. Pls tell me what is wrong with my expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Sep 2017 09:49:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Day-Month/m-p/1428724#M429991</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2017-09-16T09:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Day Month</title>
      <link>https://community.qlik.com/t5/QlikView/Day-Month/m-p/1428725#M429992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Upali, date formats are always tricky, sometimes I create a date in number format just to apply filters without caring about formats.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all confirm that RISK_DAY_MONTH is a date and not a string (just add in a list box, by default dates are right-aligned and strings are left-aligned), if RISK_DAY_MONTH doesn't have a year I think it will be a string, so comparison with '&amp;lt;=' or '&amp;gt;=' won't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Sep 2017 11:50:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Day-Month/m-p/1428725#M429992</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2017-09-16T11:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Day Month</title>
      <link>https://community.qlik.com/t5/QlikView/Day-Month/m-p/1428726#M429993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is This type of Calculation Possible ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Sep 2017 11:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Day-Month/m-p/1428726#M429993</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2017-09-16T11:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Day Month</title>
      <link>https://community.qlik.com/t5/QlikView/Day-Month/m-p/1428727#M429994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you said my RISK_DATE_MONTH is left aligned. But when I modify the script &lt;/P&gt;&lt;P&gt;date(RISK_DATE,'DD-MMM')AS RISK_DAY_MONTH) It is right aligned. Can I now apply comparison or what would you suggest me to do&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Sep 2017 12:01:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Day-Month/m-p/1428727#M429994</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2017-09-16T12:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Day Month</title>
      <link>https://community.qlik.com/t5/QlikView/Day-Month/m-p/1428728#M429995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I feel more comfortable using numbers as filters, ie:&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;Num(date(RISK_DATE)) AS NumDate&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;BR /&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;The expression can be something like:&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;sum({&amp;lt;POL_TYPE={'N'},&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;NumDate&lt;/SPAN&gt;={"&amp;gt;=$(=Num(Date('15/08/&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(=Max(RISK_YEAR)-1)'&lt;/SPAN&gt;)))&amp;lt;=$(=Num(Date(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'13/09/&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(=Max(RISK_YEAR)-1)'&lt;/SPAN&gt;)))"}&amp;gt;}Nos)&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;BR /&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;Note that you can see dates as DD-MMM, but internally it's also storing the year, so it's a complete date and you need the year to filter them.&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;BR /&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;Also, in my example I assumed DD/MM/YYYY as general date format, maybe yours is different.&lt;BR /&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;BR /&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;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Sep 2017 12:14:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Day-Month/m-p/1428728#M429995</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2017-09-16T12:14:27Z</dc:date>
    </item>
  </channel>
</rss>

