-
Date Field Added 1 Day To Itself.
I have a date field that includes the time stamp. I used the CAST to simplify the date and rmeove the time stamp. When I do that, the date increases by 1 day. Any help? See attached1 -
Re: How do you automatically pull stock data into Domo?
Good afternoon, Well the Yahoo API worked great... until yahoo shut it down on 11/1. I'm back to trying our Quandl connectors, but even those aren't working right. The End of Day Stock quote connecto…1 -
Re: Quartiles
Interesting. I switched to the whisker and sent it to my end user. Thanks for the info!1 -
Re: Combine multiple results into one row/cell
The message came from the connector. I tried the various changes you mentioned, but no success. I'm trying it now in MySQL. the function GROUPBY_CONCAT seems to exist because it poopulates itself lik…1 -
Re: Combine multiple results into one row/cell
try this: SELECT `Customer Name`, GROUP_CONCAT(`Customer States`) AS 'States' FROM `mb_test_Customer` group by `Customer Name`1