<?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 show data from last year in a table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-show-data-from-last-year-in-a-table/m-p/1746408#M590747</link>
    <description>&lt;P&gt;Awesome!!&lt;/P&gt;</description>
    <pubDate>Wed, 23 Sep 2020 12:45:32 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2020-09-23T12:45:32Z</dc:date>
    <item>
      <title>How to show data from last year in a table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-data-from-last-year-in-a-table/m-p/1746096#M590738</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I want to compare yesterday's data with data from the same date last year.&lt;/P&gt;&lt;P&gt;I'm using the following to get yesterday's data, and it works as expected:&lt;/P&gt;&lt;P&gt;=count({&amp;lt;[Call Date]={'&amp;gt;=$(=DayStart(today()-1))&amp;lt;$(=DayStart(today()))'}&amp;gt;} DISTINCT [Call Number])&lt;/P&gt;&lt;P&gt;I do however have problems getting the "same date last year" part to work. I have looked at many threads in this forum, and ended with this approach, which does not work:&lt;/P&gt;&lt;P&gt;=count({&amp;lt;[Call Date]={'&amp;gt;=$(=Date(Addyears(DayStart(today()-1),-1))&amp;lt;$(=Date(Addyears(DayStart(today()),-1))'}&amp;gt;} DISTINCT [Call Number])&lt;/P&gt;&lt;P&gt;Can someone give me help me with this?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nic&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 15:40:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-data-from-last-year-in-a-table/m-p/1746096#M590738</guid>
      <dc:creator>nicalbert</dc:creator>
      <dc:date>2020-09-22T15:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to show data from last year in a table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-data-from-last-year-in-a-table/m-p/1746126#M590739</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Count({&amp;lt;[Call Date] = {"&amp;gt;=$(=DayStart(AddYears(Today()-1, -1))) &amp;lt; $(=DayStart(AddYears(Today(), -1)))"}&amp;gt;} DISTINCT [Call Number])&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 22 Sep 2020 17:01:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-data-from-last-year-in-a-table/m-p/1746126#M590739</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-09-22T17:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to show data from last year in a table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-data-from-last-year-in-a-table/m-p/1746136#M590740</link>
      <description>&lt;P&gt;Thank you! I just tried it, it does return a result, but the result is not accurate. But you've put me on the right track!&lt;/P&gt;&lt;P&gt;I looks as if it was capturing a year of worth of data (from a year ago until yesterday) instead of just "yesterday last year".&lt;/P&gt;&lt;P&gt;I tried moving the parenthesis around, but no luck (i either end up with 0 or a number representing the complete data)...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 17:42:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-data-from-last-year-in-a-table/m-p/1746136#M590740</guid>
      <dc:creator>nicalbert</dc:creator>
      <dc:date>2020-09-22T17:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to show data from last year in a table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-data-from-last-year-in-a-table/m-p/1746139#M590741</link>
      <description>&lt;P&gt;can you try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Count({&amp;lt;[Call Date] = {"&amp;gt;=$(=DayStart(AddYears(Today()-1, -1)))&amp;lt;$(=DayStart(AddYears(Today(), -1)))"}&amp;gt;} DISTINCT [Call Number])&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 22 Sep 2020 17:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-data-from-last-year-in-a-table/m-p/1746139#M590741</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-09-22T17:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to show data from last year in a table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-data-from-last-year-in-a-table/m-p/1746140#M590742</link>
      <description>&lt;P&gt;I tried, it gives the same result. And it seems to be the exact same expression (might be wrong!).&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 17:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-data-from-last-year-in-a-table/m-p/1746140#M590742</guid>
      <dc:creator>nicalbert</dc:creator>
      <dc:date>2020-09-22T17:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to show data from last year in a table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-data-from-last-year-in-a-table/m-p/1746146#M590743</link>
      <description>&lt;P&gt;=Count({$&amp;lt;[Call Date]={'$(=Date(Addyears(DayStart(today()))','$(=-1)))'}&amp;gt;}Distinct [Call Number])&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 18:18:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-data-from-last-year-in-a-table/m-p/1746146#M590743</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2020-09-22T18:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to show data from last year in a table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-data-from-last-year-in-a-table/m-p/1746147#M590744</link>
      <description>&lt;P&gt;&lt;BR /&gt;Thanks! This one returns 0...&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 18:24:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-data-from-last-year-in-a-table/m-p/1746147#M590744</guid>
      <dc:creator>nicalbert</dc:creator>
      <dc:date>2020-09-22T18:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to show data from last year in a table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-data-from-last-year-in-a-table/m-p/1746154#M590745</link>
      <description>&lt;P&gt;Removed space before and after &amp;lt; in the set analysis&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 18:46:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-data-from-last-year-in-a-table/m-p/1746154#M590745</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-09-22T18:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to show data from last year in a table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-data-from-last-year-in-a-table/m-p/1746404#M590746</link>
      <description>&lt;P&gt;Retried this morning, it worked right away!?!?!?!?!&lt;/P&gt;&lt;P&gt;thanks for you valuable help!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 12:41:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-data-from-last-year-in-a-table/m-p/1746404#M590746</guid>
      <dc:creator>nicalbert</dc:creator>
      <dc:date>2020-09-23T12:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to show data from last year in a table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-data-from-last-year-in-a-table/m-p/1746408#M590747</link>
      <description>&lt;P&gt;Awesome!!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 12:45:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-data-from-last-year-in-a-table/m-p/1746408#M590747</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-09-23T12:45:32Z</dc:date>
    </item>
  </channel>
</rss>

