Hi all
How do I make part of the string bold and break down the concatenated output into three lines?
I have concatenated three fields: [incident], [Cause] & [Solution].
example: “Incident:” +” “+ [Incident] +” “+ “Cause:” +” “+[Cause]…
This is the output I want:
Incident: The bolt was 2mm out of spec.
Cause: obsolete drawing was issued.
Solution: remove obsolete drawings from the system.