Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. IF(
  2. AND(
  3. npo02__OppAmountThisYearHH__c > npo02__OppAmountLastYear__c,npo02__OppAmountLastYear__c > 0
  4. ),
  5. 'Thank you for increasing your giving.','FALSE TEXT'
  6. )
  7.  
  8. IF(
  9. npo02__OppAmountThisYearHH__c > npo02__OppAmountLastYear__c && npo02__OppAmountLastYear__c > 0,
  10. 'Thank you for increasing your giving.','FALSE TEXT'
  11. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement