Can someone please help me to understand how can I filter the records from the DT. Depending on Date
For Example, I want to get all the records from 09-Feb-2019 to 17-Feb-2019.
I using the below condition in Filter Data Table Activity which is not working for me.
.
Hi Vishnu,
Your question is an equation with many unknowns…
1/ How exactly it is “not working”?
2/ What values of “Start Time” and “End Time” look like? Give example.
3/ I recommend to store the result of the “Value” expression (Convert.ToDate…) into a temp variable and print it (Write Line activity) to verify the value
Thank you for your quick reply.
The start Time and End Time looks like below
The Date, Month and Year I am passing from the config file.
The final output, that I am looking for is the row items In between the date range 9-Feb-19 to 17-Feb-19.
Hi Vishnu,
Right, it looks like this in excel. It doesn’t mean it looks the same in the data table.
Therefore I recommend you first loop through the data table and “Write Line” Start/End Time so you know for sure what to filter.
hi i wish to filter rows in the excel sheet using filter table activity by the month that is currently going on.
for instance- if the current month is april the rows should be filtered only for the april month, if its may then only for may month and so on.
is there a method by which we can achieve this.