Hi!
I have searched everywhere for an answer to this and I am having no luck! No matter what I have tried I keep getting the error The ‘Cylinder_Volume__c’ field in the Opportunity object doesn't have a valid formula.
I have triple checked everything and it all looks right. I also tried 3.14 * ( radius__c * radius__c ) * height__c which resulted in the same error message. I set visibility to all and created a new playground so there would be no issues with previous work. This is the only module I have yet to complete to get my Advanced Admin badge and it's driving me crazy. Any ideas on what I am missing?
Hi, @Jamie Veach!
I was having some of the same issues, but I just passed the challenge. This is what I did:
3.14 * (Radius__c ) * ( Radius__c ) * Height__c
I used the same playground I was working out of. so I did not create or use another playground.
Hope it helps!
Dave