Automatically Calculating Information Values
Example
if self.type_of_person = legal_person
then self.entity_name
elif self.type_of_person = natural_person
then CONCAT (self.last_name, ", ", self.first_name)
else ""
endLast updated
Was this helpful?
