Hi,I am trying to create a formula column with a simple CASE logic. Case when column 1 is NULL then NULL else column 2. Column 1 and column 2 are different data types. I tried the below and Incorta does not like null() being bullian and the column be...