FavoriteVioleta Roshka (Salesloft) asked in #Reports & DashboardsNov 11, 2020, 5:59 PMcustom fieldHi, i need some help building a custom formual on Opporutunity object. If the opportunity stage = Closed Won return the value from the field Amount else return $0. Thanks5 answersSortSort by DateSort by Most HelpfulSort by DateLoad more comments...Accepted AnswerSteve Molis (You Owe Me a Beer, Inc.)Nov 11, 2020, 6:06 PMIF( IsWon = TRUE, Amount , 0 ) Give that a tryAdd a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
Accepted AnswerSteve Molis (You Owe Me a Beer, Inc.)Nov 11, 2020, 6:06 PMIF( IsWon = TRUE, Amount , 0 ) Give that a try