While joining the two tables I need to perform some analytical operations on the columns.
Example,
left outer join $(CORE_DB_NAME).GLOBAL_DIMENSION_CORE.plant_d loc on
upper(trim(COALESCE(loc.PLANT_NUMBER,'-1'))) =
upper(trim(COALESCE(afru.werks,'-1')))
How can I achieve this in Mosaic Decisions?