on 2016 Jun 06 6:45 PM
SuccessFactors > Admin Centre > Configure Business Rules
In configure business rules, you can concatenate two fields together using the Concatenate() function.
Is there a way to concatenate 2 fields (lets say first name and last name) with a space in between?
Request clarification before answering.
Yes, Stephen!
Use Format() function with Template: %s %s
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Vasiliy!
Bonus question ... is there a way to avoid "null" when one of your arguments is not populated.
So another example might be:
concatenate first name, middle name and last name
where middle name might be empty
Stephen + Fred + Burr = Stephen Fred Burr
but
Stephen + <empty> + Burr = Stephen Burr (not Stephen Null Burr)
User | Count |
---|---|
86 | |
13 | |
9 | |
5 | |
4 | |
4 | |
3 | |
2 | |
2 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.