rbross using ADD_DATE(BO.ATTRIBUTED,7) is adding 7 days but changing the format of the date from US MM/DD/YYYY to EURO DD/MM/YYYY How can I get the date to display correctly on a form? I checked previous posts but found no direct answer...
aware_support You can specify the format as part of the expression inside the tag: <<DATE_ADD(...), 'date format'>>