Forum Discussion
Anonymous
3 years agoNot applicable
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
- Idrissshatila
Super User
Hello Anonymous ,
try this
if( [column] = Blank(),"a", [column])
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍