<?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 Property to calculate number of renewals deals in &amp;#128172 RevOps Discussions</title>
    <link>https://community.hubspot.com/t5/128172-RevOps-Discussions/Property-to-calculate-number-of-renewals-deals/m-p/1143492#M3166</link>
    <description>&lt;P&gt;Hi folks,&lt;BR /&gt;&lt;BR /&gt;I am trying to create a calculated or roll-up property to get the &lt;STRONG&gt;number&lt;/STRONG&gt; of &lt;STRONG&gt;active&lt;/STRONG&gt; opportunities which are &lt;STRONG&gt;renewals&lt;/STRONG&gt; in nature.&lt;BR /&gt;&lt;BR /&gt;I have a deal form where I capture the deal type i.e new or renewals.&lt;BR /&gt;&lt;BR /&gt;Natively HubSpot calculates how many active opportunities are present on a company and stores in the form of a number, I am looking to further classify the number of active deals into something like this "Total active renewal deals" and "Total active non renewal deals".&lt;BR /&gt;&lt;BR /&gt;Here what I have tried - Created a roll-up property and since we can only enter one condition. In my case it should be "if deal is active" &lt;STRONG&gt;And&lt;/STRONG&gt; deal is from "renewals". I would like to have both the conditions to be active to calculate the number of active renewals.&lt;BR /&gt;&lt;BR /&gt;Is there any solution or ideas around this?&lt;/P&gt;</description>
    <pubDate>Fri, 02 May 2025 09:47:40 GMT</pubDate>
    <dc:creator>PMenkar1</dc:creator>
    <dc:date>2025-05-02T09:47:40Z</dc:date>
    <item>
      <title>Property to calculate number of renewals deals</title>
      <link>https://community.hubspot.com/t5/128172-RevOps-Discussions/Property-to-calculate-number-of-renewals-deals/m-p/1143492#M3166</link>
      <description>&lt;P&gt;Hi folks,&lt;BR /&gt;&lt;BR /&gt;I am trying to create a calculated or roll-up property to get the &lt;STRONG&gt;number&lt;/STRONG&gt; of &lt;STRONG&gt;active&lt;/STRONG&gt; opportunities which are &lt;STRONG&gt;renewals&lt;/STRONG&gt; in nature.&lt;BR /&gt;&lt;BR /&gt;I have a deal form where I capture the deal type i.e new or renewals.&lt;BR /&gt;&lt;BR /&gt;Natively HubSpot calculates how many active opportunities are present on a company and stores in the form of a number, I am looking to further classify the number of active deals into something like this "Total active renewal deals" and "Total active non renewal deals".&lt;BR /&gt;&lt;BR /&gt;Here what I have tried - Created a roll-up property and since we can only enter one condition. In my case it should be "if deal is active" &lt;STRONG&gt;And&lt;/STRONG&gt; deal is from "renewals". I would like to have both the conditions to be active to calculate the number of active renewals.&lt;BR /&gt;&lt;BR /&gt;Is there any solution or ideas around this?&lt;/P&gt;</description>
      <pubDate>Fri, 02 May 2025 09:47:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/128172-RevOps-Discussions/Property-to-calculate-number-of-renewals-deals/m-p/1143492#M3166</guid>
      <dc:creator>PMenkar1</dc:creator>
      <dc:date>2025-05-02T09:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Property to calculate number of renewals deals</title>
      <link>https://community.hubspot.com/t5/128172-RevOps-Discussions/Property-to-calculate-number-of-renewals-deals/m-p/1143495#M3167</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/734303"&gt;@PMenkar1&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HubSpot currently only allows one condition. The best workaround currently be the following, in my opinion:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Create a custom property, e.g. "Active renewal deal", single checkbox&lt;/LI&gt;
&lt;LI&gt;Use a workflow that updates this property based on the two properties you mentioned&lt;/LI&gt;
&lt;LI&gt;In your roll-up property, reference the newly created custom property as a condition&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Essentially, you're using a workflow and a custom property to merge the information of two properties into one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Fri, 02 May 2025 09:52:59 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/128172-RevOps-Discussions/Property-to-calculate-number-of-renewals-deals/m-p/1143495#M3167</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2025-05-02T09:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Property to calculate number of renewals deals</title>
      <link>https://community.hubspot.com/t5/128172-RevOps-Discussions/Property-to-calculate-number-of-renewals-deals/m-p/1144886#M3174</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/111325"&gt;@karstenkoehler&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I tried it using the association label, we can mark the renewals by association labels.&lt;BR /&gt;&lt;BR /&gt;Created a rollup property for counting the number of association labels marked as renewals and put the condition if the deal was closed or not (just one condition)&lt;BR /&gt;&lt;BR /&gt;It gives you total active renewals, you can create an another property where you can subtract "Number of open deals - active renewals number" from above.&lt;BR /&gt;&lt;BR /&gt;We can automate the associations labels as well I think using workflows - Next working on that&lt;BR /&gt;&lt;BR /&gt;Thanks for your insights above. Just wanted to share with others&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 10:08:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/128172-RevOps-Discussions/Property-to-calculate-number-of-renewals-deals/m-p/1144886#M3174</guid>
      <dc:creator>PMenkar1</dc:creator>
      <dc:date>2025-05-06T10:08:46Z</dc:date>
    </item>
  </channel>
</rss>

