Hi there,
Using CRXI, SQL database. This is the data as it is pulling now:
Name Pay Code payment_date wages
Person1 160 03/18/2011 996.00
Person1 160 03/25/2011 996.00
Person1 160 04/01/2011 996.00
Person1 160 04/08/2011 996.00
Person1 160 04/15/2011 996.00
Person1 160 04/22/2011 996.00
Person1 160 04/29/2011 996.00
Person1 160 05/06/2011 996.00
Person1 162 05/13/2011 996.00
What i want is to only show payment dates 5/13 and 5/06 because of the change in the pay code. How can i accomplish this? Any help is greatly appreciated.
Using CRXI, SQL database. This is the data as it is pulling now:
Name Pay Code payment_date wages
Person1 160 03/18/2011 996.00
Person1 160 03/25/2011 996.00
Person1 160 04/01/2011 996.00
Person1 160 04/08/2011 996.00
Person1 160 04/15/2011 996.00
Person1 160 04/22/2011 996.00
Person1 160 04/29/2011 996.00
Person1 160 05/06/2011 996.00
Person1 162 05/13/2011 996.00
What i want is to only show payment dates 5/13 and 5/06 because of the change in the pay code. How can i accomplish this? Any help is greatly appreciated.