-
Re: Forcasting Data by Zip for a 24 month period
Can you show us any kind of mock up of what you are doing currently with your spreadsheet? There are quite a few forecasting videos and Domo examples on the web. Have you reviewed any of them? I woul…1 -
Re: A way to show the UTC timezone conversion in the timestamp?
To display a timestamp in Domo with both the converted time zone (PST) and the corresponding UTC offset, use Beast Mode to manipulate the timestamp field by adding or subtracting hours (based on your…2 -
Re: Is there a way we can merge the columns in DOMO table card?
I don't believe merge is available on an html table. The following shows how you can do it on a blank brick.1 -
Re: Caps and not caps in Beast Mode
Use lower to change all case to lower when comparing. CASE WHEN LOWER(Event_Label) LIKE '%thd%' THEN 'Y' ELSE 'N' END1 -
Re: How do I get started with MySQL Dataflows?
Sorry…I should have expanded on that. You say it gave a duplicate entry. When you give it an explicit list (stating each one) such as s.Name, s.Year…. and then you also include s.* you are repeating …1