<?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: Need help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help/m-p/485161#M1129934</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create 4 variables like these:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;x=num(Timestamp('09:00','hh:mm'))&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;y=num(Timestamp('11:00','hh:mm'))&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;z=num(Timestamp('16:00','hh:mm'))&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;k=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;num(Timestamp('22:00','hh:mm'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;and then use this expression:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;=count(DISTINCT{&amp;lt;Visits.ComeIn={"&amp;gt;=$(x)"}, Visits.ComeOut={"&amp;lt;=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;$(y)&lt;/SPAN&gt;"}&amp;gt;} VisitID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Dec 2013 10:16:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-16T10:16:13Z</dc:date>
    <item>
      <title>Need help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help/m-p/485155#M1129928</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;i need help i my qv aplications:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have one table with 3 fileds: VisitorID, Visits.ComeIn, VisitsCome.Out&lt;/P&gt;&lt;P&gt;in last to fields contains time data. I need calculate visitors in some periods,&lt;/P&gt;&lt;P&gt;1. period&amp;nbsp; 09:00-11:00&lt;/P&gt;&lt;P&gt;2.period 11:00-16:00&lt;/P&gt;&lt;P&gt;3.period 16:00 - 22:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help and sory for bad english, i hout you understand what i want...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Dec 2013 14:51:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help/m-p/485155#M1129928</guid>
      <dc:creator />
      <dc:date>2013-12-14T14:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help/m-p/485156#M1129929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;transform VisitComeIn e VisitcomeOut fields in Timestamp before And in number then:&lt;/P&gt;&lt;P&gt;1 Period=&amp;nbsp; count(Distinct {&amp;lt;VisitComeIn={"&amp;gt;=x"}, VisitComeOut={"&amp;lt;=y"}&amp;gt;}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VisitID)&lt;/P&gt;&lt;P&gt;2 Period...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where x= num(VisitComeIn) and y=num(VisitComeOut)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Dec 2013 14:57:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help/m-p/485156#M1129929</guid>
      <dc:creator />
      <dc:date>2013-12-14T14:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Need help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help/m-p/485157#M1129930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you please explain how to convert data...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 06:57:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help/m-p/485157#M1129930</guid>
      <dc:creator />
      <dc:date>2013-12-16T06:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help/m-p/485158#M1129931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;x=num(Timestamp('09:00','hh:mm'))&lt;/P&gt;&lt;P&gt;y=num(Timestamp('11:00','hh:mm'))&lt;/P&gt;&lt;P&gt;z=num(Timestamp('16:00','hh:mm'))&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 09:20:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help/m-p/485158#M1129931</guid>
      <dc:creator />
      <dc:date>2013-12-16T09:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help/m-p/485159#M1129932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, my expresion is: =count(DISTINCT{&amp;lt;Visits.ComeIn={"&amp;gt;=num(Timestamp('09:00','hh:mm'))"}, Visits.ComeOut={"&amp;lt;=num(Timestamp('11:00','hh:mm'))"}&amp;gt;} VisitID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it returns 0..whats wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 10:07:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help/m-p/485159#M1129932</guid>
      <dc:creator />
      <dc:date>2013-12-16T10:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help/m-p/485160#M1129933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The fastest way to get your issue resolved for such issues is to post a sample app you are trying with. Mean while try:&lt;/P&gt;&lt;P&gt; =count(DISTINCT{&amp;lt;Visits.ComeIn={"&amp;gt;=Timestamp('09:00','hh:mm')"}, Visits.ComeOut={"&amp;lt;=Timestamp('11:00','hh:mm')"}&amp;gt;} VisitID)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //i.e without num&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 10:14:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help/m-p/485160#M1129933</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-12-16T10:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help/m-p/485161#M1129934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create 4 variables like these:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;x=num(Timestamp('09:00','hh:mm'))&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;y=num(Timestamp('11:00','hh:mm'))&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;z=num(Timestamp('16:00','hh:mm'))&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;k=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;num(Timestamp('22:00','hh:mm'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;and then use this expression:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;=count(DISTINCT{&amp;lt;Visits.ComeIn={"&amp;gt;=$(x)"}, Visits.ComeOut={"&amp;lt;=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;$(y)&lt;/SPAN&gt;"}&amp;gt;} VisitID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 10:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help/m-p/485161#M1129934</guid>
      <dc:creator />
      <dc:date>2013-12-16T10:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help/m-p/485162#M1129935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;still not working.., attched to my post a sample&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 10:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help/m-p/485162#M1129935</guid>
      <dc:creator />
      <dc:date>2013-12-16T10:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help/m-p/485163#M1129936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attach your qvw please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 10:59:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help/m-p/485163#M1129936</guid>
      <dc:creator />
      <dc:date>2013-12-16T10:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help/m-p/485164#M1129937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;already atached (to my first post, visits.qvw)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 11:13:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help/m-p/485164#M1129937</guid>
      <dc:creator />
      <dc:date>2013-12-16T11:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Need help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help/m-p/485165#M1129938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess, it would be easier if you try with Class() function like attached sample.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 11:25:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help/m-p/485165#M1129938</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-12-16T11:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help/m-p/485166#M1129939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks, but dont know how to modificate this example for my issue....if its possible..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 11:58:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help/m-p/485166#M1129939</guid>
      <dc:creator />
      <dc:date>2013-12-16T11:58:51Z</dc:date>
    </item>
  </channel>
</rss>

