Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to Display System Date in Report? Is there any function for the same?
Hi
Now() or Today()
Jonathan
Thanks for your inputs...
I am using Text object and trying to display auto system date, I tried Today() and Now() functions and looks like it is not working:
Use Now(1) if you want a live time.
This is fully described in the manual.
Try this in text object
=date(today())
try this
Date(Now())
Hi All,
it is working now.
I am using simple text without =, hence it is not working.
Thanks for your help!