<?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: Interval Expression Problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Interval-Expression-Problem/m-p/440185#M489799</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that but then it forces me to have hh:mm:ss in the QlikView table instead of hh:mm like I want. Hmm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Oct 2012 16:36:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-22T16:36:07Z</dc:date>
    <item>
      <title>Interval Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-Expression-Problem/m-p/440177#M489790</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;Can anyone diagnose why this expression is not working? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="23809" class="jive-image-thumbnail jive-image" onclick="" alt="Capture.JPG" src="https://community.qlik.com/legacyfs/online/23809_Capture.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;The Total Time expression is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&lt;SPAN style="color: #0000ff;"&gt;Interval&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Timestamp&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;activity_totime&lt;/SPAN&gt;,'M/DD/YY HH:MM:SS TT')-&lt;SPAN style="color: #0000ff;"&gt;Timestamp&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;activity_fromtime&lt;/SPAN&gt;,'M/DD/YY HH:MM:SS TT'),'HH:MM') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 14:43:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-Expression-Problem/m-p/440177#M489790</guid>
      <dc:creator />
      <dc:date>2012-10-22T14:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Interval Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-Expression-Problem/m-p/440178#M489791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Interval(Timestamp('9/11/2012 10:30:00 AM','M/DD/YY hh:mm:ss tt')-Timestamp('9/11/2012 11:15:00 AM','M/DD/YY hh:mm:ss tt'),'hh:mm') gives -00:45&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 14:53:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-Expression-Problem/m-p/440178#M489791</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-10-22T14:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Interval Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-Expression-Problem/m-p/440179#M489792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help, Mayil.&amp;nbsp; Using my field names, what would be different about the statements though? Am I missing something?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 15:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-Expression-Problem/m-p/440179#M489792</guid>
      <dc:creator />
      <dc:date>2012-10-22T15:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Interval Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-Expression-Problem/m-p/440180#M489793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Use hh:mm:ss tt instead of caps..HH:MM:SS TT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it brings. please test it in textbox bu using both format.. you can find the difference..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 15:34:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-Expression-Problem/m-p/440180#M489793</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-10-22T15:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Interval Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-Expression-Problem/m-p/440181#M489794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlikview expression evaluator takes MM as Month becasue M(Capital) is used for month.&lt;/P&gt;&lt;P&gt;m is used for minutes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2&gt;Dates&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt; To describe the day, use the symbol "D" for each digit.&amp;nbsp; &lt;/LI&gt;&lt;LI&gt; To describe the month number, use the symbol "M" or "MM" for one or two digits. "MMM" denotes short month name in letters as defined by the operating system or by the override system variable MonthNames in the script. "MMMM" denotes long month name in letters as defined by the operating system or by the override system variable LongMonthNames in the script.&amp;nbsp; &lt;/LI&gt;&lt;LI&gt; To describe the year, use the symbol "Y" for each digit.&amp;nbsp; &lt;/LI&gt;&lt;LI&gt; To describe the weekday, use the symbol "W". One W will return the number of the day (e.g. 0 for Monday) as a single digit. "WW" will return the number with two digits (e.g. 02 for Wednesday). "WWW" will show the short version of the weekday name (e.g. Mon) as defined by the operating system or by the override system variable DayName in the script. "WWWW" will show the long version of the weekday name (e.g. Monday) as defined by the operating system or by the override system variable LongDayName in the script &lt;/LI&gt;&lt;/UL&gt;&lt;H2&gt;Times&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt; To describe the hours, use the symbol "h" for each digit.&amp;nbsp; &lt;/LI&gt;&lt;LI&gt; To describe the minutes, use the symbol "m" for each digit.&amp;nbsp; &lt;/LI&gt;&lt;LI&gt; To describe the seconds, use the symbol "s" for each digit.&amp;nbsp; &lt;/LI&gt;&lt;LI&gt; To describe the fractions of a second, use the symbol "f" for each digit.&amp;nbsp; &lt;/LI&gt;&lt;LI&gt; To describe the time in AM/PM format, use the symbol "tt" after the time. &lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 15:37:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-Expression-Problem/m-p/440181#M489794</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-10-22T15:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Interval Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-Expression-Problem/m-p/440182#M489795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That did the trick. Thanks!! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 15:58:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-Expression-Problem/m-p/440182#M489795</guid>
      <dc:creator />
      <dc:date>2012-10-22T15:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Interval Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-Expression-Problem/m-p/440183#M489796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more question.&amp;nbsp; When I export it to Excel, Excel changes the format so that an elapsed time of 45:49 (45 hours and 49 minutes) shows up as 45:49:00, or 1/1/1900 9:49:00 PM.&amp;nbsp; Is there a way to adjust the format in QlikView so that it will be exported properly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 16:07:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-Expression-Problem/m-p/440183#M489796</guid>
      <dc:creator />
      <dc:date>2012-10-22T16:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Interval Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-Expression-Problem/m-p/440184#M489797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interval(Timestamp('9/11/2012 10:30:00 AM','M/DD/YY hh:mm:ss tt')-Timestamp('9/11/2012 11:15:00 AM','M/DD/YY hh:mm:ss tt'),'&lt;STRONG&gt;hh:mm:ss&lt;/STRONG&gt;')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 16:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-Expression-Problem/m-p/440184#M489797</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-10-22T16:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Interval Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-Expression-Problem/m-p/440185#M489799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that but then it forces me to have hh:mm:ss in the QlikView table instead of hh:mm like I want. Hmm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 16:36:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-Expression-Problem/m-p/440185#M489799</guid>
      <dc:creator />
      <dc:date>2012-10-22T16:36:07Z</dc:date>
    </item>
  </channel>
</rss>

