Forum Discussion
Anonymous
7 years agoNot applicable
Conditional column for 10 digit account number
Hello All, I'm trying to create a conditional column between account numbers from the AccountID column. i would like to breakdown the account numbers with the accounts that have 10 digits in the...
- 7 years ago
Hello Anonymous
Give this a try
AccountID Group = IF ( LEN ( Table[AccontID] ) = 10, "BLAZE", "Pharos" )
jdbuchanan71
Super User
7 years agoHello Anonymous
Give this a try
AccountID Group = IF ( LEN ( Table[AccontID] ) = 10, "BLAZE", "Pharos" )