Best Of
Re: Magic ETL Field Search Tile Highlight Enhacement
I added my upvote, but also had submitted a very similar suggestion back in February.

Re: Integrating Microsoft Teams with Domo Alerts
I think this would be a great feature and enhance Domo's integration with other industry standard platforms.
Add Forecasting with AI button is not available
Hi everyone,
We just started exploring the universal forecasting models here in domo and we are experiencing a few obstacles in the early stage.
I created a dummy app to test the feature with a simple curved line card using fields with a date and integer data types, but the "Add Forecasting with AI" button on the right pane under "Edit in Analyzer" does not exist. Am I missing anything?
Thanks.

Re: Creating BeastMode to Identify Freemail Users Using LARGE list of Freemail Domains
Am I to understand that you are trying to extract email addresses from a single column that has a huge amount of text and contains ALL your email addresses and their domains? If so, ouch.
And then…you are trying to compare each value to a list of known freemail domains and flag whether the domain is freemail or business?
CASE
WHEN `emaildomain` IN ('gmail.com', 'yahoo.com', 'hotmail.com')
OR `emaildomain` IN ('aol.com', 'icloud.com', 'outlook.com')
OR `emaildomain` IN ('mail.com', 'zoho.com')
THEN 'Freemail'
ELSE 'Business'
END
Re: Not able to open Magic ETL
I recommend reaching out to your instance admin to verify that you have the correct role/grants to use MagicETL
Re: Magic ETL - AI Forecasting
You state that you removed "some" null dates. Preview may work because it is not hitting the full dataset that hits the issue. Such as data consistency, nulls, or formatting. It's just working with a subset.
Make sure your data column is properly formatted as a date (not string) and contains NO nulls when passed to the AI Forecasting tile. Note: clicking the flag that says FAILED should show some hint or detail of the error.
Try to make sure your time series has no missing months.
Re: Being able to edit "Home" Button on Apps
I agree with the above— I was really hoping the Home icon could be customized to point to a URL of my choosing. Greater customization with the navigation bar would be greatly appreciated, e.g. modifying the actions and adding our own buttons.

Re: Complimentary Text Color for Data Labels for Line Bar Chart
I would push this one step further and allow users to manually specify the label color on a series. It could be the same menu/options as "Table Text", although even better would be the option to pick your own color.