merlynsdad
Programmer
I have a query of all calls into a callsite. Those that were transferred from someplace show the number dialed; those that were dialed direct I have blanked the number (ending in 7650) with the expression
I would like to count the instances of calls transferred so i can get a percentage, but I'm not sure how to do this.
If the square peg won't fit in the round hole, sand off the corners.
Code:
CallTrfdFrom: IIf(Right([calldata_b],4)<>"7650",Right([calldata_b],10))
If the square peg won't fit in the round hole, sand off the corners.