<?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: how to write an expression for date range using variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-write-an-expression-for-date-range-using-variable/m-p/101961#M752017</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;so you want me to do changes here ?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;Sold_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;"&amp;gt;=$(&lt;/SPAN&gt;"=Date('&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(vCurrentYearDate)'-$(vComparisonDays)"&lt;/EM&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;)&amp;lt;=$("&lt;SPAN style="font-size: 13.3333px;"&gt;=lastDate)"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[inv_value]&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;so you want me to do the changes here?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;please check the variable declaration list here &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;IMG alt="PAINT2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217400_PAINT2.png" style="width: 620px; height: 177px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Nov 2018 11:08:40 GMT</pubDate>
    <dc:creator>sakshikaul</dc:creator>
    <dc:date>2018-11-02T11:08:40Z</dc:date>
    <item>
      <title>how to write an expression for date range using variable</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-an-expression-for-date-range-using-variable/m-p/101957#M752013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to write an expression using variables start_date and end_date as shown in image&lt;/P&gt;&lt;P&gt;I want to show sales between the start_date and end_date. Both start_date and end_date are variables and these are text boxes&lt;/P&gt;&lt;P&gt;Now want to call both the variables in chart by writing expression using set analysis, Please help me in writing the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="PAINT2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217385_PAINT2.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;please help &lt;A href="https://community.qlik.com/qlik-users/171708" target="_blank"&gt;stalwar1&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-an-expression-for-date-range-using-variable/m-p/101957#M752013</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to write an expression for date range using variable</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-an-expression-for-date-range-using-variable/m-p/101958#M752014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sakshi, it can be something like:&lt;/P&gt;&lt;P&gt;Sum(&lt;EM&gt;{&amp;lt;Start_Date={"&amp;gt;=$(vLastYearDate)&amp;lt;=$(vCurrentYearDate)"}&amp;gt;}&lt;/EM&gt; MetricField)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&amp;lt;...&amp;gt;} -&amp;gt; Define set analysis&lt;/P&gt;&lt;P&gt;Start_Date= -&amp;gt; Field to filter&lt;/P&gt;&lt;P&gt;{"..."} -&amp;gt; Conditions to filter&lt;/P&gt;&lt;P&gt;$() -&amp;gt; Gets the variable value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 10:10:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-an-expression-for-date-range-using-variable/m-p/101958#M752014</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-11-02T10:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to write an expression for date range using variable</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-an-expression-for-date-range-using-variable/m-p/101959#M752015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;This expression is working but in my report I have following requirement&lt;/P&gt;&lt;P&gt;I have an internal table maintained in the qlikview&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;InlinetableLastYear:&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 12pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;InlineDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, 'DD/MM/YYYY'), 'D/MM/YYYY') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;lastDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;,&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;event&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[&lt;BR /&gt; &lt;BR /&gt; InlineDate,event&lt;BR /&gt; &lt;BR /&gt; 10/10/2018,Diwali&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Now as shown in an image below , when the user will select comparison no. of days as 5 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;the date will be selected for which the user Is willing to see the sales &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;last_date=10 oct 2018 - comparison no of days =5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;so final result is 5/10/2018&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;so here 5/10/2018 will become as start_date taken in variable in text box and end_date will be 10/10/2018&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;IMG alt="PAINT2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217386_PAINT2.png" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;so when I am changing the value of no of comparison days from 5 to 3 the date is changing in text box as seen in image but the result in chart is not being reflected so what changes are required in expression to achieve the same ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;please help as soon as possible &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;IMG alt="PAINT2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/217387_PAINT2.png" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 10:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-an-expression-for-date-range-using-variable/m-p/101959#M752015</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2018-11-02T10:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to write an expression for date range using variable</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-an-expression-for-date-range-using-variable/m-p/101960#M752016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Following last example &lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vCurrentYearDate &lt;/EM&gt;can be "&lt;SPAN style="font-size: 13.3333px;"&gt;=lastDate&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;And &lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vLastYearDate&lt;/EM&gt; can be "=Date('&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(vCurrentYearDate)'-$(vComparisonDays)"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum(&lt;/SPAN&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{&amp;lt;Start_Date={"&amp;gt;=$(vLastYearDate)&amp;lt;=$(vCurrentYearDate)"}&amp;gt;}&lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; MetricField)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 10:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-an-expression-for-date-range-using-variable/m-p/101960#M752016</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-11-02T10:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to write an expression for date range using variable</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-an-expression-for-date-range-using-variable/m-p/101961#M752017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;so you want me to do changes here ?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;Sold_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;"&amp;gt;=$(&lt;/SPAN&gt;"=Date('&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(vCurrentYearDate)'-$(vComparisonDays)"&lt;/EM&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;)&amp;lt;=$("&lt;SPAN style="font-size: 13.3333px;"&gt;=lastDate)"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[inv_value]&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;so you want me to do the changes here?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;please check the variable declaration list here &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;IMG alt="PAINT2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217400_PAINT2.png" style="width: 620px; height: 177px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 11:08:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-an-expression-for-date-range-using-variable/m-p/101961#M752017</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2018-11-02T11:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to write an expression for date range using variable</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-an-expression-for-date-range-using-variable/m-p/101962#M752018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you upload a sample copy of the document?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In file -&amp;gt; Reduce data you can make a smaller document.&lt;/P&gt;&lt;P&gt;In Document properties -&amp;gt; Cipher you can scramble field values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 11:14:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-an-expression-for-date-range-using-variable/m-p/101962#M752018</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-11-02T11:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to write an expression for date range using variable</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-an-expression-for-date-range-using-variable/m-p/101963#M752019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;now from where I can get attach option to attach a doucument?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 12:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-an-expression-for-date-range-using-variable/m-p/101963#M752019</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2018-11-02T12:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to write an expression for date range using variable</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-an-expression-for-date-range-using-variable/m-p/101964#M752020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use advanced editor.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Captura1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217393_Captura1.PNG" style="height: 110px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below the body you have the option to 'attach'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 12:27:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-an-expression-for-date-range-using-variable/m-p/101964#M752020</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-11-02T12:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to write an expression for date range using variable</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-an-expression-for-date-range-using-variable/m-p/101965#M752021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please send me the link from where I will get this advanced editor page ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2018 03:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-an-expression-for-date-range-using-variable/m-p/101965#M752021</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2018-11-05T03:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to write an expression for date range using variable</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-an-expression-for-date-range-using-variable/m-p/101966#M752022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="PAINT2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217497_PAINT2.png" style="height: 358px; width: 620px;" /&gt;Why I am not able to attach this document ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2018 03:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-an-expression-for-date-range-using-variable/m-p/101966#M752022</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2018-11-05T03:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to write an expression for date range using variable</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-an-expression-for-date-range-using-variable/m-p/101967#M752023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;qvw attachement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2018 06:50:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-an-expression-for-date-range-using-variable/m-p/101967#M752023</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2018-11-05T06:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to write an expression for date range using variable</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-an-expression-for-date-range-using-variable/m-p/101968#M752024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please help &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌, &lt;A href="https://community.qlik.com/qlik-users/21969"&gt;rubenmarin&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/218859"&gt;loveisfail&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2018 04:16:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-an-expression-for-date-range-using-variable/m-p/101968#M752024</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2018-11-06T04:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to write an expression for date range using variable</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-an-expression-for-date-range-using-variable/m-p/101969#M752025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure - Can you tell us Which sheet we need to look and explain little more, Which filters are happened and what you want to calculate?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2018 04:30:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-an-expression-for-date-range-using-variable/m-p/101969#M752025</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-11-06T04:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to write an expression for date range using variable</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-an-expression-for-date-range-using-variable/m-p/101970#M752026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;Hi,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;I want to write an expression using variables start_date and end_date as shown in image&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;I want to show sales between the start_date and end_date. Both start_date and end_date are variables and these are text boxes&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;Now want to call both the variables in chart by writing expression using set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt; &lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;I want when user will select an event and will select a corresponding even date (lastDate)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;now if user wants to&amp;nbsp; know the sales on&amp;nbsp; pre event date ie sales before 10 days with respect to selected date&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;and after once we get the date in text box that date will become starting date and last date will be as an event date&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;so I need to write an expression for start date and end date in pivot chart. How to write an expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2018 04:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-an-expression-for-date-range-using-variable/m-p/101970#M752026</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2018-11-06T04:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to write an expression for date range using variable</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-an-expression-for-date-range-using-variable/m-p/101971#M752027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sakshi, there is no data to test in this sample. In reduce data you can select keep possible values to at least have some data to play.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, the answer should be closer to:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(&lt;/SPAN&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{&amp;lt;Start_Date={"&amp;gt;=$(vLastYearDate)&amp;lt;=$(vCurrentYearDate)"}&amp;gt;}&lt;/EM&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; MetricField)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vLastYearDate &lt;/EM&gt;is a variable with value: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Date('&lt;/SPAN&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(vCurrentYearDate)'-$(vComparisonDays))&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vCurrentYearDate &lt;/EM&gt;is a variable with value: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;=Date(lastDate)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2018 07:38:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-an-expression-for-date-range-using-variable/m-p/101971#M752027</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-11-06T07:38:57Z</dc:date>
    </item>
  </channel>
</rss>

