Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Good Morning to all,
I have a text object in that I have a expression followed by a string values.
Lets take =Max(Euro) & €, I am getting the result as 100€, I would like to format and give some space inbetween the 100 and the symbol.
How to do that, can anyone help me.
Thanks in advance
Joe
Hi Joe,
You can use the Num function like following:
=Num(Max(Euro), '#.##0,0 €')
Regards.
hi,
would
=Max(Euro) & ' €'
do the job?
Hi,
Thanks a lot