<?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: Adding Dates to headers or titles in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Adding-Dates-to-headers-or-titles/m-p/208922#M2086</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Allycat and Marius.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created the metric you described below, but just so I am clear: I cannot add it as a title?&amp;nbsp; It would have to be part of the report?&amp;nbsp; So I added it at the top of a Crosstab and it appears to be a title.&amp;nbsp; Is this true or am I mistaken?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am ok with that but would rather it be in an overall banner or the title of the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate your help with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jul 2015 13:55:27 GMT</pubDate>
    <dc:creator>dstephens22</dc:creator>
    <dc:date>2015-07-23T13:55:27Z</dc:date>
    <item>
      <title>Adding Dates to headers or titles</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Adding-Dates-to-headers-or-titles/m-p/208917#M2081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to create and add a date to a title or heading in SAS VA?&amp;nbsp; I used to use a macro with Info Maps in SAS BI.&amp;nbsp; It doesn't appear to offer anything in SAS VA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 14:42:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Adding-Dates-to-headers-or-titles/m-p/208917#M2081</guid>
      <dc:creator>dstephens22</dc:creator>
      <dc:date>2015-07-22T14:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Dates to headers or titles</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Adding-Dates-to-headers-or-titles/m-p/208918#M2082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hi Dave,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;what exact is a header or title for you?&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;A simple way is to define a new calculated item with now() or a similar function, &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;assign this new item to a list table and format the list table without header, so that the list table &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;has not the look and feel like a normal table.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;kind regards from germany&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Marius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 17:45:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Adding-Dates-to-headers-or-titles/m-p/208918#M2082</guid>
      <dc:creator>mariusg</dc:creator>
      <dc:date>2015-07-22T17:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Dates to headers or titles</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Adding-Dates-to-headers-or-titles/m-p/208919#M2083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use SAS defined system date or time as below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title "date is &amp;amp;sysdate and time is &amp;amp;systime";&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 18:43:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Adding-Dates-to-headers-or-titles/m-p/208919#M2083</guid>
      <dc:creator>Paari</dc:creator>
      <dc:date>2015-07-22T18:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Dates to headers or titles</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Adding-Dates-to-headers-or-titles/m-p/208920#M2084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Building on what Marius has said.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use some of the operators in the calculated item to create a dynamic title including the current date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a simple example, in the calculated item text input, you can put the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate('The date is - ', Format(DatePart(Now()), 'DDMMYY8.'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That will get you a string that looks like the below when you put it in a report object:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The date is - 23/07/15&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 22:18:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Adding-Dates-to-headers-or-titles/m-p/208920#M2084</guid>
      <dc:creator>Allycat</dc:creator>
      <dc:date>2015-07-22T22:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Dates to headers or titles</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Adding-Dates-to-headers-or-titles/m-p/208921#M2085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Paari.&amp;nbsp; I am not sure I can use this SAS code in Visual Analytics.&amp;nbsp; I had hoped that was the case.&amp;nbsp; Unless I am missing something.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 13:47:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Adding-Dates-to-headers-or-titles/m-p/208921#M2085</guid>
      <dc:creator>dstephens22</dc:creator>
      <dc:date>2015-07-23T13:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Dates to headers or titles</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Adding-Dates-to-headers-or-titles/m-p/208922#M2086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Allycat and Marius.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created the metric you described below, but just so I am clear: I cannot add it as a title?&amp;nbsp; It would have to be part of the report?&amp;nbsp; So I added it at the top of a Crosstab and it appears to be a title.&amp;nbsp; Is this true or am I mistaken?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am ok with that but would rather it be in an overall banner or the title of the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate your help with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 13:55:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Adding-Dates-to-headers-or-titles/m-p/208922#M2086</guid>
      <dc:creator>dstephens22</dc:creator>
      <dc:date>2015-07-23T13:55:27Z</dc:date>
    </item>
  </channel>
</rss>

