Subtact number of days from a Today's date
Hello,
I have a JDE EnterpriseOne UBE with a Processing Option to enter Number of Days for record selection. The user enters the number of days e.g. 90 then we need to subtract that number from the current date.
The number of days entered in the PO can vary so the available date function doesn't work as I can't enter a variable name e.g. VA rpt_jdStartDate_STDJ = add_days([SL DateToday],-90)
Any suggestions? Thanks