Trying to change something that I have working with three columns of email addresses…
Now, I have four columns. Three always contain an email address. The 4th column only has an email address about 20% of the time. I CONCAT these columns into an “Added Column” with
Hey, Ideally something like the below should work for your fourth column, This is basically will replace the null value with empty string and otherwise render the email ID when present
Very helpful. But, my table includes other columns. So the method would only work if I created another datasource/query to limit to just the emails.
Is it possible to use your reduce method, but specify the Columns to reduce?
Also, I’m not sure, but the trailing comma might be an issue. Is that possible to remove?