Forum Discussion

DDesmond's avatar
DDesmond
New Member
3 years ago
Solved

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...
  • Anonymous's avatar
    Anonymous
    3 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