<?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: How to generate Start Time in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-generate-Start-Time/m-p/407423#M697419</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please help ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alvin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Mar 2013 15:35:44 GMT</pubDate>
    <dc:creator>alvinford</dc:creator>
    <dc:date>2013-03-05T15:35:44Z</dc:date>
    <item>
      <title>How to generate Start Time</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-Start-Time/m-p/407414#M697410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Facing issue with the time. Need to generate the start time based on the end time and duration. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;ADDRESS&gt;I have event end time as 00:20:00 (hh:mm:ss) and Duration as 3:20:00(hh:mm:ss). &lt;/ADDRESS&gt;&lt;ADDRESS&gt;&lt;BR /&gt;&lt;/ADDRESS&gt;&lt;ADDRESS&gt;How can I get the Start Time i.e 09:00:00. &lt;/ADDRESS&gt;&lt;ADDRESS&gt;&lt;BR /&gt;&lt;/ADDRESS&gt;&lt;ADDRESS&gt;Request your help. &lt;/ADDRESS&gt;&lt;ADDRESS&gt;&lt;BR /&gt;&lt;/ADDRESS&gt;&lt;ADDRESS&gt;Thanks in Advance. &lt;/ADDRESS&gt;&lt;ADDRESS&gt;&lt;BR /&gt;&lt;/ADDRESS&gt;&lt;ADDRESS&gt;&lt;BR /&gt;&lt;/ADDRESS&gt;&lt;ADDRESS&gt;Regards,&lt;/ADDRESS&gt;&lt;ADDRESS&gt;Alvin.&lt;BR /&gt;&lt;/ADDRESS&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 08:54:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-Start-Time/m-p/407414#M697410</guid>
      <dc:creator>alvinford</dc:creator>
      <dc:date>2013-03-05T08:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate Start Time</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-Start-Time/m-p/407415#M697411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EndTime - Duration should give you the start time, 21:00:00 (or 09:00:00 PM) in your case, not 09:20:00. Make sure you work with dates and times, not strings. Use the date# and time# functions if necessary to create dates and times from strings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 08:59:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-Start-Time/m-p/407415#M697411</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-05T08:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate Start Time</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-Start-Time/m-p/407416#M697412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiii...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interval(time(endtime,'hh:mm:ss')-Time(Duration,'hh:mm:ss'),'hh:mm:ss') as Start_Time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 09:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-Start-Time/m-p/407416#M697412</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-03-05T09:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate Start Time</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-Start-Time/m-p/407417#M697413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;= interval (&lt;STRONG&gt;Time(Time#('12:20:00','hh:mm:ss')&lt;/STRONG&gt;) - interval(Time(Time#('3:20:00','hh:mm:ss'))-Time(Time#('0:20:00','hh:mm:ss')),'hh:mm:ss'),'hh:mm:ss')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bold - Specify hr's format. If you use 12hr Format Specify 12, else 24.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 09:33:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-Start-Time/m-p/407417#M697413</guid>
      <dc:creator />
      <dc:date>2013-03-05T09:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate Start Time</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-Start-Time/m-p/407418#M697414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gisbert I have rectified the output value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alvin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 10:06:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-Start-Time/m-p/407418#M697414</guid>
      <dc:creator>alvinford</dc:creator>
      <dc:date>2013-03-05T10:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate Start Time</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-Start-Time/m-p/407419#M697415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohit, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not giving the desired results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alvin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 10:08:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-Start-Time/m-p/407419#M697415</guid>
      <dc:creator>alvinford</dc:creator>
      <dc:date>2013-03-05T10:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate Start Time</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-Start-Time/m-p/407420#M697416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Streak, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't catch up your logic. I have added the sample data in the Excel with columns EndTime and Duration. Can you please help to achieve StartTime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Please find the&amp;nbsp; attachment. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alvin. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 10:16:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-Start-Time/m-p/407420#M697416</guid>
      <dc:creator>alvinford</dc:creator>
      <dc:date>2013-03-05T10:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate Start Time</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-Start-Time/m-p/407421#M697417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Copy the expression and put inside the text object, you will see what your&lt;/P&gt;&lt;P&gt;are expecting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 10:18:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-Start-Time/m-p/407421#M697417</guid>
      <dc:creator />
      <dc:date>2013-03-05T10:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate Start Time</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-Start-Time/m-p/407422#M697418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Streak, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already verified that.Can't get the expected values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alvin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 12:38:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-Start-Time/m-p/407422#M697418</guid>
      <dc:creator>alvinford</dc:creator>
      <dc:date>2013-03-05T12:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate Start Time</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-Start-Time/m-p/407423#M697419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please help ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alvin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 15:35:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-Start-Time/m-p/407423#M697419</guid>
      <dc:creator>alvinford</dc:creator>
      <dc:date>2013-03-05T15:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate Start Time</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-Start-Time/m-p/407424#M697420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 15:54:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-Start-Time/m-p/407424#M697420</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-05T15:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate Start Time</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-Start-Time/m-p/407425#M697421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I need more help on this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 186px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="95"&gt;LoginTime&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="91"&gt;LogOutTime&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;10:09:08 AM&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;10:18:20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;10:13:54 AM&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;10:34:26&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;10:18:46 AM&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;12:19:18&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;10:22:06 AM&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;11:06:49&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;10:32:54 AM&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;16:15:54&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;10:44:11 AM&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;13:12:11&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;&lt;SPAN style="color: #ff00ff;"&gt;&lt;STRONG&gt;10:45:23 AM&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;&lt;SPAN style="color: #ff00ff;"&gt;&lt;STRONG&gt;13:14:49&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;10:48:58 AM&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;12:37:48&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;10:52:21 AM&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;12:39:28&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;10:58:15 AM&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;11:03:14&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;10:59:52 AM&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;11:24:11&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="19" style="border-top: none;"&gt;10:59:57 AM&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;11:49:22&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the LoginTime&amp;nbsp; and LogoutTime need to Generate the Hours between the time in the New Column. &lt;/P&gt;&lt;P&gt;For Example : Taking the highlighted LoginTime and LogOut time i.e. 10:45:23 to 13:14:49 , Need to generate following hours between them i.e. 10,11,12,13 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I generate new column containing&amp;nbsp; Hours between the LoginTime and LogOut time ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alvin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 12:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-Start-Time/m-p/407425#M697421</guid>
      <dc:creator>alvinford</dc:creator>
      <dc:date>2013-03-12T12:44:55Z</dc:date>
    </item>
  </channel>
</rss>

