<?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 retrieve Yesterday's info using an expression in a text box? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302547#M828091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try adding = in the Date(Today ) like:&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({$&amp;lt; Date_Dash = {&lt;STRONG style="color: #ff0000;"&gt;" =&lt;/STRONG&gt; $(= Date(Today()-1, 'MM/DD/YYYY'))} , Program_Dash = {'Mechanical Inspection'}, Status_Dash = {'Completed'} &amp;gt;} Processed_Dash)&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;Can you show me the format of your Date_Dash field? &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jun 2017 20:49:55 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2017-06-29T20:49:55Z</dc:date>
    <item>
      <title>How to retrieve Yesterday's info using an expression in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302544#M828088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey everyone,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to get yesterday's data from my database and the text box stays empty. I can hard code the date and it works fine, but I need this to be automated and having some trouble using the Today()-1 function. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Date_Dash={(Date('Today() -1')},Program_Dash={'Mechanical Inspection'},Status_Dash={'Completed'}&amp;gt;} Processed_Dash)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also tried creating a variable in Main and using it in the 'Date(Today()-1)' place as well, no results. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&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-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302544#M828088</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve Yesterday's info using an expression in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302545#M828089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Sum({$&amp;lt; Date_Dash = {"$(= Date(Today()-1, 'MM/DD/YYYY'))} , Program_Dash = {'Mechanical Inspection'}, Status_Dash = {'Completed'} &amp;gt;} Processed_Dash)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assumed Date_Dash date format is MM/DD/YYYY. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 19:55:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302545#M828089</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-06-29T19:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve Yesterday's info using an expression in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302546#M828090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, that gives me nothing too. I could either get a 0 answer or a blank return.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 20:38:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302546#M828090</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-06-29T20:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve Yesterday's info using an expression in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302547#M828091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try adding = in the Date(Today ) like:&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({$&amp;lt; Date_Dash = {&lt;STRONG style="color: #ff0000;"&gt;" =&lt;/STRONG&gt; $(= Date(Today()-1, 'MM/DD/YYYY'))} , Program_Dash = {'Mechanical Inspection'}, Status_Dash = {'Completed'} &amp;gt;} Processed_Dash)&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;Can you show me the format of your Date_Dash field? &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 20:49:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302547#M828091</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-06-29T20:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve Yesterday's info using an expression in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302548#M828092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adding the = did nothing for me in the equation. Still returns nothing. thank you for trying to help me out!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="jr_data.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/168620_jr_data.PNG" style="width: 620px; height: 316px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 20:57:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302548#M828092</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-06-29T20:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve Yesterday's info using an expression in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302549#M828093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So what is that your are expecting can you share a sample to what you displayed in the table? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 21:03:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302549#M828093</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-06-29T21:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve Yesterday's info using an expression in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302550#M828094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The end goal of this would be to have a text box for each of the following:&lt;/P&gt;&lt;P&gt;The first ones up top are just labels, output text boxes are separated a little.&lt;/P&gt;&lt;P&gt;(Lets say today is 6/2/2017, "WIP" is from yesterday)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program_Dash&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Completed&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WIP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loaners&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 164&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 122&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 21:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302550#M828094</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-06-29T21:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve Yesterday's info using an expression in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302551#M828095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this? Sorry did not close the double quotes.&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({$&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Program_Dash = {'Mechanical Inspection'}, Status_Dash = {'Completed'}, &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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date_Dash = { &lt;STRONG style="color: #ff6600;"&gt;"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff6600;"&gt;&lt;STRONG&gt; =&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #ff6600;"&gt;&lt;STRONG&gt; $(= Date(Today()-1, 'M/D/YYYY'))"&lt;/STRONG&gt; &lt;/SPAN&gt;}&lt;/SPAN&gt; &amp;gt;} Processed_Dash)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 21:19:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302551#M828095</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-06-29T21:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve Yesterday's info using an expression in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302552#M828096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now I am receiving a 0 instead of nothing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 21:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302552#M828096</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-06-29T21:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve Yesterday's info using an expression in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302553#M828097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Time to share your app, it would be easy to work on can you upload your sample here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 21:31:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302553#M828097</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-06-29T21:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve Yesterday's info using an expression in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302554#M828098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I share?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 21:51:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302554#M828098</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-06-29T21:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve Yesterday's info using an expression in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302555#M828099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you click on reply you can see Use Advanced Editor on right top of the reply window. Once you click on it you can use the attach link and share. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/168638_Capture.PNG" style="height: 425px; width: 620px;" /&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/168639_Capture.PNG" style="height: 425px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 22:32:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302555#M828099</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-06-29T22:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve Yesterday's info using an expression in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302556#M828100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I did that right&lt;/P&gt;&lt;P&gt;&lt;A href="https://us.qlikcloud.com/view/5956534fd3bba5000191bc16" title="https://us.qlikcloud.com/view/5956534fd3bba5000191bc16"&gt;https://us.qlikcloud.com/view/5956534fd3bba5000191bc16&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 13:36:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302556#M828100</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-06-30T13:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve Yesterday's info using an expression in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302557#M828101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Today() function has parameters, maybe is something happening about this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;0 Date at script run&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;1 Date at function call&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;2 Date when the document was opened&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Default &lt;/EM&gt;timer_mode is 2. The timer_mode = 1 should be used with caution, since it polls the operating system every second and hence could slow down the system.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/40845" title="https://community.qlikview.com/thread/40845"&gt;How does function Today() work? | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 13:47:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302557#M828101</guid>
      <dc:creator>jmvilaplanap</dc:creator>
      <dc:date>2017-06-30T13:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve Yesterday's info using an expression in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302558#M828102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry did not get your what is this link again? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 13:47:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302558#M828102</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-06-30T13:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve Yesterday's info using an expression in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302559#M828103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({$&amp;lt;Program_Dash={'Loaners'}, Status_Dash={'WIP'}, Date_Dash = {"$(=Date(Max(Date_Dash)-1))"}&amp;gt;} Processed_Dash)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/168739_Capture.PNG" style="height: 240px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 14:01:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302559#M828103</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-30T14:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve Yesterday's info using an expression in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302560#M828104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is most certainly helping! But I tried in my database and am getting a result, but it is not correct. Here is what I am getting with this line. The result I am getting is 1476.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({$&amp;lt;Program_Dash={'Loaners'}, Status_Dash={'WIP'}, Date_Dash = {"$(=Date(Max(Date_Dash)-1))"}&amp;gt;} Processed_Dash)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="jr_data_1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/168745_jr_data_1.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 14:49:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302560#M828104</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-06-30T14:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve Yesterday's info using an expression in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302561#M828105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems like you might have duplicate row... may be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Avg({$&amp;lt;Program_Dash={'Loaners'}, Status_Dash={'WIP'}, Date_Dash = {"$(=Date(Max(Date_Dash)-1))"}&amp;gt;} Processed_Dash)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 14:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302561#M828105</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-30T14:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve Yesterday's info using an expression in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302562#M828106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You were correct, I had the data also being loaded into Main. I took that out and it is now correct! Thank you for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 14:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302562#M828106</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-06-30T14:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve Yesterday's info using an expression in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302563#M828107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 15:05:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-retrieve-Yesterday-s-info-using-an-expression-in-a-text/m-p/1302563#M828107</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-30T15:05:36Z</dc:date>
    </item>
  </channel>
</rss>

