<?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: Comparison over time in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Comparison-over-time/m-p/725573#M1058663</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vincent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that was only an example of course. You can use set_analysis with any kind of aggregation_function (sum, avg, count, only ...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Sep 2014 10:28:31 GMT</pubDate>
    <dc:creator>datanibbler</dc:creator>
    <dc:date>2014-09-30T10:28:31Z</dc:date>
    <item>
      <title>Comparison over time</title>
      <link>https://community.qlik.com/t5/QlikView/Comparison-over-time/m-p/725570#M1058660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two identical table on my sheet and the first one needs to shows statistics in function of the selections (year and month) made on the sheet.&lt;/P&gt;&lt;P&gt;The second table, on the other hand, have not to take into account the different selections (year and month) made, but it has to give statistics for a longer period with a start date determined in a specif field. Since theses start dates are not the same for each machine, I stored that value (start date) in a variable: vStartDate so it changes in function of the selected machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I'm trying to set this varaible as a condition of calculation in my table so it can show me statistics for a period starting form vStartDate to Today(). Since the expression in my two tables are exactly the same, I would like not to change them with a condition in the second table. I found a filed calculation condition in the properties and tried to put a condition like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JC_OPE_DATE&amp;gt;=vStartDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where JC_OPE_DATE is the field with the date in each line of my database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this is not working &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; is there another way? Moreover, it still takes into account the previous selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 10:10:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparison-over-time/m-p/725570#M1058660</guid>
      <dc:creator />
      <dc:date>2014-09-30T10:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison over time</title>
      <link>https://community.qlik.com/t5/QlikView/Comparison-over-time/m-p/725571#M1058661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vincent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try set_analysis - in the second table (the one that should not consider user_selections)&lt;/P&gt;&lt;P&gt;=&amp;gt; You can use the parameter 1 to ignore all user_selections to begin with, and then (inside the &amp;lt;&amp;gt;) you can specify the conditions you want to fix instead.&lt;/P&gt;&lt;P&gt;Ex.: If you have a sum and you want to ignore user_selections, you go like&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; sum({1} [field]) &amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;=&amp;gt; If you want to put another condition instead, based on that variable v_Start, you go like&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; sum({1&amp;lt;[filter_field] = {"$(= '&amp;gt;' &amp;amp; v_Start)"}&amp;gt;} [field]) &amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;==&amp;gt; That ignores all selections and then concatenates the '&amp;gt;' sign and the variable into a search_string (in a set_expression, you can only use the =, so you have to build up your search_value accordingly.&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 10:19:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparison-over-time/m-p/725571#M1058661</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-09-30T10:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison over time</title>
      <link>https://community.qlik.com/t5/QlikView/Comparison-over-time/m-p/725572#M1058662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, thanks for your answer, it is what I had in mind, but I cannot do a sum on&amp;nbsp; filed on the whole table since the different expressions are not supposed to sum a field &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 10:22:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparison-over-time/m-p/725572#M1058662</guid>
      <dc:creator />
      <dc:date>2014-09-30T10:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison over time</title>
      <link>https://community.qlik.com/t5/QlikView/Comparison-over-time/m-p/725573#M1058663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vincent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that was only an example of course. You can use set_analysis with any kind of aggregation_function (sum, avg, count, only ...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 10:28:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparison-over-time/m-p/725573#M1058663</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-09-30T10:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison over time</title>
      <link>https://community.qlik.com/t5/QlikView/Comparison-over-time/m-p/725574#M1058664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I looked fo the different functions of aggregations and I really don't see how it could work &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; I understand how the set analysis works, because I used it in previous expressions. But on the table itself I don' have to calculate somtehing, I just need it to base the different expressions (columns) used in the table on a specific period &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 11:11:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparison-over-time/m-p/725574#M1058664</guid>
      <dc:creator />
      <dc:date>2014-09-30T11:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison over time</title>
      <link>https://community.qlik.com/t5/QlikView/Comparison-over-time/m-p/725575#M1058665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought I could use de conditional calculation to do so? Do you think it is possible? What I wrote is not working &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="periodeprod.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/67960_periodeprod.png" style="width: 620px; height: 447px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 11:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparison-over-time/m-p/725575#M1058665</guid>
      <dc:creator />
      <dc:date>2014-09-30T11:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison over time</title>
      <link>https://community.qlik.com/t5/QlikView/Comparison-over-time/m-p/725576#M1058666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;peut être en utilisant les états alternatifs ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 13:20:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparison-over-time/m-p/725576#M1058666</guid>
      <dc:creator>demoustier</dc:creator>
      <dc:date>2014-09-30T13:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison over time</title>
      <link>https://community.qlik.com/t5/QlikView/Comparison-over-time/m-p/725577#M1058667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mes deux tableaux doivent s'afficher en même temps, donc ce ne sera pas possible &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 06:09:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparison-over-time/m-p/725577#M1058667</guid>
      <dc:creator />
      <dc:date>2014-10-01T06:09:17Z</dc:date>
    </item>
  </channel>
</rss>

