<?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 Capturing and Calculating the Difference in Value Between Two Property Updates in Dashboards &amp; Reporting</title>
    <link>https://community.hubspot.com/t5/Dashboards-Reporting/Capturing-and-Calculating-the-Difference-in-Value-Between-Two/m-p/1009860#M10441</link>
    <description>&lt;P&gt;Hi HubSpot Enthusiasts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to figure out a way to capture and calculate the difference between the latest 2 value changes in the same property (screenshot below).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to store the second to last change in an additional property, then use a calculated property to subtract the latest value from the second to last one and show the difference. I've tried multiple approaches but none of them worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any Ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image 5.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/122334i97CFEEFB17E78CA3/image-size/large?v=v2&amp;amp;px=999" role="button" title="image 5.png" alt="image 5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jul 2024 10:39:49 GMT</pubDate>
    <dc:creator>PPenev_1</dc:creator>
    <dc:date>2024-07-15T10:39:49Z</dc:date>
    <item>
      <title>Capturing and Calculating the Difference in Value Between Two Property Updates</title>
      <link>https://community.hubspot.com/t5/Dashboards-Reporting/Capturing-and-Calculating-the-Difference-in-Value-Between-Two/m-p/1009860#M10441</link>
      <description>&lt;P&gt;Hi HubSpot Enthusiasts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to figure out a way to capture and calculate the difference between the latest 2 value changes in the same property (screenshot below).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to store the second to last change in an additional property, then use a calculated property to subtract the latest value from the second to last one and show the difference. I've tried multiple approaches but none of them worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any Ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image 5.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/122334i97CFEEFB17E78CA3/image-size/large?v=v2&amp;amp;px=999" role="button" title="image 5.png" alt="image 5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 10:39:49 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Dashboards-Reporting/Capturing-and-Calculating-the-Difference-in-Value-Between-Two/m-p/1009860#M10441</guid>
      <dc:creator>PPenev_1</dc:creator>
      <dc:date>2024-07-15T10:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing and Calculating the Difference in Value Between Two Property Updates</title>
      <link>https://community.hubspot.com/t5/Dashboards-Reporting/Capturing-and-Calculating-the-Difference-in-Value-Between-Two/m-p/1009870#M10442</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/759608"&gt;@PPenev_1&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This requires one additional property and workflow in the workaround you've already explored.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let's assume your property is called 'Number'.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Create an additional custom property 'Number (delayed by 1 minute)'&lt;/LI&gt;
&lt;LI&gt;Create a workflow that re-enrolls the record when 'Number is known', then delays 1 minute, then copies the value to 'Number (delayed by 1 minute)'&lt;/LI&gt;
&lt;LI&gt;Create a calculation property, 'Difference (calculation)' to calculate the difference between 'Number' and 'Number (delayed by 1 minute)'&lt;/LI&gt;
&lt;LI&gt;Create an additional property, 'Difference (static)'&lt;/LI&gt;
&lt;LI&gt;Create a workflow that re-enrolls records when 'Difference (calculation) is known AND Difference (calculation) is not equal to 0', then copy the property value into 'Difference (static)'&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;One minute delay might not be enough, so you might want to try 2 or 3 minutes if it isn't working.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a look and let me know if you have any follow-up questions!&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 11:02:38 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Dashboards-Reporting/Capturing-and-Calculating-the-Difference-in-Value-Between-Two/m-p/1009870#M10442</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2024-07-15T11:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing and Calculating the Difference in Value Between Two Property Updates</title>
      <link>https://community.hubspot.com/t5/Dashboards-Reporting/Capturing-and-Calculating-the-Difference-in-Value-Between-Two/m-p/1012655#M10493</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/111325"&gt;@karstenkoehler&lt;/a&gt;&amp;nbsp;Thank you so much! Your method worked like a charm : )&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 07:07:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Dashboards-Reporting/Capturing-and-Calculating-the-Difference-in-Value-Between-Two/m-p/1012655#M10493</guid>
      <dc:creator>PPenev_1</dc:creator>
      <dc:date>2024-07-19T07:07:58Z</dc:date>
    </item>
  </channel>
</rss>

