Forum Discussion
Anonymous
4 years agoNot applicable
add date value automatically
Dear All, Hope someone can help me with the following: I have a table with a column DATE IN with date values. Sometimes one of the fields in this column is empty. I want to add an extra column (c...
- 4 years ago
Anonymous , a new column
if [date in] = null then DateTime.Date(DateTime.LocalNow()) else [Date in]
amitchandak
4 years agoSuper User
Anonymous , a new column
if [date in] = null then DateTime.Date(DateTime.LocalNow()) else [Date in]
- Anonymous4 years agoNot applicable