Hello,
I am looking for a way to be able to have a Label style that pulls the name of the project and splits it over how many lines it needs to fit into an area of my label.
For example, the project name is "[0000G]Test Project & Build in London" and I need it to come out as:
However, all I have managed to do is to get this:
For which I use the following formula - "MID(@405@;8,50)" This returns the text after character number 8 with up to 50 characters. Now this is great if the title of the project isn't very long, but if it goes over 40 or so characters it overflows the box I have made for it, like so.
Does anyone know if there is a way of making this text start to paragraph if it reaches a set number of characters?
Cheers,
Grady