Is it possible to write the SQL for a custom column?

I’ve run into an issue where the built in =concat() function under custom column doesn’t work properly with Redshift (Bug here).

So is there some way I can add a custom column using the editor where I can specify the syntax to use? I know I can go raw and write the SQL myself for the whole query, but that will result in a final “question” that our users won’t be able to interact with.

Hi @sean256
Until the issue is fixed, you would have to use a Saved Question (with the current limitations that has) or a database table view.