CRM

MMazurski
Teilnehmer/-in

Using LifeCycleStage Values for Calculated Properties

lösung

Hi, I'm creating a Calculated Property called "Customer/Lead", which I want to be a formula like this one:

If ((LifeCycleStage == "Customer"), "Customer", "Lead")

 

Basically what I'm trying to do is to use that field to build a report of the different companies that are in my Deals Main Pipeline, and report the amount for Customers, and the Amount for every other type of Company.

 

The problem I'm facing is that I don't know what is the internal value for the Customer Value and how to put that in the formula.

 

When I treat it like a String, and use the value that the Property Settings show me as the "internal name", I don't get a good result. Everything goes to the "else" side of the formula.

 

So, I'm asking for some help. Do you know how to write this formula and ask for the "Customer" value?

0 Upvotes
2 Akzeptierte Lösungen
danmoyle
Lösung
Koryphäe | Elite Partner
Koryphäe | Elite Partner

Using LifeCycleStage Values for Calculated Properties

lösung

@MMazurski in my experience with the tool then, what you're looking to do isn't an easy standard fix. It sounds more like a process discussion (using the properties that exist in their intended manner) than a technology one (creating custom calculated properties), but others may have a different tip for you with custom coding in calculated properties. Thanks for the clarification, and all the best on finding the solution that fits your needs. I hope someone has an answer that helps! 

 

 

Did my answer help? Please "mark as a solution" to help others find answers. Plus I really appreciate it!


Dan Moyle

HubSpot Advisor

LearningOps | Impulse Creative

emailAddress
dan@impulsecreative.com
website
https://impulsecreative.com/

Lösung in ursprünglichem Beitrag anzeigen

Lucila-Andimol
Lösung
Vordenker/-in | Platinum Partner
Vordenker/-in | Platinum Partner

Using LifeCycleStage Values for Calculated Properties

lösung

Hi @MMazurski hope you are doing great.

The first thing that comes into mind is

do you have the automated lifecyclestage update on?

Screenshot 2023-09-20 at 5.48.40 PM.png

Why am I asking this?

Because if you have this on

when a contact has an associated deal, it changes the lifecycle stage from lead to "opportunity".

And once a deal is closed won it changes to "customer".

So maybe the values you need to see for your report

are "Opportunity" and "Customer", and not lead.

Just checking the obvious-not-so-obvious.

 

María Lucila Abal
COO Andimol | Platinum Accredited Partner
HubSpot Expert, Top Community Champion | Hall of Fame IN23
Certified Trainer (12+ years) | SuperAdmins Bootcamp Instructor

Have questions? Get answers:

Get Premium Support

Did my post help answer your question? Mark this as a solution.

Lösung in ursprünglichem Beitrag anzeigen

9 Antworten
danmoyle
Koryphäe | Elite Partner
Koryphäe | Elite Partner

Using LifeCycleStage Values for Calculated Properties

lösung

@MMazurski instead of something custom and calculated, could you use the Company property "lead status" or "status" or maybe the Deal property "Deal type" and filter by something like "new business" or "existing business"? I'm not sure I totally understand why it would need to be a calculated property if I get what you're doing, which I think is reporting on new business vs. repeat (usell or cross-sell) business. 

 

Did my answer help? Please "mark as a solution" to help others find answers. Plus I really appreciate it!


Dan Moyle

HubSpot Advisor

LearningOps | Impulse Creative

emailAddress
dan@impulsecreative.com
website
https://impulsecreative.com/
MMazurski
Teilnehmer/-in

Using LifeCycleStage Values for Calculated Properties

lösung

Thanks for the response. A report is what I want to do. If I use the Deal Type or any other property, I would need to put efforts in updating those properties manually, and most of the time we don't use them.

 

The report shows Corporate the revenue and number of deals that are in the pipeline for Leads and Customers, grouped by these 2 categories.

 

So my idea es to create a calculated field with a Formula like this one:

(If ([Companies.LifeCycleStage] == "Customer"), "Customer", "Lead).

 

It doesn't seem to be working, I don't know how to compare the property value with the actual internal value. 

CKING3000
HubSpot Employee
HubSpot Employee

Using LifeCycleStage Values for Calculated Properties

lösung

Instead of focusing on internal value, could you build a report with the Custom Report Builder (multiple objects) where you include Deals as the primary data source and Companies as a secondary data source. 

Then in your bar chart you could pull in Amount (in company currency) [Deal], Lifecycle Stage [Company], and Deal Stage [Deal]. 

This would then show you how much revenue is in each stage (bar chart) while each column could be broken down by the companies lifecycle stage. 

Lucila-Andimol
Lösung
Vordenker/-in | Platinum Partner
Vordenker/-in | Platinum Partner

Using LifeCycleStage Values for Calculated Properties

lösung

Hi @MMazurski hope you are doing great.

The first thing that comes into mind is

do you have the automated lifecyclestage update on?

Screenshot 2023-09-20 at 5.48.40 PM.png

Why am I asking this?

Because if you have this on

when a contact has an associated deal, it changes the lifecycle stage from lead to "opportunity".

And once a deal is closed won it changes to "customer".

So maybe the values you need to see for your report

are "Opportunity" and "Customer", and not lead.

Just checking the obvious-not-so-obvious.

 

María Lucila Abal
COO Andimol | Platinum Accredited Partner
HubSpot Expert, Top Community Champion | Hall of Fame IN23
Certified Trainer (12+ years) | SuperAdmins Bootcamp Instructor

Have questions? Get answers:

Get Premium Support

Did my post help answer your question? Mark this as a solution.

danmoyle
Lösung
Koryphäe | Elite Partner
Koryphäe | Elite Partner

Using LifeCycleStage Values for Calculated Properties

lösung

@MMazurski in my experience with the tool then, what you're looking to do isn't an easy standard fix. It sounds more like a process discussion (using the properties that exist in their intended manner) than a technology one (creating custom calculated properties), but others may have a different tip for you with custom coding in calculated properties. Thanks for the clarification, and all the best on finding the solution that fits your needs. I hope someone has an answer that helps! 

 

 

Did my answer help? Please "mark as a solution" to help others find answers. Plus I really appreciate it!


Dan Moyle

HubSpot Advisor

LearningOps | Impulse Creative

emailAddress
dan@impulsecreative.com
website
https://impulsecreative.com/
MMazurski
Teilnehmer/-in

Using LifeCycleStage Values for Calculated Properties

lösung

Thanks, Dan. I like that my question isn't a dumb one to start with. I totally get what you are saying, and if I don't find an automated solution that prevents my team from filling 1 more field, I'll take the "change the process and put a little more overhead" way.

danmoyle
Koryphäe | Elite Partner
Koryphäe | Elite Partner

Using LifeCycleStage Values for Calculated Properties

lösung

Happy to help (somewhat). Definitely not a dumb question. Unique situation and perspective - which is always cool to see in the Community. Cheers! 

 

Did my answer help? Please "mark as a solution" to help others find answers. Plus I really appreciate it!


Dan Moyle

HubSpot Advisor

LearningOps | Impulse Creative

emailAddress
dan@impulsecreative.com
website
https://impulsecreative.com/
BérangèreL
Community-Manager/-in
Community-Manager/-in

Using LifeCycleStage Values for Calculated Properties

lösung

Hi @MMazurski,

Thank you for reaching out to the Community!

First, for information, I'd like to share this article "Create calculation properties" that might be of interest to you.

I also wanted to invite a couple of subject matter experts to this conversation @Josh, @danmoyle and @louischausse, do you know of a workaround or a formula for this to help @MMazurski, please?

Also, if anybody else has anything to add and/or share, please feel free to join in the conversation 🙂

Thanks and have a lovely day!

Best,
Bérangère


Saviez-vous que la Communauté est disponible en Français ?
Rejoignez les discussions francophones en changeant votre langue dans les paramètres !

Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings!


MMazurski
Teilnehmer/-in

Using LifeCycleStage Values for Calculated Properties

lösung

Hi, the article is super interesting. However, it doesn't show how I can "ask" for a certain internal value for the LyfeCycleStage property.

 

Can anybody help?

0 Upvotes