Hello. Using CR10 & SQL Server 2000. Users sync data down to their machines based upon their TerritoryID.
I need to write a report that will allow the user to choose a customer (parameter) from the list and view that customers data. Now this should be easy enough to do but the problem occurs because when writing the parameter to choose the customer it returns all customers instead of just those for the users' territory. How do I get the parameter to only show theirs? I have all the tables and fields needed to accomplish this but don't know how to handle this. Surely this can be done.
I've been searching for several days so any help is greatly appreciated.
I need to write a report that will allow the user to choose a customer (parameter) from the list and view that customers data. Now this should be easy enough to do but the problem occurs because when writing the parameter to choose the customer it returns all customers instead of just those for the users' territory. How do I get the parameter to only show theirs? I have all the tables and fields needed to accomplish this but don't know how to handle this. Surely this can be done.
I've been searching for several days so any help is greatly appreciated.