dhennekens
MIS
I need to find out how to get a location based on phone number called.
The first database has all the phone call info like calling party, called party, time, date, length, etc. The second database will have area code, prefix, city, state, etc.
Based on the CALLEDPARTY which will look like this "910005551234" I need to compare the 000 and 555 to the area code and prefix (respectively) in the other database and return the ({City}+", "+{State}) to one field. So Area code 000 is in Iowa and prefix 555 is in Des Moines. So the formula would return "Des Moines, IA".
I am very new to Crystal Reports and any help would be much appreciated. Thanks
The first database has all the phone call info like calling party, called party, time, date, length, etc. The second database will have area code, prefix, city, state, etc.
Based on the CALLEDPARTY which will look like this "910005551234" I need to compare the 000 and 555 to the area code and prefix (respectively) in the other database and return the ({City}+", "+{State}) to one field. So Area code 000 is in Iowa and prefix 555 is in Des Moines. So the formula would return "Des Moines, IA".
I am very new to Crystal Reports and any help would be much appreciated. Thanks