<?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: Time from 2 field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Time-from-2-field/m-p/956921#M328751</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;Both are provided solutions are now working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Nov 2015 15:06:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-11-07T15:06:22Z</dc:date>
    <item>
      <title>Time from 2 field</title>
      <link>https://community.qlik.com/t5/QlikView/Time-from-2-field/m-p/956918#M328748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having 2 fields in my data set which include time. I want to have 2 fields clubbed in one and want to use the newly created field with many function like sum, average and various other set analysis. Below is the example of data set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EE_No, InTime_Hrs_InTimeMins &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1, 09, 30&lt;/P&gt;&lt;P&gt;2, 11, 45&lt;/P&gt;&lt;P&gt;3, 08, 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to have result like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EMP 1 login time is 09:30 AM (timeformat with be 24 hrs)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Imran Khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Nov 2015 07:05:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-from-2-field/m-p/956918#M328748</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-07T07:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Time from 2 field</title>
      <link>https://community.qlik.com/t5/QlikView/Time-from-2-field/m-p/956919#M328749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use &lt;/P&gt;&lt;P&gt;this function in the script&lt;/P&gt;&lt;P&gt;=time(MakeTime(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;InTime_Hrs&lt;/SPAN&gt;,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;InTimeMins&lt;/SPAN&gt;,0),'hh:mm')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Nov 2015 07:52:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-from-2-field/m-p/956919#M328749</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2015-11-07T07:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Time from 2 field</title>
      <link>https://community.qlik.com/t5/QlikView/Time-from-2-field/m-p/956920#M328750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp; *, &lt;/P&gt;&lt;P&gt;&amp;nbsp; Time#(InTime_Hrs &amp;amp; ':' &amp;amp; InTime_Mins,'hh:mm') as InTime &lt;/P&gt;&lt;P&gt;Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; EE_No, InTime_Hrs, InTime_Mins&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; 1, 09, 30&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2, 11, 45&lt;/P&gt;&lt;P&gt;&amp;nbsp; 3, 08, 25&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Nov 2015 09:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-from-2-field/m-p/956920#M328750</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-11-07T09:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Time from 2 field</title>
      <link>https://community.qlik.com/t5/QlikView/Time-from-2-field/m-p/956921#M328751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;Both are provided solutions are now working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Nov 2015 15:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-from-2-field/m-p/956921#M328751</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-07T15:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Time from 2 field</title>
      <link>https://community.qlik.com/t5/QlikView/Time-from-2-field/m-p/956922#M328752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Both provided solutions are &lt;STRONG&gt;now&lt;/STRONG&gt; working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Both provided solutions are &lt;STRONG&gt;not&lt;/STRONG&gt; working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just asking because the emoticon doesn't match version 1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's working, please close this thread by selecting above answers as helpful or correct.&lt;/P&gt;&lt;P&gt;If it's not working, please detail your issue (what makes you think it's not working).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want your required text field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG&gt;&amp;nbsp;&amp;nbsp; 'EMP ' &amp;amp; EE_No &amp;amp; ' login time is ' &amp;amp; time(InTime,'hh:mm TT') &amp;amp; ' (timeformat with be 24 hrs)' as YourText;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Time#(InTime_Hrs &amp;amp; ':' &amp;amp; InTime_Mins,'hh:mm') as InTime&lt;/P&gt;&lt;P&gt;Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; EE_No, InTime_Hrs, InTime_Mins &lt;/P&gt;&lt;P&gt;&amp;nbsp; 1, 09, 30&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2, 11, 45&lt;/P&gt;&lt;P&gt;&amp;nbsp; 3, 08, 25&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Nov 2015 15:43:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-from-2-field/m-p/956922#M328752</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-07T15:43:54Z</dc:date>
    </item>
  </channel>
</rss>

