<?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 get Yesterday working with Google TimeStamp in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-Yesterday-working-with-Google-TimeStamp/m-p/775754#M664129</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;=Date(Num(today()) -1, 'MM/DD/YYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Jan 2015 21:32:21 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-01-27T21:32:21Z</dc:date>
    <item>
      <title>How to get Yesterday working with Google TimeStamp</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Yesterday-working-with-Google-TimeStamp/m-p/775753#M664128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am pulling in a time stamp from a Google spreadsheet (Example 12/22/2014 16:20:18). I am using subfield to get the date to to be 'MM/DD/YYY' and load as DATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATE(Subfield(F2,' ',1), 'MM/DD/YYYY') as DATE,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=DATE((today()), 'MM/DD/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to get Today, but &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=DATE((today()-1), 'MM/DD/YYYY') or &lt;SPAN style="color: #000000; font-size: 13.3333330154419px; font-family: Consolas, 'Courier New', Courier, mono, serif;"&gt;=DATE(today()-1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will not get Yesterday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2015 21:28:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Yesterday-working-with-Google-TimeStamp/m-p/775753#M664128</guid>
      <dc:creator>mwscott1</dc:creator>
      <dc:date>2015-01-27T21:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Yesterday working with Google TimeStamp</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Yesterday-working-with-Google-TimeStamp/m-p/775754#M664129</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;=Date(Num(today()) -1, 'MM/DD/YYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2015 21:32:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Yesterday-working-with-Google-TimeStamp/m-p/775754#M664129</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-01-27T21:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Yesterday working with Google TimeStamp</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Yesterday-working-with-Google-TimeStamp/m-p/775755#M664130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both your versions&lt;/P&gt;&lt;P&gt;=DATE((today()-1), 'MM/DD/YYYY') or &lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 13.33px;"&gt;=DATE(today()-1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;work just fine for me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some info is missing (?)&amp;nbsp; What does have to do with the Google timestamp?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2015 22:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Yesterday-working-with-Google-TimeStamp/m-p/775755#M664130</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-27T22:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Yesterday working with Google TimeStamp</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Yesterday-working-with-Google-TimeStamp/m-p/775756#M664131</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;maybe you are looking for the day before the google timestamp:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14223975557401071" jivemacro_uid="_14223975557401071"&gt;
&lt;P&gt;DayName(Timestamp#(F2,'MM/DD/YYYY hh:mm:ss&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;')-1)&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2015 22:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Yesterday-working-with-Google-TimeStamp/m-p/775756#M664131</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-01-27T22:26:09Z</dc:date>
    </item>
  </channel>
</rss>

