<?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 of Week shows up weird in report! in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Day-of-Week-shows-up-weird-in-report/m-p/583344#M12964</link>
    <description>&lt;P&gt;I deleted the old data item "Offence Day of Week" and created a new one by right-clicking on&amp;nbsp;the "Offence TMST" (datetime) data item and selecting "Duplicate Data Item".&amp;nbsp; I renamed the new item to "Offence Day of Week" and applied the "Day, Date" format.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That gives me what I want - &amp;nbsp;"Offence Days of Week" of "Sunday", "Monday", "Tuesday", etc.&amp;nbsp; However, I have the same problem when I view the report - they change to "03Jan1960", "04Jan1960", "05Jan1960", etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Help!&amp;nbsp; Very frustrating!&lt;/P&gt;</description>
    <pubDate>Thu, 22 Aug 2019 22:09:17 GMT</pubDate>
    <dc:creator>blewsas</dc:creator>
    <dc:date>2019-08-22T22:09:17Z</dc:date>
    <item>
      <title>Day of Week shows up weird in report!</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Day-of-Week-shows-up-weird-in-report/m-p/583006#M12954</link>
      <description>&lt;P&gt;When I view my heat map in the Editor, the days of week (Sunday, Monday, etc.) show up properly (except that I can't custom sort them - see my other post from today).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="editor.jpg" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/31937i937DA5FFEC932383/image-size/large?v=v2&amp;amp;px=999" role="button" title="editor.jpg" alt="editor.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when I view the same heat map in the Report, they show up as "o3Jan1960", "04Jan1960", etc.&amp;nbsp; Any ideas why?&amp;nbsp; SAS VA 8.3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="report.jpg" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/31938i1C276A15CFE8FD79/image-size/large?v=v2&amp;amp;px=999" role="button" title="report.jpg" alt="report.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 21:05:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Day-of-Week-shows-up-weird-in-report/m-p/583006#M12954</guid>
      <dc:creator>blewsas</dc:creator>
      <dc:date>2019-08-21T21:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Day of Week shows up weird in report!</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Day-of-Week-shows-up-weird-in-report/m-p/583025#M12955</link>
      <description>&lt;P&gt;without seeing your code it is a best guess.&amp;nbsp; I would say you are applying a format to the column that contains a date value.&lt;/P&gt;
&lt;P&gt;create a new column that contains the string value that represents the day of the week and use that new column in your report.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 22:25:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Day-of-Week-shows-up-weird-in-report/m-p/583025#M12955</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2019-08-21T22:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Day of Week shows up weird in report!</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Day-of-Week-shows-up-weird-in-report/m-p/583064#M12957</link>
      <description>&lt;P&gt;That's a really weird behaviour, maybe something for sas support....:)&lt;/P&gt;
&lt;P&gt;//Fredrik&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 06:45:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Day-of-Week-shows-up-weird-in-report/m-p/583064#M12957</guid>
      <dc:creator>FredrikE</dc:creator>
      <dc:date>2019-08-22T06:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Day of Week shows up weird in report!</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Day-of-Week-shows-up-weird-in-report/m-p/583238#M12960</link>
      <description>&lt;P&gt;My guess, since I have never had access to VA, is that the transform to get the day of week from a date value inherited the date variables format because you did not explicitly override it and that is what the report used by default.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 15:48:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Day-of-Week-shows-up-weird-in-report/m-p/583238#M12960</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-08-22T15:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Day of Week shows up weird in report!</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Day-of-Week-shows-up-weird-in-report/m-p/583278#M12961</link>
      <description>&lt;P&gt;Yes, my calculation is&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;DatePart('Offence TMST'n)&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;And I am applying the "Day of Week" format to this.&lt;BR /&gt;&lt;BR /&gt;How do I "create a new column that contains the string value that represents the day of the week and use that new column in your report."?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 22:12:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Day-of-Week-shows-up-weird-in-report/m-p/583278#M12961</guid>
      <dc:creator>blewsas</dc:creator>
      <dc:date>2019-08-22T22:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Day of Week shows up weird in report!</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Day-of-Week-shows-up-weird-in-report/m-p/583344#M12964</link>
      <description>&lt;P&gt;I deleted the old data item "Offence Day of Week" and created a new one by right-clicking on&amp;nbsp;the "Offence TMST" (datetime) data item and selecting "Duplicate Data Item".&amp;nbsp; I renamed the new item to "Offence Day of Week" and applied the "Day, Date" format.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That gives me what I want - &amp;nbsp;"Offence Days of Week" of "Sunday", "Monday", "Tuesday", etc.&amp;nbsp; However, I have the same problem when I view the report - they change to "03Jan1960", "04Jan1960", "05Jan1960", etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Help!&amp;nbsp; Very frustrating!&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 22:09:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Day-of-Week-shows-up-weird-in-report/m-p/583344#M12964</guid>
      <dc:creator>blewsas</dc:creator>
      <dc:date>2019-08-22T22:09:17Z</dc:date>
    </item>
  </channel>
</rss>

