Jump to content

Concat multiples columns but ignore null values


Tanvish Thakker

Recommended Posts

This is the Expression I am using:Concatenate([channel1],"_",[channel2],"_",[channel3],"_",[channel4])

In cases where channel2 and channel3 are null the output is abc___def (here abc is channel1 value and def is channel4 value

I want the output to be abc_def

It currently does not ignore empty fields

Is there a workaround

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...