<?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: Set a variable to include everything up to yesterday's date. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380330#M806763</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"Using a list box to just show my options I get:"???? Not sure I understand this? What are you expecting to see?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Oct 2017 15:56:37 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-10-30T15:56:37Z</dc:date>
    <item>
      <title>Set a variable to include everything up to yesterday's date.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380323#M806756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am hoping to set a variable to include every day up to yesterday.&amp;nbsp; My field starts in 2012 and I want to include every day from 2012 -&amp;nbsp; yesterday.&amp;nbsp; I have a variable for yesterdays date 'Date(Today() -1)' but I want to include everything up to and including that date.&amp;nbsp; I don't know if I'll need some set analysis or if there's a function that would help me with that so I would appreciate any help that can be given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&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/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380323#M806756</guid>
      <dc:creator>shinnickr</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set a variable to include everything up to yesterday's date.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380324#M806757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the expression you are using to implement this. May be create two variables like below and use them in your set analysis.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="181506" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/181506_Capture.PNG" style="height: 327px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt; DateField = {"&amp;gt;=$(v2012) &amp;lt;= $(vYesterday)" } &amp;gt;} Yourdimfield) something like this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 14:52:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380324#M806757</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-10-30T14:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set a variable to include everything up to yesterday's date.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380325#M806758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&amp;nbsp; I will use this and give it a shot and work on it from there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 14:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380325#M806758</guid>
      <dc:creator>shinnickr</dc:creator>
      <dc:date>2017-10-30T14:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set a variable to include everything up to yesterday's date.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380326#M806759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might be missing equal signs here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;DateField = {"&amp;gt;=$(&lt;SPAN style="color: #ff0000;"&gt;=&lt;/SPAN&gt;v2012) &amp;lt;= $(&lt;SPAN style="color: #ff0000;"&gt;=&lt;/SPAN&gt;vYesterday)"}&amp;gt;} Yourdimfield)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 14:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380326#M806759</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-30T14:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set a variable to include everything up to yesterday's date.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380327#M806760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;P&gt;what are you looking for, exactly?&lt;/P&gt;&lt;P&gt;If you need a filter in script, you can use something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; let vYesterday=today()-1;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; load *&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from [...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where &lt;EM&gt;Date&lt;/EM&gt;&amp;lt;=$(vYesterday);&lt;/P&gt;&lt;P&gt;On the other hand, if it is a layout matter, you can use set analysis in a chart or table, for ex.: &lt;EM&gt;Date&lt;/EM&gt; as Dimension, sum({&amp;lt;&lt;EM&gt;Date&lt;/EM&gt;={"&amp;lt;=$(vYesterday)"}&amp;gt;} &lt;EM&gt;Field&lt;/EM&gt;) as Expression.&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;IB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 14:59:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380327#M806760</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-30T14:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set a variable to include everything up to yesterday's date.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380328#M806761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oops thanks Sunny. Got it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 15:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380328#M806761</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-10-30T15:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Set a variable to include everything up to yesterday's date.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380329#M806762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got my analysis sort of working, but not with the intended output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using : =Date(Sum({&amp;lt; [Service Date] = {"&amp;gt;=$(=v2012) &amp;lt;= $(=vYesterdaysDate)"}&amp;gt;} [Service Date]), 'YYYY-MM-DD')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and using a list box to just show my options I get: &lt;/P&gt;&lt;P&gt;&lt;IMG alt="FunkyDate.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/181514_FunkyDate.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I don't think I want a sum of all the dates, I just want to list the dates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 15:47:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380329#M806762</guid>
      <dc:creator>shinnickr</dc:creator>
      <dc:date>2017-10-30T15:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set a variable to include everything up to yesterday's date.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380330#M806763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"Using a list box to just show my options I get:"???? Not sure I understand this? What are you expecting to see?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 15:56:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380330#M806763</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-30T15:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Set a variable to include everything up to yesterday's date.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380331#M806764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Irene,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do need this to be with set analysis in a chart or table.&amp;nbsp; I have tried going forward with what you'd suggested and got to =date(sum({&amp;lt;[Service Date]={"&amp;lt;=$(vYesterdaysDate)"}&amp;gt;} [Service Date]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I do that, though, I get a single date, not a list, of 09/13/13381567.&amp;nbsp; Pretty big year.... Not sure what's happening there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 15:58:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380331#M806764</guid>
      <dc:creator>shinnickr</dc:creator>
      <dc:date>2017-10-30T15:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Set a variable to include everything up to yesterday's date.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380332#M806765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am just using a list box to show my current options for the expression.&amp;nbsp; So what I'm hoping to see is all my dates listed from 2012 up to yesterday.&amp;nbsp; I was just using it as a visual tool to see if my expression was working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance, if I make a list box with my date field I'm working with [Service Date] I get:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Dates.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/181515_Dates.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is every date listed out, including dates I don't want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I was hoping to see with the list box with my expression in it is all the dates from 2012 to the current date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 15:59:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380332#M806765</guid>
      <dc:creator>shinnickr</dc:creator>
      <dc:date>2017-10-30T15:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Set a variable to include everything up to yesterday's date.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380333#M806766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share your sample app and what is your expected output?&lt;/P&gt;&lt;P&gt;IF its&amp;nbsp; a list box just use like below in your listbox expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= IF(DateField &amp;gt;= $(v2012) AND DateField &amp;lt;= $(vYesterday), DateField) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 16:01:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380333#M806766</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-10-30T16:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Set a variable to include everything up to yesterday's date.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380334#M806767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use text box object rather then list box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 16:01:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380334#M806767</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-30T16:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set a variable to include everything up to yesterday's date.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380335#M806768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I still get the same thing.&amp;nbsp; A date of '13515664-06-18'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 16:03:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380335#M806768</guid>
      <dc:creator>shinnickr</dc:creator>
      <dc:date>2017-10-30T16:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set a variable to include everything up to yesterday's date.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380336#M806769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share your expression? Do not use Sum in your expression use IF. As mentioned in my earlier message. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 16:05:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380336#M806769</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-10-30T16:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Set a variable to include everything up to yesterday's date.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380337#M806770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the expression &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Date(Sum({&amp;lt; [Service Date] = {"&amp;gt;=$(=v2012) &amp;lt;= $(=vYesterdaysDate)"}&amp;gt;} [Service Date]), 'YYYY-MM-DD')&lt;/SPAN&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;&lt;BR /&gt;&lt;/SPAN&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;And I am just using the list box as a visual tool to see if my expression is working.&amp;nbsp; I apologize for being unclear.&lt;/SPAN&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;My end-goal is to have a filter that selects every day from 'min(DateField) to Date(Today() -1)'.&amp;nbsp; That's what I'm working towards.&amp;nbsp; I was using the list box just to see if my expression was working the way I'd intended.&amp;nbsp; Perhaps I should have been going about it a different way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 16:14:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380337#M806770</guid>
      <dc:creator>shinnickr</dc:creator>
      <dc:date>2017-10-30T16:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set a variable to include everything up to yesterday's date.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380338#M806771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cant use listbox to sum the value. If you want to use sum function you have to use Textbox as Sunny mentioned in his earlier reply. If you want to see the dates use IF as i mentioned. Sum() or Count() for those dates can be displayed beside when you use expression tab and write an expression in that listbox. like here&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/181518_Capture.PNG" style="height: 340px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;What are you expecting in your listbox? All the dates just use IF condition and check. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 16:17:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380338#M806771</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-10-30T16:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set a variable to include everything up to yesterday's date.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380339#M806772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I'm hoping to see in my list box is all the days from min(DateField) to yesterday's date.&amp;nbsp; I have dates in my DateField that are in the future currently (like up to 2018), and I do not want those in the selection.&amp;nbsp; I am trying to set a filter that only shows from the beginning of the data to yesterday's date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using&lt;/P&gt;&lt;P&gt;=IF&lt;/P&gt;&lt;P&gt;([Service Date] &amp;gt;= MIN([Service Date])&lt;/P&gt;&lt;P&gt;AND&lt;/P&gt;&lt;P&gt;[Service Date] &amp;lt;= $(vYesterdaysDate), [Service Date])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I was not getting anything returned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 16:24:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380339#M806772</guid>
      <dc:creator>shinnickr</dc:creator>
      <dc:date>2017-10-30T16:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Set a variable to include everything up to yesterday's date.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380340#M806773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If([Service Date] &amp;lt; Today(), [Service Date])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 16:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380340#M806773</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-30T16:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set a variable to include everything up to yesterday's date.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380341#M806774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes your will not cos the format i different when you use min. So use like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF ([Service Date] &amp;gt;= Date(MIN([Service Date]), 'YYYY-MM-DD'), &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;AND&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Service Date] &amp;lt;= '$(vYesterdaysDate)', [Service Date])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 16:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380341#M806774</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-10-30T16:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set a variable to include everything up to yesterday's date.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380342#M806775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect.&amp;nbsp; Now I'm seeing exactly what I wanted to see in my list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now how do I turn that into something I can use as an OnActivateSheet trigger to select all of those dates?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 16:29:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-a-variable-to-include-everything-up-to-yesterday-s-date/m-p/1380342#M806775</guid>
      <dc:creator>shinnickr</dc:creator>
      <dc:date>2017-10-30T16:29:11Z</dc:date>
    </item>
  </channel>
</rss>

