Hello,
I've got a datastream pushing dates through in MM/DD/YYYY format
*(CONVERT(VARCHAR(10),Date_Field,101))*
And DOMO seems to accept this no problem, but when I report on the dates, it pushes them into its default format of YYYY-MM-DD. I know a work around is to do a beast calculation and store as a date type- but I'd like to avoid having to create additional columns if I can help it.
Any ideas on how to work around? Either in the datastream/SQL pull, or in the background of domo itself?