<?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: Unique Visits in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Unique-Visits/m-p/891590#M310545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load StudentID,Year(DateAttended) As Year,Count(DISTINCT Month(DateAttended)) Group By StudentID,Year(DateAttended);&lt;/P&gt;&lt;P&gt;Load StudentID,Date#(DateAttended,'DD/MM/YYYY') As DateAttended Inline [&lt;/P&gt;&lt;P&gt;StudentID,DateAttended&lt;/P&gt;&lt;P&gt;100,1/1/2015&lt;/P&gt;&lt;P&gt;100,1/2/2015&lt;/P&gt;&lt;P&gt;100,2/2/2015&lt;/P&gt;&lt;P&gt;101,1/2/2015 ];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Apr 2015 08:20:59 GMT</pubDate>
    <dc:creator>anbu1984</dc:creator>
    <dc:date>2015-04-10T08:20:59Z</dc:date>
    <item>
      <title>Unique Visits</title>
      <link>https://community.qlik.com/t5/QlikView/Unique-Visits/m-p/891589#M310544</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 have a requirement that i have to Count Distinct Students Attended in a Month, Next month and so on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so IF one student was attending the whole year it would be 12 Attends, Even if he was coming to school everyday?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 07:49:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unique-Visits/m-p/891589#M310544</guid>
      <dc:creator />
      <dc:date>2015-04-10T07:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unique Visits</title>
      <link>https://community.qlik.com/t5/QlikView/Unique-Visits/m-p/891590#M310545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load StudentID,Year(DateAttended) As Year,Count(DISTINCT Month(DateAttended)) Group By StudentID,Year(DateAttended);&lt;/P&gt;&lt;P&gt;Load StudentID,Date#(DateAttended,'DD/MM/YYYY') As DateAttended Inline [&lt;/P&gt;&lt;P&gt;StudentID,DateAttended&lt;/P&gt;&lt;P&gt;100,1/1/2015&lt;/P&gt;&lt;P&gt;100,1/2/2015&lt;/P&gt;&lt;P&gt;100,2/2/2015&lt;/P&gt;&lt;P&gt;101,1/2/2015 ];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 08:20:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unique-Visits/m-p/891590#M310545</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-04-10T08:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Unique Visits</title>
      <link>https://community.qlik.com/t5/QlikView/Unique-Visits/m-p/891591#M310546</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;i want to use the code in Front End Expression on a straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 08:31:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unique-Visits/m-p/891591#M310546</guid>
      <dc:creator />
      <dc:date>2015-04-10T08:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unique Visits</title>
      <link>https://community.qlik.com/t5/QlikView/Unique-Visits/m-p/891592#M310547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Front End,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use StudentID,Year As dimension and Use Count(Distinct Month) as expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Load *,Year(DateAttended) As Year,Month(DateAttended) As Month;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Load StudentID,Date#(DateAttended,'DD/MM/YYYY') As DateAttended Inline [&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;StudentID,DateAttended&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;100,1/1/2015&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;100,1/2/2015&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;100,2/2/2015&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;101,1/2/2015 ];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 08:42:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unique-Visits/m-p/891592#M310547</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-04-10T08:42:52Z</dc:date>
    </item>
  </channel>
</rss>

