<?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 count days in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/count-days/m-p/251541#M95407</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;something easy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to count the amount of activity in a web site. the data I have related with dates is 3 diffrent fields.&lt;/P&gt;&lt;P&gt;I want to set a graph showing how much times I can see every one of the 3 fields in a year then a quarter and a month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my fields name is: follows, search and registers. all of them contain dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you in advance.&lt;/P&gt;&lt;P&gt;Asaf Cadmon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 16 Oct 2011 11:25:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-10-16T11:25:02Z</dc:date>
    <item>
      <title>count days</title>
      <link>https://community.qlik.com/t5/QlikView/count-days/m-p/251541#M95407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;something easy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to count the amount of activity in a web site. the data I have related with dates is 3 diffrent fields.&lt;/P&gt;&lt;P&gt;I want to set a graph showing how much times I can see every one of the 3 fields in a year then a quarter and a month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my fields name is: follows, search and registers. all of them contain dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you in advance.&lt;/P&gt;&lt;P&gt;Asaf Cadmon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Oct 2011 11:25:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-days/m-p/251541#M95407</guid>
      <dc:creator />
      <dc:date>2011-10-16T11:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: count days</title>
      <link>https://community.qlik.com/t5/QlikView/count-days/m-p/251542#M95408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Asaf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached. There are many possible solutions, but this would be my approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Oct 2011 17:42:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-days/m-p/251542#M95408</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2011-10-16T17:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: count days</title>
      <link>https://community.qlik.com/t5/QlikView/count-days/m-p/251543#M95409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Asaf Cadmon,&lt;/P&gt;&lt;P&gt;Load data like this&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;OLEDB CONNECT TO [Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=master;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=DHC0N04J;Use Encryption for Data=False;Tag with column collation when possible=False];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Follows,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; YEAR(Follows)&amp;nbsp;&amp;nbsp;&amp;nbsp; AS [Year-Follows], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Registers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; YEAR(Registers)&amp;nbsp;&amp;nbsp;&amp;nbsp; AS [Year-Registers],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Search,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; YEAR(Search)&amp;nbsp;&amp;nbsp;&amp;nbsp; AS [Year-Search];&lt;/P&gt;&lt;P&gt;SELECT * FROM master.dbo."site use";&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;In bar chart create [Year-Follows] as Dimension and SUM(IF([Year-Follows]=[Year-Registers],1,0)) as Expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2011 01:56:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-days/m-p/251543#M95409</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2011-10-17T01:56:23Z</dc:date>
    </item>
    <item>
      <title>count days</title>
      <link>https://community.qlik.com/t5/QlikView/count-days/m-p/251544#M95410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wow, you two did some wonderful work here!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2011 08:04:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-days/m-p/251544#M95410</guid>
      <dc:creator />
      <dc:date>2011-10-17T08:04:42Z</dc:date>
    </item>
  </channel>
</rss>

