Best Of
Re: Google Analytics Not Matching
@KristinDavis how do you go about pulling the data by Day or by Month from GA4 into the seperate datasets?
Re: Make the Flex Table the GOAT chart
Totally agree with this! I love the Flex Table chart but, for the same reasons I end up using other cards.
Also should enable 100% fill chart type as a selection.
Possibly even html?
Re: Make the Flex Table the GOAT chart
One additional change that could be done on the Flex table is this:
Allow to reverse the colour direction for each field individually, because now you can only reverse the colour direction for the whole table at once. For example if you have revenue and cost in one flex table, one should be green as it increase and the other should be red, which is not supported currently in the flex tables.

Re: SUM(DISTINCT) based on another column
Instead of a DISTINCT, use a FIXED function. Something like this should work:
SUM(SUM(`TOTAL Customer PTS`) FIXED(BY Customer
))
I bookmarked this KB article my first year of using Domo because I used it so often:
https://domo-support.domo.com/s/article/4408174643607?language=en_US
Re: How to secure our form brick when embedding forms publicly
I develop back-end secured applications using Visual Studio, hosted on HTTPS-secured websites with authenticated logins. I then integrate the resulting data into Domo like any other data source.
I avoid public embedding of forms and recommend using Private Embed or SSO Embed via Domo Everywhere to control access. I also limit the collection of personally identifiable information (PII), and never store highly sensitive data—such as Social Security numbers or license numbers—unless it's within a custom, securely designed application.
Domo encrypts data in transit and at rest, but it's critical to ensure your form submissions are transmitted over HTTPS and don't expose raw data. Additionally, it's good practice to implement data retention and deletion policies and to inform users about what data is being collected and how it will be used to support privacy compliance.
Finally, make sure you review your design and plans with your company's security and legal teams to ensure you are aligned with internal policies and regulations.
Re: Magic ETL Join visual feedback (summary of join results)
THIS IS A SICK IDEA! LOVE IT WOOOOO
Re: Improve Readability for Long Column Headers in Color Rules Dialog
This is needed in various other dropdowns like the Save As for cards, dataset selection etc. Any dropdown for dataset or dashboard selection should be much wider. For dashboard dropdowns, the dialog could wrap by separating the names of each sub-dashboard onto a new row underneath the top dashboard.
Re: Easiest way to replicate an entire dataset lineage
You can create copies of datasets and dataflows:
With the copies you could then swap them out in the ETLs/views. Does that accomplish what you are trying to do?
Re: App Studio - Limits for Control Filter Options (Please!)
Yes, I would love more control over the "control" menu! I end up adding so many filter cards to my apps because I know the control menu will be too hard to navigate, which isn't the best use of screen real-estate when there's a built in, collapsible menu that should do that for me.
You should submit this post as an "idea" so that people can upvote it.