Hi,
I'm having an issue running a simple formula for an in-database calculation. I want to be able to override the value of Col_A if it happens that Col_B is not null. I'm using the "Formula In-DB" tool. I select "Col_A" as the Output Field and my SQL Expression is:
coalesce("Col_B", "Col_A")
However it doesn't work. This runs fine in DataGrip but Alteryx doesn't like it. I also tried to format it as a CASE statement and still have the same issue.
Any idea what am I doing wrong?