Could you kindly help, how can I split “Start Time” column with space, and then filter date today and today-7.
Exported excel data’s Date field is coming with “MM/dd/yyyy hh:mm:ss”.
I want to split “MM/dd/yyyy” as one column and hh:mm:ss as another column.
And then filter today date and today-7 date data.
Thanks!
when I try to run found the following error in assigning process;
(ERROR Compiler error(s) encountered processing expression “dt.AsEnumerable.Where(function(r) DateTime.Parse(r(“Date”).ToString) <= Today and DateTime.Parse(r(“Date”).ToString) >= Today.AddDays(-7)).CopyToDataTable”.
‘AsEnumerable’ is not a member of ‘System.Data.DataTable’. Main.xaml )