on 2022 May 31 3:41 PM
Hello,
i work with Bo4.2 sp7.
I have a "Managers" attribute which contains a list of first and last name, separated by ";", living in a city. example
I want for each city to display the first and last name for in a separate line, as follows :
it is possible ?
thanks in advance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
possible solution is to replace ; with CR
ex:
v_Manager: =Replace([Managers];";";Char(13))
so the newline will stay in the same cell. it is not possible that it is a value per line and cell? like this =>
No, as I know it's not possible to split them into many rows
very thanks to you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.