ReportDr00
IS-IT--Management
Hello
I have to determine new clients based on the service date. If the client's minimum service date is greater than 1/1/2010 then they are considered new clients and they do not have any service prior to 1/1/2010
My table has below information
ServiceRowId, ServiceDate, ServiceName,ClientFK,ServiceCode
I cannot use Minimum(ServiceDate,ClientFK)>=1/1/2010 in record selection so i had to pull all service records and use above formula in group but i have over 20 mill records in service table and i am trying to find what would be the best way to do this.
Your feedback is greatly appreciated
I have to determine new clients based on the service date. If the client's minimum service date is greater than 1/1/2010 then they are considered new clients and they do not have any service prior to 1/1/2010
My table has below information
ServiceRowId, ServiceDate, ServiceName,ClientFK,ServiceCode
I cannot use Minimum(ServiceDate,ClientFK)>=1/1/2010 in record selection so i had to pull all service records and use above formula in group but i have over 20 mill records in service table and i am trying to find what would be the best way to do this.
Your feedback is greatly appreciated