<?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: Using Variable  depending on date in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1576916#M42017</link>
    <description>&lt;P&gt;Attached.&lt;/P&gt;&lt;P&gt;I want to show dynamics in last 12 months. Like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="5.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/11485iC8CD612DF1E01F4A/image-size/large?v=v2&amp;amp;px=999" role="button" title="5.jpg" alt="5.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But when i select, for example 2018, it shows me values of only 2018.I need all values of last 12 months.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/11486iC90CF43A8774DA3C/image-size/large?v=v2&amp;amp;px=999" role="button" title="6.jpg" alt="6.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I need to ignore date selection. There will be more filters in this sheet, therefore it is important to ignore &lt;STRONG&gt;only&lt;/STRONG&gt; the date (canonical date)&amp;nbsp; filter.&lt;/P&gt;</description>
    <pubDate>Mon, 06 May 2019 12:34:32 GMT</pubDate>
    <dc:creator>Denis2205</dc:creator>
    <dc:date>2019-05-06T12:34:32Z</dc:date>
    <item>
      <title>Using Variable  depending on date</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1574542#M41856</link>
      <description>&lt;P&gt;Hello guys.&lt;/P&gt;&lt;P&gt;Met a problem in QlikSense. I want to show the current value of KPI and show it in the dynamics in the context of months. But the values in the table are calculated incorrect until you select one period. The values in the table vary depending on the selected period, but it should not be so. Help solve this problem.&lt;/P&gt;&lt;P&gt;For example, when i do not choose the period in filter it shows one value, when i choose period, it shows another value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.jpg" style="width: 880px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/11100i57F76C1EF449D6F3/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.jpg" alt="1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Now it shows 750 in 2019-aprl. And it is not correct value.&lt;/P&gt;&lt;P&gt;And when you sum values of &lt;STRONG&gt;vClosedAtTime&amp;nbsp;&lt;/STRONG&gt;it is not equal to 6546, but it have to be.&lt;/P&gt;&lt;P&gt;So, when i choose april 2019, it shows another valure, but correct.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.jpg" style="width: 894px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/11101i6943B7C85ECF9787/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.jpg" alt="2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;These are my variables:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3.jpg" style="width: 632px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/11102i1CDF7AD34262A889/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.jpg" alt="3.jpg" /&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4.jpg" style="width: 624px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/11104iB8E4BB1B2FCA4861/image-size/large?v=v2&amp;amp;px=999" role="button" title="4.jpg" alt="4.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I think that variables &lt;STRONG&gt;vPeriodBegin&lt;/STRONG&gt; and &lt;STRONG&gt;vPeriodEnd&lt;/STRONG&gt; are not calculating correctly in table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 12:21:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1574542#M41856</guid>
      <dc:creator>Denis2205</dc:creator>
      <dc:date>2019-04-30T12:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using Variable  depending on date</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1574968#M41876</link>
      <description>&lt;P&gt;I think what you need here is Aggr() with if statement instead of using set analysis. Set analysis is evaluated once per chart and that is why you are seeing a different result based on selection and no selection. In order to help you better, would you be able to share a sample?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 11:21:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1574968#M41876</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-04-30T11:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using Variable  depending on date</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1575026#M41884</link>
      <description>&lt;P&gt;I have attached the app.&lt;/P&gt;&lt;P&gt;Could you please show me how it can be solved?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 12:23:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1575026#M41884</guid>
      <dc:creator>Denis2205</dc:creator>
      <dc:date>2019-04-30T12:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using Variable  depending on date</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1575056#M41891</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;Sum(Aggr(&lt;BR /&gt;If([Создано GMT+03:00] &amp;lt;= (max(MonthEnd(CanonicalDate)) + MakeTime(3)) and [Закрыто GMT+03:00] &amp;gt;= (min(MonthStart(CanonicalDate))+MakeTime(3)) and [Закрыто GMT+03:00] &amp;lt;= (max(MonthEnd(CanonicalDate)) + MakeTime(3)), [Подсчет])&lt;BR /&gt;, [Закрыто GMT+03:00], [Создано GMT+03:00], CanonicalDate.autoCalendar.YearMonth))&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 13:01:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1575056#M41891</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-04-30T13:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using Variable  depending on date</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1575095#M41895</link>
      <description>&lt;P&gt;Thank so much! It works &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 13:51:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1575095#M41895</guid>
      <dc:creator>Denis2205</dc:creator>
      <dc:date>2019-04-30T13:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using Variable  depending on date</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1576811#M42008</link>
      <description>Now i have another issue.&lt;BR /&gt;I need to show this values on the chart, but only last 12 months, ignoring the selected canonical date.&lt;BR /&gt;I used set analysis between the SUM and AGGR, but it work not correctly. It shows me last 12 months only, but when i select date, for example 2019, it shows me 2018 as 0.&lt;BR /&gt;How to make it?</description>
      <pubDate>Mon, 06 May 2019 09:15:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1576811#M42008</guid>
      <dc:creator>Denis2205</dc:creator>
      <dc:date>2019-05-06T09:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using Variable  depending on date</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1576891#M42016</link>
      <description>&lt;P&gt;Would you be able to share an updated sample to show what you have? and from the sample explain what you need to get?&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 11:57:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1576891#M42016</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-05-06T11:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Using Variable  depending on date</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1576916#M42017</link>
      <description>&lt;P&gt;Attached.&lt;/P&gt;&lt;P&gt;I want to show dynamics in last 12 months. Like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="5.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/11485iC8CD612DF1E01F4A/image-size/large?v=v2&amp;amp;px=999" role="button" title="5.jpg" alt="5.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But when i select, for example 2018, it shows me values of only 2018.I need all values of last 12 months.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/11486iC90CF43A8774DA3C/image-size/large?v=v2&amp;amp;px=999" role="button" title="6.jpg" alt="6.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I need to ignore date selection. There will be more filters in this sheet, therefore it is important to ignore &lt;STRONG&gt;only&lt;/STRONG&gt; the date (canonical date)&amp;nbsp; filter.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 12:34:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1576916#M42017</guid>
      <dc:creator>Denis2205</dc:creator>
      <dc:date>2019-05-06T12:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using Variable  depending on date</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1576929#M42018</link>
      <description>&lt;P&gt;When 2018 is selected, you would want to still see the latest 12 months or 12 months from the max value? I can't read your month year, but if we go by calendar year, would you want to see 12 months from Jan-2018 to Dec-2018 when 2018 is selected and if the user select July 2018, you would want to see Aug-2017 to July-2018?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, it seems that the attached sample only has data for 2018 &amp;amp; 2019, is this true for your real app, or is this only a sample of the overall data? The reason I ask this is because you need to have older months&amp;nbsp; in your app if you want to display them in the chart.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 12:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1576929#M42018</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-05-06T12:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using Variable  depending on date</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1576938#M42019</link>
      <description>&lt;P&gt;I need to see 12 last months from today.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have only 2018, 2019 year data &amp;nbsp;&lt;/P&gt;&lt;P&gt;So here are translations:&lt;/P&gt;&lt;P&gt;Янв -January&lt;/P&gt;&lt;P&gt;Фев - February&lt;/P&gt;&lt;P&gt;Мар - March&lt;/P&gt;&lt;P&gt;Апр - Apr&lt;/P&gt;&lt;P&gt;Май - May&lt;/P&gt;&lt;P&gt;Июн - June&lt;/P&gt;&lt;P&gt;Июл - July&lt;/P&gt;&lt;P&gt;Авг -August&lt;/P&gt;&lt;P&gt;Сен - September&lt;/P&gt;&lt;P&gt;Окт- October&lt;/P&gt;&lt;P&gt;Ноя - November&lt;/P&gt;&lt;P&gt;Дек - December&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope it helps &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 13:07:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1576938#M42019</guid>
      <dc:creator>Denis2205</dc:creator>
      <dc:date>2019-05-06T13:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using Variable  depending on date</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1576945#M42021</link>
      <description>&lt;P&gt;So, regardless of the selection, you always want to see 12 months from today? May be try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum({1&amp;lt;[CanonicalDate.autoCalendar.Date], [CanonicalDate.autoCalendar.Month], [CanonicalDate.autoCalendar.Quarter], [CanonicalDate.autoCalendar.Year]&amp;gt;}
Aggr(
If(Only({1&amp;lt;[CanonicalDate.autoCalendar.Date], [CanonicalDate.autoCalendar.Month], [CanonicalDate.autoCalendar.Quarter], [CanonicalDate.autoCalendar.Year]&amp;gt;}[Создано GMT+03:00]) &amp;lt;= (Max({1&amp;lt;[CanonicalDate.autoCalendar.Date], [CanonicalDate.autoCalendar.Month], [CanonicalDate.autoCalendar.Quarter], [CanonicalDate.autoCalendar.Year]&amp;gt;}MonthEnd(CanonicalDate)) + MakeTime(2,59,59)) 
and Only({1&amp;lt;[CanonicalDate.autoCalendar.Date], [CanonicalDate.autoCalendar.Month], [CanonicalDate.autoCalendar.Quarter], [CanonicalDate.autoCalendar.Year]&amp;gt;}[Закрыто GMT+03:00]) &amp;gt;= (Min({1&amp;lt;[CanonicalDate.autoCalendar.Date], [CanonicalDate.autoCalendar.Month], [CanonicalDate.autoCalendar.Quarter], [CanonicalDate.autoCalendar.Year]&amp;gt;}MonthStart(CanonicalDate))+MakeTime(3)) 
and Only({1&amp;lt;[CanonicalDate.autoCalendar.Date], [CanonicalDate.autoCalendar.Month], [CanonicalDate.autoCalendar.Quarter], [CanonicalDate.autoCalendar.Year]&amp;gt;}[Закрыто GMT+03:00]) &amp;lt;= (Max({1&amp;lt;[CanonicalDate.autoCalendar.Date], [CanonicalDate.autoCalendar.Month], [CanonicalDate.autoCalendar.Quarter], [CanonicalDate.autoCalendar.Year]&amp;gt;}MonthEnd(CanonicalDate)) + MakeTime(2,59,59))
,
Only({1&amp;lt;[CanonicalDate.autoCalendar.Date], [CanonicalDate.autoCalendar.Month], [CanonicalDate.autoCalendar.Quarter], [CanonicalDate.autoCalendar.Year]&amp;gt;}[Подсчет]))
, [Закрыто GMT+03:00], [Создано GMT+03:00], CanonicalDate.autoCalendar.YearMonth))&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 06 May 2019 13:22:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1576945#M42021</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-05-06T13:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using Variable  depending on date</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1576957#M42022</link>
      <description>&lt;P&gt;It works, BUT:&lt;/P&gt;&lt;P&gt;1. It works very slow, because of this big formula.&lt;/P&gt;&lt;P&gt;In my real app there are 9 charts like this, so i think Qlik will die there. May be there is another way?&lt;/P&gt;&lt;P&gt;2. It ignores all the filters. In attached case i have a simple sample. But in a real app i have more filters and interactive charts, so i need to show this chart just ignoring the CanonicalDate field.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 13:40:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1576957#M42022</guid>
      <dc:creator>Denis2205</dc:creator>
      <dc:date>2019-05-06T13:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using Variable  depending on date</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1576962#M42023</link>
      <description>&lt;P&gt;1) You can look into implementing&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/The-As-Of-Table/ba-p/1466130" target="_blank" rel="noopener"&gt;The As Of Table&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2) You can remove 1 from your set analysis and it will only ignore the fields specified in your set analysis&lt;/P&gt;&lt;P&gt;{&lt;STRIKE&gt;&lt;FONT color="#FF0000"&gt;1&lt;/FONT&gt;&lt;/STRIKE&gt;&amp;lt;&lt;FONT color="#339966"&gt;[CanonicalDate.autoCalendar.Date], [CanonicalDate.autoCalendar.Month], [CanonicalDate.autoCalendar.Quarter], [CanonicalDate.autoCalendar.Year]&lt;/FONT&gt;&amp;gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;So, remove red 1, and keep green field names&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 13:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1576962#M42023</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-05-06T13:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Using Variable  depending on date</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1576977#M42024</link>
      <description>&lt;P&gt;1. I will read it, ok.&lt;/P&gt;&lt;P&gt;2. When i remove&amp;nbsp;&lt;STRONG&gt;&amp;nbsp;1 &lt;/STRONG&gt;from set analysis, it does not work. When i select 2019 in filter, it shows me just months of 2019 year.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 13:59:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1576977#M42024</guid>
      <dc:creator>Denis2205</dc:creator>
      <dc:date>2019-05-06T13:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using Variable  depending on date</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1577016#M42030</link>
      <description>&lt;P&gt;1) I think this might be because you are using derived calendar. May be create a regular calendar object and then ignoring selection should work.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 14:42:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1577016#M42030</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-05-06T14:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Using Variable  depending on date</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1577023#M42031</link>
      <description>&lt;P&gt;Actually even with derived dates seems to be working for me&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/11503i14AB776DF6617CFE/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In the image above, I selected 2018, but still see 2019 in the chart and this was my expression&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum({&amp;lt;[CanonicalDate.autoCalendar.Date], [CanonicalDate.autoCalendar.Month], [CanonicalDate.autoCalendar.Quarter], [CanonicalDate.autoCalendar.Year]&amp;gt;}
Aggr(
If(Only({&amp;lt;[CanonicalDate.autoCalendar.Date], [CanonicalDate.autoCalendar.Month], [CanonicalDate.autoCalendar.Quarter], [CanonicalDate.autoCalendar.Year]&amp;gt;}[Создано GMT+03:00]) &amp;lt;= (Max({&amp;lt;[CanonicalDate.autoCalendar.Date], [CanonicalDate.autoCalendar.Month], [CanonicalDate.autoCalendar.Quarter], [CanonicalDate.autoCalendar.Year]&amp;gt;}MonthEnd(CanonicalDate)) + MakeTime(2,59,59)) 
and Only({&amp;lt;[CanonicalDate.autoCalendar.Date], [CanonicalDate.autoCalendar.Month], [CanonicalDate.autoCalendar.Quarter], [CanonicalDate.autoCalendar.Year]&amp;gt;}[Закрыто GMT+03:00]) &amp;gt;= (Min({&amp;lt;[CanonicalDate.autoCalendar.Date], [CanonicalDate.autoCalendar.Month], [CanonicalDate.autoCalendar.Quarter], [CanonicalDate.autoCalendar.Year]&amp;gt;}MonthStart(CanonicalDate))+MakeTime(3)) 
and Only({&amp;lt;[CanonicalDate.autoCalendar.Date], [CanonicalDate.autoCalendar.Month], [CanonicalDate.autoCalendar.Quarter], [CanonicalDate.autoCalendar.Year]&amp;gt;}[Закрыто GMT+03:00]) &amp;lt;= (Max({&amp;lt;[CanonicalDate.autoCalendar.Date], [CanonicalDate.autoCalendar.Month], [CanonicalDate.autoCalendar.Quarter], [CanonicalDate.autoCalendar.Year]&amp;gt;}MonthEnd(CanonicalDate)) + MakeTime(2,59,59))
,
Only({&amp;lt;[CanonicalDate.autoCalendar.Date], [CanonicalDate.autoCalendar.Month], [CanonicalDate.autoCalendar.Quarter], [CanonicalDate.autoCalendar.Year]&amp;gt;}[Подсчет]))
, [Закрыто GMT+03:00], [Создано GMT+03:00], CanonicalDate.autoCalendar.YearMonth))&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 06 May 2019 14:51:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1577023#M42031</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-05-06T14:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using Variable  depending on date</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1578132#M42115</link>
      <description>&lt;P&gt;i read about AS OF TABLE, and do not know how it can helps me.&lt;/P&gt;&lt;P&gt;But i created regular calendar, and it is ok. thanks.&lt;/P&gt;&lt;P&gt;Now i can not understand, why date range does not work. When i want to select a period within the month, for example from 13.04.2019 to 30.04.2019 it does not react.&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 20:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Variable-depending-on-date/m-p/1578132#M42115</guid>
      <dc:creator>Denis2205</dc:creator>
      <dc:date>2019-05-08T20:50:04Z</dc:date>
    </item>
  </channel>
</rss>

