I want to use a computed bit column that will be true if another column in the table is not null. What's the correct formula for this?
HasLabel = computed column (bit)
Label = varchar NULL
The following formula does not validate - what am I missing?
Formula for HasLabel = Label IS NOT NULL