Hi, I want to concatenate two columns, and I'm recievieng the following error:
Error: Formula (118): Parse Error at char(): Formula: invalid type in subtraction operator (Expression #3)
The formula that I´m using is: UPPERCASE([A] + "" +
[B])
Both A and B are V_String, just as the new column output is a V_String.
Any ideas on why is this happening? I have a select before the formula