Hello, I hope that I can get a bit of help. I have two columns in my DATA table and I'm trying to divide one by the other to give me a percentile output.
It's a simple call booking table. Ideally, I would like to see a percentage column which shows calls divided by booked_call for any given day and/or month.
Both calls and booked_calls are expressed in dd: mm:yyyy hh: mm: ss.
DATA[calls] is the first column and DATA[booked_calls] is the other.
Thanks for your help in advance.