Hi All, I need help with my saved search. I want t...
# general
k
Hi All, I need help with my saved search. I want to show the parent's shipping city regardless if the transaction is under the child. My formula is CASE WHEN {hasparent} = 'T' THEN {shippingaddress.city} ELSE END . What am I missing?