on 2021 Jun 11 11:23 PM
Hi everyone,
In Electronic File Manager EFM, I used function node-concact() and got an error when the concatenated values were too long for the target field. I tried functions normalize-space(node-concact(%MyNode)) or left(node-concact(%MyNode),254) without success, Business One bugged and closed. Is there any way to get solution like below : :
<?xml version = 1.0"?>
<Text>
<Persons>
<Person> A</Person>
<Person>B </Person>
<Person> C </Person>
</Persons>
</Text>
node-concat(%PersonRef) returns "A,B,C" instead of " A,B , C ".
Request clarification before answering.
You can combine node-concat function with normalize-space. Something like this:
node-concat(normalize-space(%PersonRef))
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
94 | |
15 | |
8 | |
7 | |
5 | |
3 | |
3 | |
3 | |
3 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.