Forum Discussion
bdehning
Post Prodigy
4 years agoNull Vales and Time Column
Is there a way to replace null values with other text in a Time Column? When I use the column for a Table, it shows all nulls as Blank and I would like other text.
- 4 years ago
Hi, bdehning
The data type of a column has to be the same. The value in the middle of the time column cannot be converted to a text value.
Column = IF([Time]=BLANK(),TIME(0,0,0),[Time])Does this solve your problem?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-zhangti
Community Support
4 years agoHi, bdehning
The data type of a column has to be the same. The value in the middle of the time column cannot be converted to a text value.
Column = IF([Time]=BLANK(),TIME(0,0,0),[Time])
Does this solve your problem?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.