I'm getting error while running this code like "The formula expression is invalid: Syntax error. Missing ')' The element has an invalid reference to "Opportunity.Close.". As soon as possible i am expecting a reply from you
@@monikasharma2402 NOTE: If it shows error for the Day of the week field, delete the field and create the field again as formula field type and paste the formula given below Case (WEEKDAY(Date__c), 1,"Sunday", 2, "Monday", 3,"Tuesday", 4,"Wednesday", 5,"Thursday", 6,"Friday", 7,"Saturday", Text(WEEKDay(Date__c)))
Completed the Badge!!! I need a course in Flow and Process Builder ( well maybe not Process Builder since it will retire at some point)
Thanks
GREAT !
CASE(
MOD([Opportunity].CloseDate + 180 - DATE(1900, 1, 7),7),
0, [Opportunity].CloseDate + 181,
6, [Opportunity].CloseDate + 182,
[Opportunity].CloseDate + 180
)
I'm getting error while running this code like "The formula expression is invalid: Syntax error. Missing ')'
The element has an invalid reference to "Opportunity.Close.". As soon as possible i am expecting a reply from you
Same error
@@alavenkataabhilash9369 same error in my trailhead if your problem resolved can you help me
@@monikasharma2402 NOTE: If it shows error for the Day of the week field, delete the field and create the field again as formula field type and paste the formula given below
Case (WEEKDAY(Date__c),
1,"Sunday",
2, "Monday",
3,"Tuesday",
4,"Wednesday",
5,"Thursday",
6,"Friday",
7,"Saturday",
Text(WEEKDay(Date__c)))
@@alavenkataabhilash9369 I aso try same but it again show the same error
error
Hello