Hi,
I have an app where I am registering a village, then have a child case of household, and within this have child cases for women, and then child cases for their children - so 4 generations of cases.
I want to refer to a case property from village cases in the form display logic for a child case, so that the form only shows after a certain date. I cannot figure out the syntax. I have tried (where fu_date is the name of the case property):
date(#parent/parent/parent/fu_date <=today())
and
date(#grandparent/fu_date <=today())
Where is the error?
Thanks
Carina