How write a user defined caluculation
mohanaraj
600001
Dear Alex,
How write a user defined calculation and use in the report.
I want to calculate Avg = TotalCalls/ TotalDuration.
I want to implement this formula.
Note : Both TotalCalls and TotalDuration 's value are get from the Total value field.
Please advice with example.
Thnaks.
How write a user defined calculation and use in the report.
I want to calculate Avg = TotalCalls/ TotalDuration.
I want to implement this formula.
Note : Both TotalCalls and TotalDuration 's value are get from the Total value field.
Please advice with example.
Thnaks.
Comments
just put this in the Text object:
TotalCalls] / [TotalDuration