I am going through your Scenario Method Workshop video. I could not make it in real-time. Anyway, I had issues with the column conversion of Text to Date. The reason is the dates are saved DD/MM/YY and in the US we use MM/DD/YY. I tried
right-click/Change Type/Date ----- did not work, returned errors
right-click/Change Type/Using Locale/Date/English (United States) ------ did not work, returned errors
split column by “/” then arranged in the ordered used here MM DD YY and Merged by “/”. At this point I was able to change the Type to equal Date.
My question is - why didn’t the “Using Locale” work? Is there another way besides Split then Merge?
The solutions indicated match what I initially wrote in the post. They did not work for me. I thought perhaps others have had success. I am hoping someone following along as I did, your video, might have had different results they could share.
Great stuff, thanks, this lead me to the solution for another issue I encountered related to currency. In the Netherlands we use a “,” for decimals and “.” as 1000 separator. In the query editor right click the column, change type, using locale, select the appropriate format and select country, an example will show you the conversion.