I have 3 level hierarchy
Namely --- Country > State > District
State and District has line items as properties namely Active in Boolean format
i want to connect the two by using formula like if parent(district) = true then true else else
is there any way to achieve it without using module?