Hi,
I want to create a DRM derived property which checks for Value "Y" from 2 other properties. If either of them is Y then populate the Derived property value as Y or else blank
New Derived Property = If Property A = Y or Property B = 'Y' then populate 'Y' else return Empty
Thanks