I have a field called {REQUESTS.RECIEVE_DATE}. From it I can get total number of requests recieved LastFullMonth and MonthToDate. What I want to do is divide the two and multiply by 100 so that I get a percentage of requests recieved so far this month compared to the total last month. I have tried various formulas such as-
Count ({REQUESTS.RECIEVE_DATE} in MonthToDate)/ Count ({REQUESTS.RECIEVE_DATE} in LastFullMonth)
but I keep getting errors. Please help. Thanks.
Count ({REQUESTS.RECIEVE_DATE} in MonthToDate)/ Count ({REQUESTS.RECIEVE_DATE} in LastFullMonth)
but I keep getting errors. Please help. Thanks.