I created a data table with a column labeled “Date.” This data table was originally read from an Excel file. The dates are in the format mm/dd/yyyy. I assigned the date values based on input dialog from the user. The data table is pasted onto an Excel sheet at the end of my entire workflow. Everything is pasted correctly except that the dates are not filtered at all. Here are the screenshots of what I did.
Any tips on how to properly filter the dates are much appreciated. I’m filtering from the last week of March to the first week of April.
Thank you for your response. For some reason, it is still giving me an error. I’m very new to Studio, so I want to confirm a few things. Do I need to reference something else other than ‘r’ in the expression you provided? Also, do I need to replace my entire filter sequence with what you provided, or do I combine them?
The above expression will work as it.
Can you share what error do you have? The above expression will throw exception if there is non-datetime data including empty in “Date” column.