<?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 with Set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Interval-with-Set-analysis/m-p/1226967#M391490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this may be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Interval(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Only({&amp;lt;Isregularized = {1}&amp;gt;} EmpLogMinTime-InTime),&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;'hh:mm:ss')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Mar 2017 08:47:16 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-03-17T08:47:16Z</dc:date>
    <item>
      <title>Interval with Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-with-Set-analysis/m-p/1226962#M391485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to calculate Time Difference only when the attendance is regularized.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Interval(EmpLogMinTime-InTime,'hh:mm:ss')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This gives me the time difference. But i need data only when IsRegularized=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Interval( {&amp;lt;Isregularized = {1}&amp;gt;} EmpLogMinTime-InTime,'hh:mm:ss')&lt;/STRONG&gt; Showing some error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Keerthi KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 06:01:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-with-Set-analysis/m-p/1226962#M391485</guid>
      <dc:creator />
      <dc:date>2017-03-17T06:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Interval with Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-with-Set-analysis/m-p/1226963#M391486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;If ( &lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Isregularized = 1,&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;Interval( EmpLogMinTime-InTime,'hh:mm:ss')&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Set analysis can only be used with aggregation functions and interval() is not so.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 06:07:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-with-Set-analysis/m-p/1226963#M391486</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-03-17T06:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Interval with Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-with-Set-analysis/m-p/1226964#M391487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works but isregularized with 0 also shows with null data. Need to show only with isregularized=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get Outlook for Android&amp;lt;https://aka.ms/ghei36&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 06:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-with-Set-analysis/m-p/1226964#M391487</guid>
      <dc:creator />
      <dc:date>2017-03-17T06:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Interval with Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-with-Set-analysis/m-p/1226965#M391488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you have to deal it with Null Suppression in the chart or Where clause in the script. Could you explain it bit more&amp;nbsp; - where, how... you are using it ? Screen shot, or sample qvw would help better.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 06:18:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-with-Set-analysis/m-p/1226965#M391488</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-03-17T06:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Interval with Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-with-Set-analysis/m-p/1226966#M391489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find the attached image. I need to calculate Time Interval only if isregularized is 1. Display only with Isregularized=1&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/156585_Capture.PNG" style="height: 187px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 08:34:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-with-Set-analysis/m-p/1226966#M391489</guid>
      <dc:creator />
      <dc:date>2017-03-17T08:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Interval with Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-with-Set-analysis/m-p/1226967#M391490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this may be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Interval(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Only({&amp;lt;Isregularized = {1}&amp;gt;} EmpLogMinTime-InTime),&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;'hh:mm:ss')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 08:47:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-with-Set-analysis/m-p/1226967#M391490</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-17T08:47:16Z</dc:date>
    </item>
  </channel>
</rss>

