C
Cindy
I am trying to have my query take a participants birthdate, calculate how old
they are, and then tell me the first day of the month they will turn age 62.
I keep getting a syntax error but I'm not sure how to say "if then"
expressions. Here's what I have so far. Thanks for any input!
=DATEDIFF("d"[DOB],[DATE])/"362",when=62,then «Expr» FirstDayOfMonth (
[prt_birth_date] )
they are, and then tell me the first day of the month they will turn age 62.
I keep getting a syntax error but I'm not sure how to say "if then"
expressions. Here's what I have so far. Thanks for any input!
=DATEDIFF("d"[DOB],[DATE])/"362",when=62,then «Expr» FirstDayOfMonth (
[prt_birth_date] )