- Posts: 23
The Stambia User Community is moving to Semarchy! All the applicable resources have already been moved or are currently being moved to their new location. Read more…
Pierre-Olivier Mazen wrote: Then, you have another possibility: make an external join to the Parent table and, in the Mapping expression of the column use something like :
CASE
WHEN FK.COL IS NULL THEN NULL
WHEN FK.COL IS NOT NULL AND PK.COL IS NULL THEN 'yyy'
ELSE FK.COL
END