-
Re: Find and append a value to a field
You could do this: CASE WHEN RIGHT(myfield,1) = '/' THEN myfield ELSE CONCAT(myfield,'/') END2 -
Re: Word cloud in DOMO
Here is a video on how to break up comments into individual words and remove particular words. https://youtu.be/sXOTfUnOUVU3 -
Re: How to change colors of the chart based on timeframe
You can do this by creating beast modes for each of your series for current/future months and another for historical months. Since you have 3 bars, that would indicate you have 3 items in your series…3 -
Re: Shows in Analyzer but not in dashboard
I see in the bottom corner of the chart when you are in the dashboard that the filter icon is showing. This means there is a dashboard filter applied to all cards on the dashboard. Likely, that filte…4 -
Re: Trying to convert Month of the Year into Date with Magic ETL
You can use the formula tile and use the concat and date functions to build your date and make it be recognized as a date field. Here is an example where the date will always be in 2018 DATE(CONCAT(`…3

