Forum Discussion
RenataOGardner
6 years agoHelper II
New 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
6 years agoCommunity Champion
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
RenataOGardner
6 years agoHelper II
Thank you so much! 🙂