Hello
I've got the following problem: I want to find out if a person is in a daterange. I've got the following formula:
if {Table.Person_id} in Date(2002,01,01) to Date(2002,12,31)
then 1
else 0
This is not possible, because the person_id is not a date.
Is there a way to solve this problem?
Thanks in advance
I've got the following problem: I want to find out if a person is in a daterange. I've got the following formula:
if {Table.Person_id} in Date(2002,01,01) to Date(2002,12,31)
then 1
else 0
This is not possible, because the person_id is not a date.
Is there a way to solve this problem?
Thanks in advance