I am using CR 10 and calculating a date difference to derive age of a person at the time they received a certain service.
I created the formula "Table.DateDiff" as follows:
datediff ("yyyy", {@Table.DOB},{@Table.Admit_Date})
This yields a number. For example 54 or 68, etc.
For my report, I want to limit results for people that are only 65 years of age or older when they received a service.
I do not “see” the “Table.DateDiff” field when I am in the select expert section. I must be missing a step or maybe this is something that can not be done the way I have set it up because maybe certain records have to be evaluated first. Should I try to do this in the selection formula? Should I try to approach this a different way?
I suspect I am going the long way around the block to get home.
I created the formula "Table.DateDiff" as follows:
datediff ("yyyy", {@Table.DOB},{@Table.Admit_Date})
This yields a number. For example 54 or 68, etc.
For my report, I want to limit results for people that are only 65 years of age or older when they received a service.
I do not “see” the “Table.DateDiff” field when I am in the select expert section. I must be missing a step or maybe this is something that can not be done the way I have set it up because maybe certain records have to be evaluated first. Should I try to do this in the selection formula? Should I try to approach this a different way?
I suspect I am going the long way around the block to get home.