Is there any way to underline a portion of text in a formula?
e.g.
if (data.transaction_validated = 1) then
"This " + {data.transactions_type} + " is approved. " + ...
else
"This " + {data.transaction_type} + " requires approval. " + ...
where just the words "requires approval" is underlined.
Thanks in advance for any suggestion,
Howard
e.g.
if (data.transaction_validated = 1) then
"This " + {data.transactions_type} + " is approved. " + ...
else
"This " + {data.transaction_type} + " requires approval. " + ...
where just the words "requires approval" is underlined.
Thanks in advance for any suggestion,
Howard