Best Of
Re: Beast Mode for Rank
As @ellibot stated, you don't need a date column to rank. You just need a column to order by.
RANK() OVER (ORDER BY Value 1 DESC)
If you want something like top five:
CASE WHEN RANK() OVER (ORDER BY `Value 1` DESC) <= 5 THEN 'Top 5' ELSE 'Other' END
In an ETL use a Rank & Window tile, partition by your group (such as Account), order by Value1 descending.
Re: "I Just want the numbers" - Accomodating Domo detractors
After reading through all the answers and thinking through it more, I like the idea of a Scheduled Report out of App Studio. This way people are still engaging with Domo, albeit in a more simple and user-friendly way.
I was originally leaning towards doing a Google Sheet, but I like the idea of staying within Domo and sticking to my guns :)
Y'all agree? Give me that thumbs up
Re: best way to share outside of Domo
@James_Lord it might be an issue with whitelisting. When you look at your Domo Everywhere settings, are you listing specific domains that Domo can be embedded?
https://{instance}.domo.com/admin/domo-everywhere/settings
Re: best way to share outside of Domo
Domo Private Embed requires the viewer to authenticate into your Domo instance.
- Through the single SSO provider configured for your Domo tenant
- Through a native Domo username/password account
There is no separate authentication flow for Private Embed, and Domo does not support multiple SSO providers per tenant. Because of that, Private Embed generally does not work for external clients unless you are willing to create and manage Domo user accounts for them.
Two possible paths:
- Public Embed, and rely on SharePoint permissions, VPN, or network controls to restrict access
- Domo Everywhere, which is designed specifically for securely sharing dashboards with external clients and supports multi‑tenant access models
Re: best way to share outside of Domo
The private emebed will expect the user to have been authenticated via SSO or direct login. If they aren't then the login screen will appear for the embedded content and after the login it will appear. Each person who is shared the dashboard will have access to the private embed.
Re: Can a DDX Brick submit form data to a Workflow or directly store it in a Dataset?
Thanks a lot, Dan. I really need to catch up on the Pro Code functionalities right away.
Re: Using Tabs
Sometimes, if you right-click and inspect network traffic in your browser, the API request to save your layout may return additional information to help diagnose the error.
Re: Using Tabs
Sounds like maybe something is corrupt. Have you tried removing and recreating the tabs or the layout?
There may be something wrong (corrupt) in the code interpretation of the tabs when they were created such as duplicating pages that already have tabs, renaming or moving, undo/redo kinds of things.
Re: Using Tabs
Are your tabs very long? I think I get that sometimes when the content is too big for the screen?
Re: Enable Support for scale Parameter in DCML Within Campaigns PDF Email Attachments
@GrantStowell - I believe this post is in the wrong area. It's a feature request. Can you move it to the proper area such as product ideas.



