I am using Crystal 11. I have a date field and I need to look up the last month, which works fine using the LastFullMonth function. However, I also want to be able to see information for the month previous to that, whatever that month is. So, if I use this function today:
{Book.DateIn} = LastFullMonth
it pulls up the information for November. Now, I also want to see the information for October - as in LastFullMonth - 1. Can anyone help me? I'm not technical so will need a clear explanation!
Many thanks in advance.
{Book.DateIn} = LastFullMonth
it pulls up the information for November. Now, I also want to see the information for October - as in LastFullMonth - 1. Can anyone help me? I'm not technical so will need a clear explanation!
Many thanks in advance.