Hi,
I am trying to create an Attribute based on the following logic.
If "Attribute 1" is NULL then "Attribute 2" else "Attribute 1".
I have tried using apply simple along with a case statement but I guess I am making a sytax error.
The database being used is SQL Server.
Any help is greatly appreciated.
I am trying to create an Attribute based on the following logic.
If "Attribute 1" is NULL then "Attribute 2" else "Attribute 1".
I have tried using apply simple along with a case statement but I guess I am making a sytax error.
The database being used is SQL Server.
Any help is greatly appreciated.