<?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: Expression for Yesterday in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-for-Yesterday/m-p/459742#M1150823</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try sum({&amp;lt;MyDate={'$(=date(today()-1))'}&amp;gt;} sales). Change &lt;EM&gt;MyDate&lt;/EM&gt; to the name of your date field and &lt;EM&gt;sales&lt;/EM&gt; to the name of your sales field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Jun 2013 10:56:47 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-06-11T10:56:47Z</dc:date>
    <item>
      <title>Expression for Yesterday</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-for-Yesterday/m-p/459741#M1150822</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;How can i write the expression for yesterday. I want to get the sum of sales for yesterday using expression. Please help me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Renjith Kumaran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 10:54:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-for-Yesterday/m-p/459741#M1150822</guid>
      <dc:creator />
      <dc:date>2013-06-11T10:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Expression for Yesterday</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-for-Yesterday/m-p/459742#M1150823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try sum({&amp;lt;MyDate={'$(=date(today()-1))'}&amp;gt;} sales). Change &lt;EM&gt;MyDate&lt;/EM&gt; to the name of your date field and &lt;EM&gt;sales&lt;/EM&gt; to the name of your sales field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 10:56:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-for-Yesterday/m-p/459742#M1150823</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-06-11T10:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Expression for Yesterday</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-for-Yesterday/m-p/459743#M1150824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, It gives me off values..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 11:04:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-for-Yesterday/m-p/459743#M1150824</guid>
      <dc:creator />
      <dc:date>2013-06-11T11:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Expression for Yesterday</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-for-Yesterday/m-p/459744#M1150825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;You can try it with Double Quotes maybe&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 936px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" width="936"&gt;SUM({&amp;lt;Date = {"$(=DATE(TODAY()-1))"}&amp;gt;} Sales)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 11:07:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-for-Yesterday/m-p/459744#M1150825</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-06-11T11:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Expression for Yesterday</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-for-Yesterday/m-p/459745#M1150826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That too gave me off values..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My situation is that i have two dimension named process center and Driver. i want to write a expresssion for the graded quantity and want that without selecting the date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is its 6/11 today. on loading the chart i want to fill the pivot tabke with yesterday's sum(gradedqty).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Renjith Kumaran&lt;IMG __jive_id="42461" class="jive-image" alt="new.png" src="https://community.qlik.com/legacyfs/online/42461_new.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 11:16:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-for-Yesterday/m-p/459745#M1150826</guid>
      <dc:creator />
      <dc:date>2013-06-11T11:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Expression for Yesterday</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-for-Yesterday/m-p/459746#M1150827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ren ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to calculate the yesterday as Date -1 in script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 11:20:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-for-Yesterday/m-p/459746#M1150827</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-06-11T11:20:28Z</dc:date>
    </item>
  </channel>
</rss>

