Forum Discussion
DDesmond
3 years agoNew Member
Create customer column based on boolean values & dates of other columns
Hi, I'm trying to create a custom column for inventory purposes. There are two relevant columns I need to include in the formula: Product EUD (End Use Date) - indicates the date that a product's av...
- Anonymous3 years ago
Hi DDesmond
You already have it
if [Out of Possession] <> null then [Out of Possession] else if [Product_EUD] = null then false else true
Anonymous
3 years agoNot applicable
Hi DDesmond
You already have it
if [Out of Possession] <> null then [Out of Possession]
else if [Product_EUD] = null then false
else true