Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

How to default a column to a specific value

I would like to default all blank fields to a specific value, I tried creating a new column with the following code, but it's not working.

Any help would be appreciated.

 

if(isblank([column]), "a", [column])

 

 

1 Reply

  • Hello Anonymous ,

     

    try this

     

    if( [column] = Blank(),"a", [column])

     

    If I answered your question, please mark my post as solution, Appreciate your Kudos  👍

    Follow me on Linkedin