plywood
plywood copied to clipboard
Multi-Reference Concatenation Fails
A query that does some string manipulation to concatenate 2 or more columns fails since the expression contains many free references.
An example would be something like $column1 ++ 'exampleBaseString' ++ $column2