I need to join/concatenate several columns, some of which are calculated numbers. So far, I have been unable to produce a formula to achieve this
Hi @Chris_Gill !
You can use str() around those values that are numeric. For example, you have a numeric column, Value and text column, Unit that you want to join. You could do so with the formula str($Value) + " " + $Unit.
