Best Of
Re: BeastMode to show an end date that is at least 6 month ago or older
Depending on if you are looking for 6 months to the day or not, there are a couple ways to tackle this. One way would be to subtract 6 months from today's date and include or exclude. You could do it like this:
CASE WHEN mydatefield ⇐ DATE_SUB(CURRENT_DATE(), INTERVAL 6 MONTH) THEN 'Include'
ELSE 'Exclude'
END
This video may also be helpful to you in order to control the visibility of data based on dates
Re: DomoStats
Hi,
Thank you, this information really helped us a lot in clarifying these doubts.
Re: PDP Automation and Managed Attributes
Thank you. That did it. Not sure how I missed that in the documentation.

Re: January, February, March (Q1) COMMUNITY RECAP 🌟
Still recovering from the effects of FOMO after missing Domopalooza… Next year!!
January, February, March (Q1) COMMUNITY RECAP 🌟
Hi Domo Community!
Beginning of the year and Domopalooza have been a busy time of year for us, so here's our "better late than never" Community Recap of the last three months. You won't want to miss, there's lots of good stuff so read below!
Domopalooza
We got to see many of you at Domopalooza this year! A highlight for the Community was hearing the product announcements on main stage. If you want to review the release, read Ben's post HERE. You can also see top highlights from the entire event HERE.
Catch up on the latest AI Livestreams
Domo's ACE team (Advanced Customer Enablement) is providing the community educational step-by-step walkthroughs LIVE (and free). These events have been a hit. If you haven't seen them, here are the recording links:
- Create Data Products in Domo
- Empower every role with what they need
- Unstructured data in Domo: Extract data from images
View the upcoming events HERE.
Leaderboard Top 3 (Accumulated from Jan-Mar)
Thank you @ColemenWilson, @GrantSmith, @DavidChurchman!! Of hundreds of questions asked in the last 3 months, over half of them were answered by these three.
- @ColemenWilson 972 points
- @GrantSmith 646 points
- @DavidChurchman 617 points
Top 3 Posts
These three questions had the most views and engagement Jan-March. Follow the links and leave a reaction if you found them helpful too.
- Calculate Months between two dates with DATEDIFF
- Custom chart from image
- Remove duplicate fields on data grid
Shoutout to the following community members for asking and answering our top discussions this month: @b_rad @MarkSnodgrass, @Data_Devon, @skylerh, @Manasi_Panov, @ArborRose, @B_arnett_1_9_8_8, @Michael_H, @art_in_sky, @trafalger, @ColemenWilson
Top Ideas
The Domo product is always improving because of your ideas. Of the 100+ ideas added in the last few months, these six got the most votes. Click the links below and give these ideas additional upvotes to increase their chances of getting implemented into Domo.
- Unable to Use SSO for Mobile app in Intune MAM environment, 92 upvotes!
- Filter Interactions with other filters, 28 upvotes
- Default filter selection, 16 upvotes
- App studio - limits for control filter options, 13 upvotes
- Send Now dashboard feature, 13 upvotes
- Enable conditional coloring in charts, 13 upvotes
Congrats to these community members for coming up with innovative ideas: @HiroshiTakahata @lesienebrecount @SherryR @warrenrebello @RobynLinden @asiligato
New Rank-ups 🚀
- @ggenovese, Coach!
- @SherryR, Contributor
- @NateBI, Contributor
- @M_Gonzalez, Contributor
- @Sam_Donabedian, Contributor
- @HiroshiTakahata, Contributor
- @warrenrebello, Contributor
- @DMJerry, Contributor
- @Parker_Lake, Contributor
AMAZING! Users rank up as they answer questions, get positive reactions, and engage with other users. Thank you to all of you who have dedicated time contributing to the community.
We will resume the Community Member of the Month in April's highlight post.
Like or comment below if you enjoy these posts.
Re: Duplicate Sticky Notes
Thanks for taking the time to submit this idea. I've added it to our backlog of ideas for improvements to Sections and Sticky Notes. This is one I'm hoping to get on the roadmap sooner rather than later.
Re: Dynamic Currency Symbol Formatting
@brycec thanks for sharing this idea and for walking me through it at Domopalooza! Definitely something we'll consider for the future.