<?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: filtering between two dates in chart expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/filtering-between-two-dates-in-chart-expression/m-p/1755817#M719972</link>
    <description>&lt;P&gt;Thank you for the answer. The double quotes don't seem to help. But how should I confirm the date format?&lt;/P&gt;&lt;P&gt;at lost, sanelisai &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Oct 2020 10:41:41 GMT</pubDate>
    <dc:creator>sanelisai</dc:creator>
    <dc:date>2020-10-26T10:41:41Z</dc:date>
    <item>
      <title>filtering between two dates in chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/filtering-between-two-dates-in-chart-expression/m-p/1755808#M719969</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have looked for and found a solution for my question from Cliq Community, but it doesn't work for me/I don't do it correctly:&lt;/P&gt;&lt;P&gt;sum ({&amp;lt; [payments.paydate] = {' &amp;gt;= 1.4.2020 &amp;lt;= 30.9.2020'}&amp;gt;} payments.amount)&lt;/P&gt;&lt;P&gt;I need to calculate a sum between two dates (above is the date format I'm using).&amp;nbsp; How to make this correctly.&lt;/P&gt;&lt;P&gt;bs, sanelisai&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filtering-between-two-dates-in-chart-expression/m-p/1755808#M719969</guid>
      <dc:creator>sanelisai</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: filtering between two dates in chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/filtering-between-two-dates-in-chart-expression/m-p/1755810#M719970</link>
      <description>&lt;P&gt;Try changing single quote to double quote.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sum ({&amp;lt; [payments.paydate] = {" &amp;gt;= 1.4.2020 &amp;lt;= 30.9.2020"}&amp;gt;} payments.amount)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 10:24:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filtering-between-two-dates-in-chart-expression/m-p/1755810#M719970</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2020-10-26T10:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: filtering between two dates in chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/filtering-between-two-dates-in-chart-expression/m-p/1755811#M719971</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115214"&gt;@sanelisai&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you try with double quotes instead of single quotes and also, confirm the date format.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sum ({&amp;lt; [payments.paydate] = {" &amp;gt;= 1.4.2020 &amp;lt;= 30.9.2020"}&amp;gt;} payments.amount)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 10:25:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filtering-between-two-dates-in-chart-expression/m-p/1755811#M719971</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2020-10-26T10:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: filtering between two dates in chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/filtering-between-two-dates-in-chart-expression/m-p/1755817#M719972</link>
      <description>&lt;P&gt;Thank you for the answer. The double quotes don't seem to help. But how should I confirm the date format?&lt;/P&gt;&lt;P&gt;at lost, sanelisai &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 10:41:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filtering-between-two-dates-in-chart-expression/m-p/1755817#M719972</guid>
      <dc:creator>sanelisai</dc:creator>
      <dc:date>2020-10-26T10:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: filtering between two dates in chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/filtering-between-two-dates-in-chart-expression/m-p/1755819#M719973</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115214"&gt;@sanelisai&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create a listbox with &lt;SPAN&gt;payments.paydate field and confirm the date format is "dd.mm.yyyy" or "mm.dd.yyyy" or dd/mm/yyyy or any other format..&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If its different format, then change the values in set analysis like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sum ({&amp;lt; [payments.paydate] = {" &amp;gt;= 1/4/2020 &amp;lt;= 30/9/2020"}&amp;gt;} payments.amount)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 10:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filtering-between-two-dates-in-chart-expression/m-p/1755819#M719973</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2020-10-26T10:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: filtering between two dates in chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/filtering-between-two-dates-in-chart-expression/m-p/1755871#M719974</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17935"&gt;@MayilVahanan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you again for your answer! I confirmed the date and it's ok. The function doesn't work anyway. Could the problem be in autocalendar? I have now tried both (payments.paydate.autoCalendar.Date] and [payments.paydate] and for both of them get zero.&lt;/P&gt;&lt;P&gt;br, sanelisai&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 12:23:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filtering-between-two-dates-in-chart-expression/m-p/1755871#M719974</guid>
      <dc:creator>sanelisai</dc:creator>
      <dc:date>2020-10-26T12:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: filtering between two dates in chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/filtering-between-two-dates-in-chart-expression/m-p/1755881#M719975</link>
      <description>&lt;P&gt;Thanks again,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17935"&gt;@MayilVahanan&lt;/a&gt;,&amp;nbsp;now it works! My last mistake was to have spaces in the filter. Should have been (like you had stated):&amp;nbsp;{"&amp;gt;=1.4.2020 &amp;lt;=30.9.2020"} . My version was&amp;nbsp;{"&amp;gt;= 1.4.2020 &amp;lt;= 30.9.2020"}.&lt;/P&gt;&lt;P&gt;br, sanelisai&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 12:49:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filtering-between-two-dates-in-chart-expression/m-p/1755881#M719975</guid>
      <dc:creator>sanelisai</dc:creator>
      <dc:date>2020-10-26T12:49:51Z</dc:date>
    </item>
  </channel>
</rss>

