Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

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...
  • amitchandak's avatar
    4 years ago

    Anonymous , a new column

    if [date in] = null then DateTime.Date(DateTime.LocalNow()) else [Date in]