I've been trying to create a new view column with logic similar to :
If <field> = 'A' then 'Apples'
else if <field> = 'B' then 'Bananas' ....
Case <field>
When 'A' then 'Apples'
When 'B' then 'Bananas'
etc ....
I've read that 'IF' cannot be used in the New Column editor; I did try anyway (as SAP documentation not always correct) but could not get it to work.
Could not find reference to a CASE statement.
Does anyone know if a function/statement or other workaround that could be used to get this logic to work ?