Would like to know how to implement the following computation field in my portal.
MTD = (cumulativeSales/DIFFINDAYS( Now()-startMonthDate))*TotalMonthdays.
The challenge is obtaining the startMonthDate from the CurrentDate and endMonthDate from the CurrentDate at any given point and time.
Please help.