Hi
Can anyone tell me how to concatenate two fields from a service to use is in a label?
I have two fields coming from a service that i linked to a option in a selectbox. The two fields should be concatenated, but i can't find how. So far i have linked the fields to the options label, then i open Add JS. my guess is that the code should be
return field1 + " " + field2;
but that seems to be wrong.