Removing space from JuxtWords function | Community
Skip to main content
July 25, 2018
Solved

Removing space from JuxtWords function

  • July 25, 2018
  • 1 reply
  • 1810 views

Hi,

I am trying to combine 2 fields on adobe campaign in order to make a unique key however when using the JuxtWords function it adds a space in between the merge of the 2 fields.

Is it possible to merge the 2 fields without the space in between?
Is there a different function that I should use?

Thanks.

Best answer by vraghav

Hi ashleym72552088,

If the two fields are string you can use this formula.

firstName + lastName

Regards,
Vipul

1 reply

vraghav
Adobe Employee
vraghavAdobe EmployeeAccepted solution
Adobe Employee
July 26, 2018

Hi ashleym72552088,

If the two fields are string you can use this formula.

firstName + lastName

Regards,
Vipul

March 21, 2025

Thanks! This was so simple and I kept trying different functions.