what is the formula on a search for todays date mi...
# general
o
what is the formula on a search for todays date minus transaction date (to_char(current_date))-{date} doesnt work
j
If two fields are of a date type, then just {current_data} - {date}
t
{today}-{trandate}