Skip to content

parent (constant)

Syntax

parent

Description

A constant representing the "parent" household relationship.

Examples

Assuming household_relationship is a numeric follwing this convention, agents who are parents can be filtered and sent to the state Selection with:

if(household_relationship == parent) then next(Selection)

See Also