I am trying to create a formula that that does the following
Before:
------
john doe 1/1/2000 5
1/1/2000 5
1/11/2000 5
1/11/2000 5
1/12/2000 5
After:
------
john doe 1/1/2000 2
1/11/2000 2
1/12/2000 1
I am having trouble with this count part this is the formula I have so far
Count ({Voucher.voucher_no}, {@name} )
I think I need to use the three param field one but I keep getting errors, this is what I have...
Count ({@name} , {Voucher.pu_date_time}, "daily"
it says a summary field cannot be created
Before:
------
john doe 1/1/2000 5
1/1/2000 5
1/11/2000 5
1/11/2000 5
1/12/2000 5
After:
------
john doe 1/1/2000 2
1/11/2000 2
1/12/2000 1
I am having trouble with this count part this is the formula I have so far
Count ({Voucher.voucher_no}, {@name} )
I think I need to use the three param field one but I keep getting errors, this is what I have...
Count ({@name} , {Voucher.pu_date_time}, "daily"
it says a summary field cannot be created