How to add calculated filed in schema to add join in schemas with conditions
Hello All,
I am stuck in a requirement where I have to do Join of schemas with condition in adobe campaign classic like this:
Do I need to use calculated filed to achieve this
IF iBrandId = 0 then iBranchId=999999
else JOIN
customers.iBranchId =orders.iEntityId
Please suggest how can we do Join of schemas with condition or Calculated fields in adobe campaign classic like this
please provide some examples