Hi to all,
How to convert NVARCHAR to DATE data type in calculation view.
Example: I have 2 date filed in calculation view with type NVARCHAR, and need to calculate difference between field1 and field2, so
I have created calculated column with expression daysbetween(field1,field2), but it gives error while viewing data.
So we need to convert field1,field2 from NVARCHAR to DATE FIELD.
HOW TO DO THAT ?
Regards
Pavneet Rana