Hi,
I have the following tables:
Table Name = Table1
ClientID CustID Date Field
644/1234 123456 12/02/2003 1500
644/1234 123567 12/02/2003 1500
644/1234 123456 12/02/2003 1500
644/1234 123567 12/02/2003 1600
Table Name = Table2
ClientID CustID Date Field
644/1234 123456 12/02/2003 1600
644/1234 123567 12/02/2003 1600
644/1234 123456 12/02/2003 1600
644/1234 123567 12/02/2003 1500
I have grouped my report by ClientID and date and would like to add an expression that would give me the following results.
Table1
1500 = 3
1600 = 1
Table2
1500 = 1
1600 = 3
Please help,
Thanks,
Kirsten.
I have the following tables:
Table Name = Table1
ClientID CustID Date Field
644/1234 123456 12/02/2003 1500
644/1234 123567 12/02/2003 1500
644/1234 123456 12/02/2003 1500
644/1234 123567 12/02/2003 1600
Table Name = Table2
ClientID CustID Date Field
644/1234 123456 12/02/2003 1600
644/1234 123567 12/02/2003 1600
644/1234 123456 12/02/2003 1600
644/1234 123567 12/02/2003 1500
I have grouped my report by ClientID and date and would like to add an expression that would give me the following results.
Table1
1500 = 3
1600 = 1
Table2
1500 = 1
1600 = 3
Please help,
Thanks,
Kirsten.