<?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 Previous Day Sales in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Previous-Day-Sales/m-p/71312#M11713</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a field, transDATE, representative of the transaction date. I have a field [Net Sold Qty] representative of the number of tickets sold.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a column within a table that shows the previous day sales. So if today, I have 10,000 tickets sold, but yesterday, I had 9,900 tickets sold, i want to be able to show that there were 100 tickets sold.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would I set this up in the script or in an expression? What would this look&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 May 2018 13:41:18 GMT</pubDate>
    <dc:creator>evansabres</dc:creator>
    <dc:date>2018-05-22T13:41:18Z</dc:date>
    <item>
      <title>Previous Day Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Day-Sales/m-p/71312#M11713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a field, transDATE, representative of the transaction date. I have a field [Net Sold Qty] representative of the number of tickets sold.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a column within a table that shows the previous day sales. So if today, I have 10,000 tickets sold, but yesterday, I had 9,900 tickets sold, i want to be able to show that there were 100 tickets sold.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would I set this up in the script or in an expression? What would this look&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 13:41:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Day-Sales/m-p/71312#M11713</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2018-05-22T13:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Day Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Day-Sales/m-p/71313#M11714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try previous function like this -&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;previous(transDATE)&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;Use this in the main script&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 13:55:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Day-Sales/m-p/71313#M11714</guid>
      <dc:creator>isingh30</dc:creator>
      <dc:date>2018-05-22T13:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Day Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Day-Sales/m-p/71314#M11715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I actually found my answer&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;transDATE={'$(=Date(max(transDATE,2)))'}&amp;gt;} [Net Sold Qty])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 13:57:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Day-Sales/m-p/71314#M11715</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2018-05-22T13:57:48Z</dc:date>
    </item>
  </channel>
</rss>

