Modify the first formula to:
shared stringvar c;
if Instr(c, {Country}) = 0 AND {STATUS_TYPE_Parent.NAME} = "Closed" or {STATUS_TYPE_Parent.NAME} = "Pending then
c := c + {Country} + ', ';
'';
-Abhilash
Modify the first formula to:
shared stringvar c;
if Instr(c, {Country}) = 0 AND {STATUS_TYPE_Parent.NAME} = "Closed" or {STATUS_TYPE_Parent.NAME} = "Pending then
c := c + {Country} + ', ';
'';
-Abhilash