Forum Discussion

qs's avatar
qs
Helper I
8 years ago
Solved

DATA[booked_calls]

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. Ideal...
  • qs's avatar
    qs
    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