<?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 Convert time value into Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Convert-time-value-into-Qlikview/m-p/1082743#M943622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 14pt; font-family: arial, helvetica, sans-serif;"&gt;Greetings,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I am struggling here to write the below SQL calculation in QlikView. please suggest&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG style=": ; color: black; font-size: 14pt; text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG style=": ; color: black; font-size: 14pt; text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG style=": ; color: black; font-size: 14pt; text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG style=": ; color: black; font-size: 14pt; text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG style=": ; color: black; font-size: 14pt; text-decoration: underline;"&gt;1. Time:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt;=IIF(Fields!Time.Value\60 &amp;lt; 10, &lt;SPAN style="color: #a31515;"&gt;"0"&lt;/SPAN&gt; + CStr(Fields!Time.Value\60), CStr(Fields!Time.Value\60)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt; + &lt;SPAN style="color: #a31515;"&gt;":"&lt;/SPAN&gt; + &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt; IIF(Fields!Time.Value &lt;SPAN style="color: blue;"&gt;mod&lt;/SPAN&gt; 60 &amp;lt; 10, &lt;SPAN style="color: #a31515;"&gt;"0"&lt;/SPAN&gt; + FormatNumber(Fields!Time.Value &lt;SPAN style="color: blue;"&gt;mod&lt;/SPAN&gt; 60,0), FormatNumber(Fields!Time.Value &lt;SPAN style="color: blue;"&gt;mod&lt;/SPAN&gt; 60,0))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt;----------------------------------------------------------------------------------&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: black; font-size: 14.0pt; text-decoration: underline;"&gt;2. Total:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt;=IIF((Sum(Fields!Time.Value)\60) &amp;lt; 10, &lt;SPAN style="color: #a31515;"&gt;"0"&lt;/SPAN&gt; + CStr(Sum(Fields!Time.Value)\60), CStr(Sum(Fields!Time.Value)\60)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt; + &lt;SPAN style="color: #a31515;"&gt;":"&lt;/SPAN&gt; + &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt; IIF((Sum(Fields!Time.Value) &lt;SPAN style="color: blue;"&gt;mod&lt;/SPAN&gt; 60) &amp;lt; 10, &lt;SPAN style="color: #a31515;"&gt;"0"&lt;/SPAN&gt; + FormatNumber(Sum(Fields!Time.Value) &lt;SPAN style="color: blue;"&gt;mod&lt;/SPAN&gt; 60,0), FormatNumber(Sum(Fields!Time.Value) &lt;SPAN style="color: blue;"&gt;mod&lt;/SPAN&gt; 60,0))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jan 2016 17:58:00 GMT</pubDate>
    <dc:creator>pranubitla</dc:creator>
    <dc:date>2016-01-13T17:58:00Z</dc:date>
    <item>
      <title>Convert time value into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-time-value-into-Qlikview/m-p/1082743#M943622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 14pt; font-family: arial, helvetica, sans-serif;"&gt;Greetings,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I am struggling here to write the below SQL calculation in QlikView. please suggest&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG style=": ; color: black; font-size: 14pt; text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG style=": ; color: black; font-size: 14pt; text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG style=": ; color: black; font-size: 14pt; text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG style=": ; color: black; font-size: 14pt; text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG style=": ; color: black; font-size: 14pt; text-decoration: underline;"&gt;1. Time:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt;=IIF(Fields!Time.Value\60 &amp;lt; 10, &lt;SPAN style="color: #a31515;"&gt;"0"&lt;/SPAN&gt; + CStr(Fields!Time.Value\60), CStr(Fields!Time.Value\60)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt; + &lt;SPAN style="color: #a31515;"&gt;":"&lt;/SPAN&gt; + &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt; IIF(Fields!Time.Value &lt;SPAN style="color: blue;"&gt;mod&lt;/SPAN&gt; 60 &amp;lt; 10, &lt;SPAN style="color: #a31515;"&gt;"0"&lt;/SPAN&gt; + FormatNumber(Fields!Time.Value &lt;SPAN style="color: blue;"&gt;mod&lt;/SPAN&gt; 60,0), FormatNumber(Fields!Time.Value &lt;SPAN style="color: blue;"&gt;mod&lt;/SPAN&gt; 60,0))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt;----------------------------------------------------------------------------------&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: black; font-size: 14.0pt; text-decoration: underline;"&gt;2. Total:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt;=IIF((Sum(Fields!Time.Value)\60) &amp;lt; 10, &lt;SPAN style="color: #a31515;"&gt;"0"&lt;/SPAN&gt; + CStr(Sum(Fields!Time.Value)\60), CStr(Sum(Fields!Time.Value)\60)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt; + &lt;SPAN style="color: #a31515;"&gt;":"&lt;/SPAN&gt; + &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt; IIF((Sum(Fields!Time.Value) &lt;SPAN style="color: blue;"&gt;mod&lt;/SPAN&gt; 60) &amp;lt; 10, &lt;SPAN style="color: #a31515;"&gt;"0"&lt;/SPAN&gt; + FormatNumber(Sum(Fields!Time.Value) &lt;SPAN style="color: blue;"&gt;mod&lt;/SPAN&gt; 60,0), FormatNumber(Sum(Fields!Time.Value) &lt;SPAN style="color: blue;"&gt;mod&lt;/SPAN&gt; 60,0))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 17:58:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-time-value-into-Qlikview/m-p/1082743#M943622</guid>
      <dc:creator>pranubitla</dc:creator>
      <dc:date>2016-01-13T17:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Convert time value into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-time-value-into-Qlikview/m-p/1082744#M943623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not an expert in SQL, but seems like you might be able to use Interval() function -&amp;gt; &lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/FormattingFunctions/Interval.htm?q=Interval" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/FormattingFunctions/Interval.htm?q=Interval"&gt;QlikView ‒ Interval - script and chart function&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 18:02:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-time-value-into-Qlikview/m-p/1082744#M943623</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-13T18:02:34Z</dc:date>
    </item>
  </channel>
</rss>

