I’m trying to concat 2 columns in dataset with formula type column.
I tried CONCAT(column1, column2) but i’m facing to an invalid error formula message.
I had the same problem with some formulas in the dataset…
What I did was access the database directly, and put my formula directly in the formula column.
And it works