<?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 Month by Month Data Comparison. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-by-Month-Data-Comparison/m-p/454517#M489575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm trying to figure out a solution for the issue I'm going to explain.&lt;/P&gt;&lt;P&gt;I have a log file which reports, day by day, all the customers accesses to a specific platforms.&lt;/P&gt;&lt;P&gt;What I'm not able to define is a way to determine how can I find out users with no accesses &lt;EM&gt;this month&lt;/EM&gt; and that have made at least an access &lt;EM&gt;during the previous one&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;Do I have to implement logics into the load scripts or is it possible to manage it with, let's say, graph expressions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the precious support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luigi Zanchi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Oct 2012 16:09:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-25T16:09:21Z</dc:date>
    <item>
      <title>Month by Month Data Comparison.</title>
      <link>https://community.qlik.com/t5/QlikView/Month-by-Month-Data-Comparison/m-p/454517#M489575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm trying to figure out a solution for the issue I'm going to explain.&lt;/P&gt;&lt;P&gt;I have a log file which reports, day by day, all the customers accesses to a specific platforms.&lt;/P&gt;&lt;P&gt;What I'm not able to define is a way to determine how can I find out users with no accesses &lt;EM&gt;this month&lt;/EM&gt; and that have made at least an access &lt;EM&gt;during the previous one&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;Do I have to implement logics into the load scripts or is it possible to manage it with, let's say, graph expressions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the precious support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luigi Zanchi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 16:09:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-by-Month-Data-Comparison/m-p/454517#M489575</guid>
      <dc:creator />
      <dc:date>2012-10-25T16:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Month by Month Data Comparison.</title>
      <link>https://community.qlik.com/t5/QlikView/Month-by-Month-Data-Comparison/m-p/454518#M489576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expression to use in a table or graphic would be something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only({1&amp;lt;Month={'$(=Month-1)'}&amp;gt; - $&amp;lt;Flag_Access={1} &amp;gt;} &amp;gt;} Users)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I should now more details about your model and your requirements to make the correct solution you need&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 17:45:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-by-Month-Data-Comparison/m-p/454518#M489576</guid>
      <dc:creator>chematos</dc:creator>
      <dc:date>2012-10-31T17:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Month by Month Data Comparison.</title>
      <link>https://community.qlik.com/t5/QlikView/Month-by-Month-Data-Comparison/m-p/454519#M489577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Josè and many thanks for your feedback.&lt;/P&gt;&lt;P&gt;Few words about the data model, in order to have a consistent focus on what the concern is all about.&lt;/P&gt;&lt;P&gt;I have a table named ACCESS which displays a row every time a Customer_ID connects to the platform, lets say an iPad.&lt;/P&gt;&lt;P&gt;This row shows the timestamp of the access so that I'm able to determine, for instance, the month of the access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would like to do is an istogram which shows for every month how many customers connected during that month have made a connection (at least) the previous one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do manage for determining it, but only if I select 1 month, or week: the statement is as the following one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=count (distinct&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;{&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;A_Customer_ID = P({$&amp;lt;AccessWeek = {$(#=Only(AccessWeek) -1 )}&amp;gt;}&amp;nbsp; A_Customer_ID )&amp;gt; * &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;A_Customer_ID = P({$&amp;lt;AccessWeek = {$(#=Only(AccessWeek)&amp;nbsp;&amp;nbsp;&amp;nbsp; )}&amp;gt;}&amp;nbsp; A_Customer_ID )&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;A_Customer_ID )&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this works only if a week is selected; the graph of course doesn't show bars if all the weeks are selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm struggling with it a lot....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hop this can improve you understanding and many thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luigi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 10:43:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-by-Month-Data-Comparison/m-p/454519#M489577</guid>
      <dc:creator />
      <dc:date>2012-11-29T10:43:30Z</dc:date>
    </item>
  </channel>
</rss>

