I'm utilizing Data Shuttle to pull in a data set from an external source. Upon import, the Date Created column shows both the date and timestamp for an entry. Why is it that when I try to create a formula column to pull out just the date (so I can create another column to pull out the Month), it does not work? I keep getting INVALID DATA TYPE.
I tried to get creative and found a formula that would remove the timestamp, but now that column isn't registering as a date column even though the column properties are set as Date. It seems as though every workaround I find still hits a dead end. Any help?
To simplify what I am trying to do: I need to be able to use a formula to derive the Month from the Date Reported column from the import after Data Shuttle, but the column properties aren't cooperating after the import.