Hello,
I have what I think is a very simple problem, and I've spent almost two hours scouring the posts for an answer, but I can't seem to find what I'm looking for. I have two tables that I want to join, and both are coming from excel (.xlsx) files. Each table contains a date field in the excel standard "short date" format.
One table has hh mm ss information that AlteryX recognizes as a Datetime data type, and the other table does not contain hh mm ss information.
I understand that AlteryX can only "read" dates in the yyyy-mm-dd format. I have not problem getting the date field from both tables into that format so that Alteryx understands this is a date and not a string.
What I CANNOT seem to do is make AlteryX ignore the hh mm ss information. I have tried many different tools and formulas, but even after trimming the data, it comes back after using the parsing tool!
I feel foolish for even asking, but the majority of the questions and responses seem centered around either converting to a date in the first place or getting a better-looking format in the output. My problem is that I cannot seem to get AlteryX to take records in a Datetime data type and compare them to records in a Date data type.
Am I missing something totally obvious here?