Forum Discussion
RenataOGardner
Helper II
6 years agoNew column
Hello guys, I'm trying to create a column where a list of customer numbers is related to the customer name, but I can't add more than 3 argument for the function below. All the numbers below shou...
- 6 years ago
The syntax is wrong. Replace that = with a ,
And check that the data type of [no_] is text. If it is of number type then you don't need the quotes round the hardcoded values
HotChilli
Community Champion
6 years agoThe syntax is wrong. Replace that = with a ,
And check that the data type of [no_] is text. If it is of number type then you don't need the quotes round the hardcoded values
RenataOGardner
Helper II
6 years agoThank you so much! 🙂