Hello,
I'm trying to populate a column text based on a condition.
'MW_STOCK SIZE', 'DESCRIPTION'and 'CATALOG' are three columns. I 'm trying to do IF CATALOG = EMPTY THEN MW_STOCKSIZE =DESCRIPTION ELSE MW_STOCKSIZE =CATALOG
Please help me regarding this.