How do I format a concatenated text?
Example: CONCATENATE (“Once upon a time”, [column], …)
The word ONCE I want in bold.
It’s possible ?
How do I format a concatenated text?
Example: CONCATENATE (“Once upon a time”, [column], …)
The word ONCE I want in bold.
It’s possible ?
Unfortunately you cannot apply formatting to a partial text.
and if I want to put a format in a text that I want to send by whatsapp.
it’s possible ?
Provided you enclose the bold part with star sign (*) inside your text block, then WhatsApp will possibly render that part with bold. Give it a try.
CONCATENATE (“ * Once * upon a time”, [column], …)
ok, thanks
You’re welcome
How is it possible to format [column] in bold?