Forum Discussion
DATA[booked_calls]
- 8 years ago
Hi Eric,
Thanks for your message. Since I have date_table, I managed to get the percentages of the "calls" over the "booked_calls" using the following formula:
Percentage = DIVIDE([count of calls],[count of booked_calls])*100
Best
Q
qs wrote:
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.
It is not quite clear for me. Could you share any sample data and expected output?
Using date table. then I would like to see how many calls are made against booked calls in each given month, expressed in percentage