Working with data from our telephone system, I am tring to select records where any one of several telephone exchanges is included in the Dialed Number.
I have gotten the formula to work where I enter a single area code and exchange combination as a parameter (ie: 603555) using the following select criteria:
{?Number} in {Call.DialedNumber} and
{Call.StartTime} >= {?Start Date} and
{Call.StartTime} <= {?End Date}
Now, however, I have to look for calls to any of about 20 different area code and exchange combinations at the same time, in the same report. The area code/exchange combinations are static, so they do not need to be entered as input parameters, tehy can be specified by any other means.
How do I create an array, if that's what's necessary and, how do I write a formula to determine if any of my multiple area code/exchange combinations are included in the field I'm comparing against?
Thanks for your help!
I have gotten the formula to work where I enter a single area code and exchange combination as a parameter (ie: 603555) using the following select criteria:
{?Number} in {Call.DialedNumber} and
{Call.StartTime} >= {?Start Date} and
{Call.StartTime} <= {?End Date}
Now, however, I have to look for calls to any of about 20 different area code and exchange combinations at the same time, in the same report. The area code/exchange combinations are static, so they do not need to be entered as input parameters, tehy can be specified by any other means.
How do I create an array, if that's what's necessary and, how do I write a formula to determine if any of my multiple area code/exchange combinations are included in the field I'm comparing against?
Thanks for your help!