plywood icon indicating copy to clipboard operation
plywood copied to clipboard

Multi-Reference Concatenation Fails

Open robertervin opened this issue 6 years ago • 0 comments

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

robertervin avatar Mar 22 '18 21:03 robertervin