You need to sign in to do that
Don't have an account?

Cylinder Volume exercise error - typos in field names
I'm receiving an error message for this exercise with a tip that there are errors in the field names. I have checked several times and they are just fine. I'm not sure what to do.
for the API names I have
Cylinder_Volume__c
radius__c
height__c
My formula is Data TypeFormula
round(3.14159 * (radius__c ^2) * height__c,0)
I have no idea what the issue is. Thanks in advance for your help!
for the API names I have
Cylinder_Volume__c
radius__c
height__c
My formula is Data TypeFormula
round(3.14159 * (radius__c ^2) * height__c,0)
I have no idea what the issue is. Thanks in advance for your help!
I don't see any issues with the formula.
Can you post the error message you are receiving?