<?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: Prob regarding Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Prob-regarding-Script/m-p/796140#M1025166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;Yeah i ahve gone thru that but was not clear about it initially. But now i am clear almost. it works in multiples of base, ryt?? And also does offset decreases the offset value from resultant value??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Feb 2015 12:05:08 GMT</pubDate>
    <dc:creator>nikhilgarg</dc:creator>
    <dc:date>2015-02-26T12:05:08Z</dc:date>
    <item>
      <title>Prob regarding Script</title>
      <link>https://community.qlik.com/t5/QlikView/Prob-regarding-Script/m-p/796136#M1025162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;I want to see the session length which is a column in session log file. I used following statement but it gives me no value under the column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(Interval#(SessionDuration, 'hh:mm:ss')*24, '#,##0') as SessionLength&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also can anyone tell me what is this interval#() return if my Session Duration is : 13:21:45&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also why we need to multiply by 24?(Script is already created , not created by me so i have no idea why 24 is used)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 11:29:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prob-regarding-Script/m-p/796136#M1025162</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-02-26T11:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Prob regarding Script</title>
      <link>https://community.qlik.com/t5/QlikView/Prob-regarding-Script/m-p/796137#M1025163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think multiplying by 24 is necessary as long as you understand that the value that the interval# function returns has days as unit. So 13:21:45 would become 0.556770833333, i.e. a bit more than half a day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 11:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prob-regarding-Script/m-p/796137#M1025163</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-02-26T11:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Prob regarding Script</title>
      <link>https://community.qlik.com/t5/QlikView/Prob-regarding-Script/m-p/796138#M1025164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ohk so you mean interval#() returns the duration in comparison with day i.e whether half day or more or less.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 11:53:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prob-regarding-Script/m-p/796138#M1025164</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-02-26T11:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Prob regarding Script</title>
      <link>https://community.qlik.com/t5/QlikView/Prob-regarding-Script/m-p/796139#M1025165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1&gt;&lt;A name="kanchor772"&gt;&lt;/A&gt;&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;Interval#&lt;/SPAN&gt;&lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;interval&lt;/SPAN&gt;#(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;expression [ , format-code ]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;interval#&lt;/SPAN&gt; function evaluates the &lt;SPAN class="Italic"&gt;expression&lt;/SPAN&gt; as a time &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;interval&lt;/SPAN&gt; according to the string given as a format-code. If the &lt;SPAN class="Italic"&gt;format code&lt;/SPAN&gt; is omitted, the time format set in the operating system is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;interval#&lt;/SPAN&gt; function generally behaves just like the &lt;SPAN class="Bold"&gt;time#&lt;/SPAN&gt; function but while times can never be greater than 23:59:59 (numeric value 0.99999) or smaller than 00:00:00 (numeric value 0.00000) an &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;interval&lt;/SPAN&gt; may have any value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The examples below assume the following operating system settings:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P style="margin-bottom: 0px;"&gt;Short date format:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P style="margin-bottom: 0px;"&gt;&lt;SPAN class="Bold"&gt;YY-MM-DD&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P style="margin-bottom: 0px;"&gt;Time format:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P style="margin-bottom: 0px;"&gt;&lt;SPAN class="Bold"&gt;hh:mm:ss&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P style="margin-bottom: 0px;"&gt;Number decimal separator:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P style="margin-bottom: 0px;"&gt;&lt;SPAN class="Bold"&gt;. &lt;/SPAN&gt;&lt;/P&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;&lt;/P&gt;&lt;P style="margin-left: 40px;"&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;interval&lt;/SPAN&gt;#( A, 'D hh:mm' )&lt;/SPAN&gt; where A=1 09:00 returns:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE cellspacing="0" class="TableStyle-LeftBold"&gt;&lt;TBODY&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;&lt;P class="Bold" style="margin-bottom: 0px;"&gt;String&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;&lt;P align="right" class="Bold" style="text-align: right; margin-bottom: 0px;"&gt;1 09:00&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;&lt;P class="Bold" style="margin-bottom: 0px;"&gt;Number&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;&lt;P align="right" class="Bold" style="text-align: right; margin-bottom: 0px;"&gt;1.375&lt;/P&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;&lt;/P&gt;&lt;P style="margin-left: 40px;"&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;interval&lt;/SPAN&gt;#( A-B )&lt;/SPAN&gt; where A=97-08-06 09:00:00 and B=97-08-05 00:00:00 returns:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE cellspacing="0" class="TableStyle-LeftBold"&gt;&lt;TBODY&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;&lt;P class="Bold" style="margin-bottom: 0px;"&gt;String&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;&lt;P align="right" class="Bold" style="text-align: right; margin-bottom: 0px;"&gt;1.375&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;&lt;P class="Bold" style="margin-bottom: 0px;"&gt;Number&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;&lt;P align="right" class="Bold" style="text-align: right; margin-bottom: 0px;"&gt;1.375&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 11:57:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prob-regarding-Script/m-p/796139#M1025165</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-26T11:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Prob regarding Script</title>
      <link>https://community.qlik.com/t5/QlikView/Prob-regarding-Script/m-p/796140#M1025166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;Yeah i ahve gone thru that but was not clear about it initially. But now i am clear almost. it works in multiples of base, ryt?? And also does offset decreases the offset value from resultant value??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 12:05:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prob-regarding-Script/m-p/796140#M1025166</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-02-26T12:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Prob regarding Script</title>
      <link>https://community.qlik.com/t5/QlikView/Prob-regarding-Script/m-p/796141#M1025167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Multiplying by 24 will convert the value to hours&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 12:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prob-regarding-Script/m-p/796141#M1025167</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-02-26T12:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Prob regarding Script</title>
      <link>https://community.qlik.com/t5/QlikView/Prob-regarding-Script/m-p/796142#M1025168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That I know. I just think that it's unnecessary. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 13:12:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prob-regarding-Script/m-p/796142#M1025168</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-02-26T13:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Prob regarding Script</title>
      <link>https://community.qlik.com/t5/QlikView/Prob-regarding-Script/m-p/796143#M1025169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks dienst&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 13:25:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prob-regarding-Script/m-p/796143#M1025169</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-02-26T13:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Prob regarding Script</title>
      <link>https://community.qlik.com/t5/QlikView/Prob-regarding-Script/m-p/796144#M1025170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,it works in multiples of base,Multiplying by 24 will Show output in hours.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'And also does offset decreases the offset value from resultant value??' - &lt;/STRONG&gt;there is no offset parameter in expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;interval&lt;/SPAN&gt;#(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;expression [ , format-code ]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Neetha&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 14:09:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prob-regarding-Script/m-p/796144#M1025170</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-26T14:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Prob regarding Script</title>
      <link>https://community.qlik.com/t5/QlikView/Prob-regarding-Script/m-p/796145#M1025171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeh, Actually mistakenly i paste this in this section instead of Floor question post &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 14:12:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prob-regarding-Script/m-p/796145#M1025171</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-02-26T14:12:30Z</dc:date>
    </item>
  </channel>
</rss>

