<?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 SAS Viya VA time/date format in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Viya-VA-time-date-format/m-p/563381#M12575</link>
    <description>&lt;P&gt;Is it possible to create a time/date format so that 1.5 Hours can be converted into 1.30 equivalent (1 hour and 30 minutes) and use it on a graph so the aggregation (e.g. average) is correctly displayed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jun 2019 20:13:26 GMT</pubDate>
    <dc:creator>analytic_01</dc:creator>
    <dc:date>2019-06-03T20:13:26Z</dc:date>
    <item>
      <title>SAS Viya VA time/date format</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Viya-VA-time-date-format/m-p/563381#M12575</link>
      <description>&lt;P&gt;Is it possible to create a time/date format so that 1.5 Hours can be converted into 1.30 equivalent (1 hour and 30 minutes) and use it on a graph so the aggregation (e.g. average) is correctly displayed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 20:13:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Viya-VA-time-date-format/m-p/563381#M12575</guid>
      <dc:creator>analytic_01</dc:creator>
      <dc:date>2019-06-03T20:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Viya VA time/date format</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Viya-VA-time-date-format/m-p/563389#M12576</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/137214"&gt;@analytic_01&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Is it possible to create a time/date format so that 1.5 Hours can be converted into 1.30 equivalent (1 hour and 30 minutes) and use it on a graph so the aggregation (e.g. average) is correctly displayed?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You likely need to supply some example data where what ever you are aggregating by time is not displaying correctly. A format change of a time value from 1.5 hours to 1:30:00 minutes would generally not make a difference unless you have custom format creating groups that don't quite align with your need.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the current display format used for the value?&lt;/P&gt;
&lt;P&gt;If you have a format like 8.1 then you likely do not actually have a date/ time value stored but something that only looks like a time value.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 21:02:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Viya-VA-time-date-format/m-p/563389#M12576</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-06-03T21:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Viya VA time/date format</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Viya-VA-time-date-format/m-p/563644#M12585</link>
      <description>&lt;P&gt;Since SAS time consists on seconds, just multiply your hour decimal value with 3600:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;26         data _null_;
27         	hours = 1.5;
28         	SAStime = hours * 3600;
29         	format SAStime time8.;
30         	put SAStime;
31         run;

1:30:00&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Jun 2019 07:14:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Viya-VA-time-date-format/m-p/563644#M12585</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2019-06-05T07:14:13Z</dc:date>
    </item>
  </channel>
</rss>

