<?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>Question Re: Convert Text Time into Time Format in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/convert-text-time-into-time-format/qaa-p/11834994#M4438726</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Keep it simple. Use these for your Start and End time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Max([Start Time]) in ([Code])&lt;/P&gt;&lt;P&gt;=Min([Start Time]) in ([Code])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then format them how you want (as advised in the answer of mine that you marked as correct earlier) with right click, format (cell or number, depending which Webi type you are using).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Aug 2016 09:41:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-08-25T09:41:31Z</dc:date>
    <item>
      <title>Convert Text Time into Time Format</title>
      <link>https://community.sap.com/t5/technology-q-a/convert-text-time-into-time-format/qaq-p/11834986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="128" style="height: 130px; width: 231px;" width="229"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl69" height="31" width="75"&gt;Start Time (Text)&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="75"&gt;Required&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="26"&gt;00:08:05&lt;/TD&gt;&lt;TD class="xl68" style="border-left: none;"&gt;8:05 AM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="26" style="border-top: none;"&gt;00:08:12&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;8:12 AM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="26" style="border-top: none;"&gt;00:08:17&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;8:17 AM&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 09:43:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/convert-text-time-into-time-format/qaq-p/11834986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-23T09:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Text Time into Time Format</title>
      <link>https://community.sap.com/t5/technology-q-a/convert-text-time-into-time-format/qaa-p/11834987#M4438719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=ToDate("20160101"+Right([Start Time];5);"yyyyMMddHH:mm")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy and paste or type it exactly - it will give you a date/time field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then right-click on the cell that you are using it in and format the number to fit the date/time format that you require above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 09:36:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/convert-text-time-into-time-format/qaa-p/11834987#M4438719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-24T09:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Text Time into Time Format</title>
      <link>https://community.sap.com/t5/technology-q-a/convert-text-time-into-time-format/qaa-p/11834988#M4438720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your Support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help me in another issue i am facing &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="357" style="width: 279px; height: 365px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl66" height="32" width="75"&gt;Code&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="75"&gt;Date&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="75"&gt;Start_Time&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70" height="26"&gt;F31901&lt;/TD&gt;&lt;TD class="xl71" style="border-left: none;"&gt;8/15/2016&lt;/TD&gt;&lt;TD class="xl72" style="border-left: none;"&gt;9:04:00 AM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="26" style="border-top: none;"&gt;F31901&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;8/15/2016&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;9:32:00 AM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70" height="26" style="border-top: none;"&gt;F31902&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;8/15/2016&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;10:40:00 AM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70" height="26" style="border-top: none;"&gt;F31902&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;8/15/2016&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;11:10:00 AM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70" height="26" style="border-top: none;"&gt;F31902&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;8/15/2016&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;11:19:00 AM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="26" style="border-top: none;"&gt;F31903&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;8/15/2016&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;11:41:00 AM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="26" style="border-top: none;"&gt;F31903&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;8/15/2016&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;12:04:00 PM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="26" style="border-top: none;"&gt;F31903&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;8/15/2016&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;12:17:00 PM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="26" style="border-top: none;"&gt;F31903&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;8/15/2016&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;12:24:00 PM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="26" style="border-top: none;"&gt;F31903&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;8/15/2016&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;&lt;P&gt;12:30:00 PM&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Required Result &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="276"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl66" height="32" width="64"&gt;Code&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="64"&gt;Date&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="74"&gt;Min Time&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="74"&gt;Max Time&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70" height="26"&gt;F31901&lt;/TD&gt;&lt;TD class="xl71" style="border-left: none;"&gt;8/15/2016&lt;/TD&gt;&lt;TD class="xl72" style="border-left: none;"&gt;9:04:00 AM&lt;/TD&gt;&lt;TD class="xl69" style="border-left: none;"&gt;9:32:00 AM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70" height="26" style="border-top: none;"&gt;F31902&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;8/15/2016&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;10:40:00 AM&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;11:19:00 AM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="26" style="border-top: none;"&gt;F31903&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;8/15/2016&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;11:41:00 AM&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;12:30:00 PM&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 10:37:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/convert-text-time-into-time-format/qaa-p/11834988#M4438720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-24T10:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Text Time into Time Format</title>
      <link>https://community.sap.com/t5/technology-q-a/convert-text-time-into-time-format/qaa-p/11834989#M4438721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with these steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Min Time=FormatDate(Min([&lt;SPAN style="font-size: 13.3333px;"&gt;Start_Time&lt;/SPAN&gt;]) In ([Code]);"HH:mm:ss a")&lt;/P&gt;&lt;P&gt;Max Time&lt;SPAN style="font-size: 13.3333px;"&gt;=FormatDate(Max([&lt;SPAN style="font-size: 13.3333px;"&gt;Start_Time&lt;/SPAN&gt;]) In ([Code]);"HH:mm:ss a")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Make sure your Start_Time object datatype is Date.if Start_time is string data type then first convert in the date data type.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;use these if data type is string.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Min Time=FormatDate(Min(ToDate([Start_Time];"HH:mm:ss a")) In ([Code]);"HH:mm:ss a")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;MaxTime=FormatDate(Min(ToDate([Start_Time];"HH:mm:ss a")) In ([Code]);"HH:mm:ss a")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1022300" width="450" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 13:42:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/convert-text-time-into-time-format/qaa-p/11834989#M4438721</guid>
      <dc:creator>amitrathi239</dc:creator>
      <dc:date>2016-08-24T13:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Text Time into Time Format</title>
      <link>https://community.sap.com/t5/technology-q-a/convert-text-time-into-time-format/qaa-p/11834990#M4438722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Man. you are great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want average of time but due to data type as string i cant take average.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="378"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl64" height="31" width="228"&gt;L01 ASM Long Name&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="75"&gt;Min&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="75"&gt;Max&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="26"&gt;460 : MUHAMMAD RIZWAN SHAHID&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;"&gt;09:49:00&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;"&gt;18:19:00 PM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="26" style="border-top: none;"&gt;460 : MUHAMMAD RIZWAN SHAHID&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;08:39:00&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;17:46:00 PM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="26" style="border-top: none;"&gt;460 : MUHAMMAD RIZWAN SHAHID&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;08:27:00&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;20:07:00 PM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="26" style="border-top: none;"&gt;460 : MUHAMMAD RIZWAN SHAHID&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;08:48:00&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;18:52:00 PM&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result Required &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="67" style="height: 69px; width: 445px;" width="443"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl66" height="26" width="206"&gt;L01 ASM Long Name&lt;/TD&gt;&lt;TD class="xl67" style="border-left: none;" width="67"&gt;Avg of Min&lt;/TD&gt;&lt;TD class="xl67" style="border-left: none;" width="68"&gt;Avg of Max&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="26"&gt;460 : MUHAMMAD RIZWAN SHAHID&lt;/TD&gt;&lt;TD class="xl69" style="border-left: none;"&gt;9:20:14 AM&lt;/TD&gt;&lt;TD class="xl69" style="border-left: none;"&gt;6:02:28 PM&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 15:37:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/convert-text-time-into-time-format/qaa-p/11834990#M4438722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-24T15:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Text Time into Time Format</title>
      <link>https://community.sap.com/t5/technology-q-a/convert-text-time-into-time-format/qaa-p/11834991#M4438723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with these steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First you need to convert string time to date and then in secs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secs&lt;STRONG&gt;=Average(ToNumber(FormatDate(ToDate([Max] ;"HH:mm:ss a");"HH")) * 3600 + &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ToNumber(FormatDate(ToDate([Max] ;"HH:mm:ss a");"mm")) * 60 + &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ToNumber(FormatDate(ToDate([Max] ;"HH:mm:ss a");"ss")) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with above&lt;STRONG&gt; Secs &lt;/STRONG&gt;variable you will get the average in seconds.&lt;/P&gt;&lt;P&gt;Next is convert the seconds in hh:mm:ss.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=FormatDate(ToDate(Concatenation(Concatenation(Concatenation(Concatenation(FormatNumber(Floor([Secs]/3600);"00"); ":" ); FormatNumber(Floor(Mod([Secs];3600)/60) ;"00")); ":" ); FormatNumber(Mod(Mod([Secs];3600) ;60) ;"00"));"HH:mm:ss a");"hh:mm:ss a")&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1022577" width="450" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 20:25:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/convert-text-time-into-time-format/qaa-p/11834991#M4438723</guid>
      <dc:creator>amitrathi239</dc:creator>
      <dc:date>2016-08-24T20:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Text Time into Time Format</title>
      <link>https://community.sap.com/t5/technology-q-a/convert-text-time-into-time-format/qaa-p/11834992#M4438724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have applied your given formulas and get correct result. but there is an issue with formula . creating "#ERROR" because there are some blanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 09:10:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/convert-text-time-into-time-format/qaa-p/11834992#M4438724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-25T09:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Text Time into Time Format</title>
      <link>https://community.sap.com/t5/technology-q-a/convert-text-time-into-time-format/qaa-p/11834993#M4438725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;before calculating the average replace null values with 00:00:00 and try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;=if(isnull([Min_Time])) thne "00:00:00 AM" else [Min_Time]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 09:30:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/convert-text-time-into-time-format/qaa-p/11834993#M4438725</guid>
      <dc:creator>amitrathi239</dc:creator>
      <dc:date>2016-08-25T09:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Text Time into Time Format</title>
      <link>https://community.sap.com/t5/technology-q-a/convert-text-time-into-time-format/qaa-p/11834994#M4438726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Keep it simple. Use these for your Start and End time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Max([Start Time]) in ([Code])&lt;/P&gt;&lt;P&gt;=Min([Start Time]) in ([Code])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then format them how you want (as advised in the answer of mine that you marked as correct earlier) with right click, format (cell or number, depending which Webi type you are using).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 09:41:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/convert-text-time-into-time-format/qaa-p/11834994#M4438726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-25T09:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Text Time into Time Format</title>
      <link>https://community.sap.com/t5/technology-q-a/convert-text-time-into-time-format/qaa-p/11834995#M4438727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again I need your expertise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 470px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl66" height="32" width="142"&gt;SM&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="53"&gt;PSO&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="56"&gt;Code&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="55"&gt;Date&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="70"&gt;Start_Time&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="63"&gt;End_Time&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="31"&gt;TIO&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="26"&gt;ARSHAD AMIR&lt;/TD&gt;&lt;TD class="xl67" style="border-left: none;"&gt;7L1015&lt;/TD&gt;&lt;TD class="xl67" style="border-left: none;"&gt;200749&lt;/TD&gt;&lt;TD class="xl68" style="border-left: none;"&gt;7/1/2016&lt;/TD&gt;&lt;TD class="xl71" style="border-left: none;"&gt;4:35 PM&lt;/TD&gt;&lt;TD class="xl71" style="border-left: none;"&gt;8:37 PM&lt;/TD&gt;&lt;TD class="xl73" style="border-left: none;"&gt;4:02&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="26" style="border-top: none;"&gt;ARSHAD AMIR&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;7L1015&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;200749&lt;/TD&gt;&lt;TD class="xl70" style="border-top: none; border-left: none;"&gt;7/1/2016&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;6:10 PM&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;10:10 PM&lt;/TD&gt;&lt;TD class="xl73" style="border-top: none; border-left: none;"&gt;4:00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="26" style="border-top: none;"&gt;ARSHAD AMIR&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;7L1015&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;200761&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;7/1/2016&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;10:24 AM&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;2:45 PM&lt;/TD&gt;&lt;TD class="xl73" style="border-top: none; border-left: none;"&gt;4:21&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="26" style="border-top: none;"&gt;ARSHAD AMIR&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;7L1015&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;200762&lt;/TD&gt;&lt;TD class="xl70" style="border-top: none; border-left: none;"&gt;7/2/2016&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;3:58 PM&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;7:30 PM&lt;/TD&gt;&lt;TD class="xl73" style="border-top: none; border-left: none;"&gt;3:32&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="26" style="border-top: none;"&gt;ARSHAD AMIR&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;7L1015&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;201667&lt;/TD&gt;&lt;TD class="xl70" style="border-top: none; border-left: none;"&gt;7/2/2016&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;3:55 PM&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;6:57 PM&lt;/TD&gt;&lt;TD class="xl73" style="border-top: none; border-left: none;"&gt;3:02&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="26" style="border-top: none;"&gt;ARSHAD AMIR&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;7L1015&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;202261&lt;/TD&gt;&lt;TD class="xl70" style="border-top: none; border-left: none;"&gt;7/2/2016&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;4:27 PM&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;5:30 PM&lt;/TD&gt;&lt;TD class="xl73" style="border-top: none; border-left: none;"&gt;1:03&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl74" height="26" style="border-top: none;"&gt;SHOAIB KHALIQ&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt;8L1015&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt;300749&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;7/1/2016&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;5:35 PM&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;8:37 PM&lt;/TD&gt;&lt;TD class="xl73" style="border-top: none; border-left: none;"&gt;3:02&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl74" height="26" style="border-top: none;"&gt;SHOAIB KHALIQ&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt;8L1016&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt;300750&lt;/TD&gt;&lt;TD class="xl70" style="border-top: none; border-left: none;"&gt;7/1/2016&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;5:10 PM&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;10:10 PM&lt;/TD&gt;&lt;TD class="xl73" style="border-top: none; border-left: none;"&gt;5:00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl74" height="26" style="border-top: none;"&gt;SHOAIB KHALIQ&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt;8L1017&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt;300751&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;7/1/2016&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;9:24 AM&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;2:45 PM&lt;/TD&gt;&lt;TD class="xl73" style="border-top: none; border-left: none;"&gt;5:21&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl74" height="26" style="border-top: none;"&gt;SHOAIB KHALIQ&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt;8L1018&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt;300752&lt;/TD&gt;&lt;TD class="xl70" style="border-top: none; border-left: none;"&gt;7/2/2016&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;4:58 PM&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;7:30 PM&lt;/TD&gt;&lt;TD class="xl73" style="border-top: none; border-left: none;"&gt;2:32&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl74" height="26" style="border-top: none;"&gt;SHOAIB KHALIQ&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt;8L1019&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt;300753&lt;/TD&gt;&lt;TD class="xl70" style="border-top: none; border-left: none;"&gt;7/2/2016&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;4:55 PM&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;6:57 PM&lt;/TD&gt;&lt;TD class="xl73" style="border-top: none; border-left: none;"&gt;2:02&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl74" height="26" style="border-top: none;"&gt;SHOAIB KHALIQ&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt;8L1020&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt;300754&lt;/TD&gt;&lt;TD class="xl70" style="border-top: none; border-left: none;"&gt;7/2/2016&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;3:27 PM&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;5:30 PM&lt;/TD&gt;&lt;TD class="xl73" style="border-top: none; border-left: none;"&gt;2:03&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result Required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="105" style="height: 109px; width: 267px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl66" height="32" width="98"&gt;SM&lt;/TD&gt;&lt;TD class="xl70" style="border-left: none;" width="87"&gt;Avg TIO&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="26"&gt;ARSHAD AMIR&lt;/TD&gt;&lt;TD class="xl68" style="border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="26" style="border-top: none;"&gt;SHOAIB KHALIQ&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need Average at "SM" level "Average of (Sum(TIO) by PSO &amp;amp; Date) "Firstly Sum "&lt;STRONG&gt;TIO" by PSO &amp;amp; Date Then Average.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 19:31:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/convert-text-time-into-time-format/qaa-p/11834995#M4438727</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-26T19:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Text Time into Time Format</title>
      <link>https://community.sap.com/t5/technology-q-a/convert-text-time-into-time-format/qaa-p/11834996#M4438728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Plz start a new discussion as this is already closed.Instead of putting multiple questions in single always start a new discussion...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you will drag SM and TIO in the table are you not getting the desired results?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 09:58:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/convert-text-time-into-time-format/qaa-p/11834996#M4438728</guid>
      <dc:creator>amitrathi239</dc:creator>
      <dc:date>2016-08-29T09:58:26Z</dc:date>
    </item>
  </channel>
</rss>

