<?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 Yesterday in set analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Yesterday-in-set-analysis/m-p/36046#M2452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a formula, i want to sum up some measures from the day before the date that is displayed as a dimension. I am using the following formula to calculate the current date. Also the date field is called: Activity_Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(frac(EXTRA_TIME_NEXT_DATE))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already tried many formulas that are on this forum. Also i tried setting a variable for yesterday and use that variable in the set analysis. However i did not get it to work yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Mar 2018 12:59:50 GMT</pubDate>
    <dc:creator>pascaldijkshoor</dc:creator>
    <dc:date>2018-03-30T12:59:50Z</dc:date>
    <item>
      <title>Yesterday in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Yesterday-in-set-analysis/m-p/36046#M2452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a formula, i want to sum up some measures from the day before the date that is displayed as a dimension. I am using the following formula to calculate the current date. Also the date field is called: Activity_Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(frac(EXTRA_TIME_NEXT_DATE))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already tried many formulas that are on this forum. Also i tried setting a variable for yesterday and use that variable in the set analysis. However i did not get it to work yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2018 12:59:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Yesterday-in-set-analysis/m-p/36046#M2452</guid>
      <dc:creator>pascaldijkshoor</dc:creator>
      <dc:date>2018-03-30T12:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Yesterday in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Yesterday-in-set-analysis/m-p/36047#M2453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to compare Activity_Date with &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;EXTRA_TIME_NEXT_DATE? Not sure what exactly you are trying? Can you share the formula you tried and didn't work?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2018 13:07:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Yesterday-in-set-analysis/m-p/36047#M2453</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-03-30T13:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Yesterday in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Yesterday-in-set-analysis/m-p/36048#M2454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yesterday is simply DateField-1 if your datefield is formatted as date type. But in calculations the field needs to be surrounded by aggregated functions like Max(Date)-1 else it calculates into null due to more than one value possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2018 13:10:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Yesterday-in-set-analysis/m-p/36048#M2454</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-03-30T13:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Yesterday in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Yesterday-in-set-analysis/m-p/36049#M2455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No the activity date is one of my dimensions. The exta_time_next_date is a calculated time field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example I have on ACTIVITY_DATE = 28 March three EXTRA_TIME_NEXT_DATE fields that are: &lt;/P&gt;&lt;P&gt;- 05:15 hours&lt;/P&gt;&lt;P&gt;- 06:30 hours&lt;/P&gt;&lt;P&gt;- 01:30 hours&lt;/P&gt;&lt;P&gt;Total = 13:15 hours&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example i want a bar chart with ACTIVITY_DATE as a dimension, where i calculate for each ACTIVITY_DATE the total EXTRA_TIME_NEXT_DATE of the day before the displayed date. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eventually i want to combine this formula with a formula that sums up another calculated field on the current date, so i cannot make changes in the dimensions. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2018 13:22:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Yesterday-in-set-analysis/m-p/36049#M2455</guid>
      <dc:creator>pascaldijkshoor</dc:creator>
      <dc:date>2018-03-30T13:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Yesterday in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Yesterday-in-set-analysis/m-p/36050#M2456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Up&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 06:50:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Yesterday-in-set-analysis/m-p/36050#M2456</guid>
      <dc:creator>pascaldijkshoor</dc:creator>
      <dc:date>2018-04-03T06:50:20Z</dc:date>
    </item>
  </channel>
</rss>

