<?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: Month and year returning null value? in SAS Web Report Studio</title>
    <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Month-and-year-returning-null-value/m-p/201935#M1986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to take datepart first : month(datepart(bill_date))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jun 2015 08:49:03 GMT</pubDate>
    <dc:creator>AskoLötjönen</dc:creator>
    <dc:date>2015-06-10T08:49:03Z</dc:date>
    <item>
      <title>Month and year returning null value?</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Month-and-year-returning-null-value/m-p/201932#M1983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table that contains a date column, with the following details :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name : BILL_DATE&lt;/P&gt;&lt;P&gt;Type : Date&lt;/P&gt;&lt;P&gt;Length : 8&lt;/P&gt;&lt;P&gt;Format : DATETIME20.&lt;/P&gt;&lt;P&gt;Informat : &lt;SPAN style="font-size: 13.3333330154419px;"&gt;DATETIME20.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Label : BILL_DATE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to retrieve the month value of each row, so I'm using the computed column advanced expression with the following statement ; month(t1.BILL_DATE) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The results are Null, any ideas why this might me happening?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while on the other hand the statement datepart&lt;SPAN style="font-size: 13.3333330154419px; line-height: 1.5em;"&gt;(t1.BILL_DATE) is returning normal values!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 07:49:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Month-and-year-returning-null-value/m-p/201932#M1983</guid>
      <dc:creator>MustafaAbdelhaq</dc:creator>
      <dc:date>2015-06-10T07:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Month and year returning null value?</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Month-and-year-returning-null-value/m-p/201933#M1984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Month -function is assuming that there is date as a input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 08:08:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Month-and-year-returning-null-value/m-p/201933#M1984</guid>
      <dc:creator>AskoLötjönen</dc:creator>
      <dc:date>2015-06-10T08:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Month and year returning null value?</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Month-and-year-returning-null-value/m-p/201934#M1985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, and how can I fix this? is there a walk-around or something?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 08:40:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Month-and-year-returning-null-value/m-p/201934#M1985</guid>
      <dc:creator>MustafaAbdelhaq</dc:creator>
      <dc:date>2015-06-10T08:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Month and year returning null value?</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Month-and-year-returning-null-value/m-p/201935#M1986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to take datepart first : month(datepart(bill_date))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 08:49:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Month-and-year-returning-null-value/m-p/201935#M1986</guid>
      <dc:creator>AskoLötjönen</dc:creator>
      <dc:date>2015-06-10T08:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Month and year returning null value?</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Month-and-year-returning-null-value/m-p/201936#M1987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Much appreicated &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;Thank you so much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 10:26:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Month-and-year-returning-null-value/m-p/201936#M1987</guid>
      <dc:creator>MustafaAbdelhaq</dc:creator>
      <dc:date>2015-06-10T10:26:20Z</dc:date>
    </item>
  </channel>
</rss>

