Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a title object and have the following formula in there in order to automate the dates:
=
'DateofService' &': '&date(AddMonths(MIN({1}AnchorDate),0),'MMMM-YYYY')&' - '&date(AddMonths(MAX({1}AnchorDate),0),'MMMM-YYYY')
The problem is i need to add some more information however i need to add on the next line??? I don't want to create another object i prefer to have everything in one object box.
Thanks
Krishan
&'
'&
In other words, just put the line feed in quotes and string it in like everything else.
&'
'&
In other words, just put the line feed in quotes and string it in like everything else.
Thank you. It worked.
Krishan