FionaCondon
IS-IT--Management
I want to report on everyone who has had more than one address. I created a formula, CountAddresses as
DistinctCount ({tblPUPIL_ADDRESS.tblADDRESS},{tblPERSON.PER_ID})
which seems to work. I have got the report grouped by PER_ID. When I put
{@CountAddresses}>1
in the group selection I get the message 'This formula cannot be used because it must be evaluated later'. I can sort of get round it by conditionally suppressing the details and group head when {@CountAddresses}<2 but I want to include a crosstab and that includes the suppressed records.
Can anyone help?
Fiona
DistinctCount ({tblPUPIL_ADDRESS.tblADDRESS},{tblPERSON.PER_ID})
which seems to work. I have got the report grouped by PER_ID. When I put
{@CountAddresses}>1
in the group selection I get the message 'This formula cannot be used because it must be evaluated later'. I can sort of get round it by conditionally suppressing the details and group head when {@CountAddresses}<2 but I want to include a crosstab and that includes the suppressed records.
Can anyone help?
Fiona