<?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: Classifying in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Classifying/m-p/1245198#M868605</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;correct me if I am wrong intervals work here to show how many people came in at a particular time band, but I want to count a person who came in before 7am and is still in at 3pm&amp;nbsp; as in at 10am to 11 am and 11 am to 12 pm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Dec 2016 10:12:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-12-12T10:12:16Z</dc:date>
    <item>
      <title>Classifying</title>
      <link>https://community.qlik.com/t5/QlikView/Classifying/m-p/1245194#M868601</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 have a list of visits with arrival datetime and departure datetime. I want to count the number of people on site each hour that is from 00:00 to 01:00, 01:00 to 02:00 etc. the issue is someone can visit at 01:30 and leave at 03:15 this means the person should be counted between 01:00 to 02:00 and again between 02:00 to 03:00 and 03:00 to 04:00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my dimension is calculated dimension&amp;nbsp; as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TIME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Class&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ARR_TIME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 1/24),'hh:mm') &amp;amp; ' - ' &amp;amp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;timestamp&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;frac&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ARR_TIME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)+60/(24*60),60/(24*60)),'h:mm tt')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;how best can I achieve this??&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Classifying/m-p/1245194#M868601</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Classifying</title>
      <link>https://community.qlik.com/t5/QlikView/Classifying/m-p/1245195#M868602</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;You need the Intervalmatch() function.&lt;/P&gt;&lt;P&gt;Here are some good links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/93656" style="font-size: 10pt;" title="https://community.qlik.com/thread/93656"&gt;https://community.qlik.com/thread/93656&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3037"&gt;IntervalMatch&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/IntervalMatch_(Extended_Syntax).htm" title="https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/IntervalMatch_(Extended_Syntax).htm"&gt;https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/IntervalMatch_(Extended_Syntax).htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.tutorialspoint.com/qlikview/qlikview_intervalmatch.htm" style="font-size: 10pt;" title="https://www.tutorialspoint.com/qlikview/qlikview_intervalmatch.htm"&gt;https://www.tutorialspoint.com/qlikview/qlikview_intervalmatch.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 09:44:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Classifying/m-p/1245195#M868602</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-12-12T09:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Classifying</title>
      <link>https://community.qlik.com/t5/QlikView/Classifying/m-p/1245196#M868603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you'll have to split that record up into multiple records, one for each interval. That should be done in the script.&lt;/P&gt;&lt;P&gt;See for example &lt;A href="https://community.qlik.com/message/424599"&gt;Working between times&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 09:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Classifying/m-p/1245196#M868603</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-12-12T09:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Classifying</title>
      <link>https://community.qlik.com/t5/QlikView/Classifying/m-p/1245197#M868604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;correct me if I am wrong intervals work here to show how many people came in at a particular time band, but I want to count a person who came in before 7am and is still in at 3pm&amp;nbsp; as in at 10am to 11 am and 11 am to 12 pm &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 10:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Classifying/m-p/1245197#M868604</guid>
      <dc:creator />
      <dc:date>2016-12-12T10:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Classifying</title>
      <link>https://community.qlik.com/t5/QlikView/Classifying/m-p/1245198#M868605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;correct me if I am wrong intervals work here to show how many people came in at a particular time band, but I want to count a person who came in before 7am and is still in at 3pm&amp;nbsp; as in at 10am to 11 am and 11 am to 12 pm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 10:12:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Classifying/m-p/1245198#M868605</guid>
      <dc:creator />
      <dc:date>2016-12-12T10:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Classifying</title>
      <link>https://community.qlik.com/t5/QlikView/Classifying/m-p/1245199#M868606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which is why you need to split up the record with one period into records of an hour each&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 10:29:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Classifying/m-p/1245199#M868606</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-12-12T10:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Classifying</title>
      <link>https://community.qlik.com/t5/QlikView/Classifying/m-p/1245200#M868607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that's where I am getting lost, I know how to use interval but splitting im not sure what you mean sorry for being slow&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 10:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Classifying/m-p/1245200#M868607</guid>
      <dc:creator />
      <dc:date>2016-12-12T10:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Classifying</title>
      <link>https://community.qlik.com/t5/QlikView/Classifying/m-p/1245201#M868608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read this discussion and the blog post it links to &lt;A _jive_internal="true" data-containerid="2061" data-containertype="14" data-objectid="424599" data-objecttype="2" href="https://community.qlik.com/message/424599#424599"&gt;Working between times&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 11:07:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Classifying/m-p/1245201#M868608</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-12-12T11:07:44Z</dc:date>
    </item>
  </channel>
</rss>

