I have one Field lets say A which contains 5 values p,q,r,s,t. Now i need to create one additional field which will be based on values from Field A like follows,
p + q + r = 'X' and p + r = 'Y' <- New Field
How can we create this new field for such a scenario?