• Sandro Ramirez
  • NEWBIE
  • 0 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hi Community,
 
I have Some fields on Account Object.
Fields                       DataType
Count__c                     Number
Count1__c                   Currency
Count2__c                   Number
Final_Count__c            Formula
in the Final Count i used a Formula........ 
Count1__c / Count__c  / 1000 *  Count2__c
The Requirement is if i putt 0 (zero) in count therefore Final Count Should not be null.
Like in image shown there will be value of Count1 and Count2 If i put 1 or any number that should Count and value get printed in Final Count. Means 0 (Zero we have to ignore if we put zero in any three field.. it is possible to do Like this by any Condition check.
User-added imageThank You in Advanced
  • November 24, 2021
  • Like
  • 0