-
Custom Roles - Delete
I like a clean instance. Sometimes a custom role is created but no longer needed and I'd like to delete these out of the system instead of having them persist and potentially having someone misuse them when assigning roles.
-
Domo X Canva challenge: Baseball
My entry for the Domo X Canva competition was inspired by my son’s love for baseball. I designed a dynamic, baseball-themed dashboard that allows users to filter by team and player, providing instant access to detailed stats like batting average, RBIs, and slugging percentage. It’s a powerful tool for visualizing player…
-
Domo IDEAs Conference - Beast Modes - Number Formatting
Greetings! This is another post highlighting a beast mode from my Domo IDEAs conference session. This one covers how to format numbers a number when concatenating with a string. Problem: When concatenating a string with a number the resulting value is a string and unable to utilize Domo's built in formatting. Solution:…
-
Merged: Card Tagging
This discussion has been merged.
-
Card Name vs Card Display Name
There are many times I need to display a specific name on a card and there are duplicates of that same card name however they are looking at different datasets. It'd be great to set an internal name vs a display name to display one thing but have a unique name to more easily differentiate between the different cards.
-
YouTube Connectors Broken
Google decided to change their API and permissions on March 5th causing the existing Domo connectors to fail. The Youtube Reporting Connector was working correctly and I've re-connected the account without any issues however when attempting to pull data via this connection it's returning an error message "Domo is ready,…
-
Release Notes - What Changed
Many times new releases add additional things which aren't documented and can silently break dataflows and metadata which we rely on to properly administer our instance. Can we get a list of things that have changed in the release to see what issues we might be running into when monitoring our instance? Could we also get…
-
API Tokens - Tracking Usage / Governance
From a security standpoint it'd be great to see when / where an API Token is being used. Alternatively give the activity log have a flag that a token was used vs a user logged in the system. When someone leaves there's no easy way to track which APIs are used and what needs to be changed.
-
Share DataFlow (all input datasets)
It'd be great to have a Share Dataflow button which would allow users to share all of the input datasets with a user instead of having to track down all of the multiple dataset inputs and share each of those individually which is quite time consuming.
-
Magic ETL - Allow group by without a grouping column
There are times when I want to calculate aggregated metrics across the entire dataset. Currently this isn't possible without adding a constant value column to group on which I then have to remove later in my pipeline. It'd be much smoother if the Group By tile allowed us to group across the entire dataset without having to…
-
Magic ETL - Copy Single Tile
I share a lot of ETL code both internally and here on the Dojo. It's great that you can multi-select tiles in Magic ETL and select Copy to Clipboard, pass it along and have someone them copy and paste that into their ETL to get the same tiles. There are many times where I'm showing an example for a single tile in magic ETL…
-
Allow alignment of dropdown filters or dropdown variables in the cards
If you have a dropdown variable with a title and a dropdown filter with a label text property set and don't display the title of the filter on a page they don't line up. It'd be great to have more flexibility with the alignment to make sure things are put in place where I'd like them rather than having this off center.
-
A more flexible way to do Period over Period comparisons
Greetings! I see variations of this topic asked several times so I thought I'd write up all of the information in a singular spot for easier reference. Below I'll outline how I utilize my own date dimension table to have customized period over period charts, compare the current partial month to the same amount of time in…
-
Domo Ideas Exchange - Beast Modes - First / Last Days of the Month / Week
Problem: How Do I calculate the start or end date of the week or month? Solution: Last Day of the Month: This is fairly simple as we can use utilize the LAST_DAY function which will return the last day of the month for the provided date. LAST_DAY(`dt`) First Day of the Month: For this we can do some simple math to subtract…
-
Autogenerate Filtered Page Deep Link
It'd be nice if it was able to automatically generate the pfilter deep link for the current existing filters applied to the page to more easily share the exact same page view for other users and to save time and difficulty if we're wanting to do deep linking from another card to this new page.
-
Freeze Page Pane
Sometimes I'd like to have my filters on the side of the page and would like them to stay in place and allow the user to scroll through the graphs to the right or left of my filter column. Currently it'll scroll the filter cards off the screen causing the user to have to go up and down on the page to apply the filters. Can…
-
Restore Card Version
Currently only a picture of the prior version of a card is being stored and there's no way to easily recreate or restore a specific version of a card. It'd save a lot of time if there was a way to restore to a specific card version like there is with dataflows.
-
Allow for Min & Max in the Rank & Window Tile in Magic ETL
The minimum and maximum aggregation are standard calculations that should be included in the rank and window tile but currently are not. They should be added to avoid having to use a group by and then joining back to the dataset for simplicity and efficiency.
-
Variables - Dates - Min or Max Today
It'd be great to be able to set the min or max values for a date variable to today so that it restricts users to not select a future date or past date when required to allow dashboards to work correctly and protect against outlier dates.
-
Grant Smith - PraxisMetrics
Hello to the Domo Community! I'm Grant Smith, Data Application Architect at PraxisMetrics, a Domo partner consultancy. At PraxisMetrics I build and design different solutions on the Domo platform focusing primarily on the e-commerce sector. Previously, I've been in the healthcare, retail, e-commerce, and financial sectors.…
-
DP22 - Using Beast Mode to Build Data Storytelling - Formatting Text
This post is part of a series of beast modes I presented on during my “Using Beast Mode to Build Data Storytelling” Domopalooza 2022 session. If you find this post helpful please make sure to give it a like or an awesome below. Use Case: We wanted a way to allow our users to quickly visualize good or bad data results. To…
-
Add Grant Access button to pages for Admins
It’s frustrating when I as an admin go to a page that I don’t have access to and need to request access via the button or more likely go to the pages admin menu find the page and then grant myself access to the page and then finally browse back to the original page I was visiting. Can we just get a button to grant access…
-
DP22 - Using Beast Mode to Build Data Storytelling
This post is the supplement to my presentation “Using Beast Mode to Build Data Storytelling” at my Domopalooza 2022 session. Over the course of that session I talked about several use cases and went over beast modes how to handle those use cases. I also discussed and talked about defining custom period over period…
-
DP22 - Using Beast Mode to Build Data Storytelling - Links and Images
This post is part of a series of beast modes I presented on during my “Using Beast Mode to Build Data Storytelling” Domopalooza 2022 session. If you find this post helpful please make sure to give it a like or an awesome below. Use Case We wanted to enhance the visualization experience and allow users to see which specific…
-
Domo IDEAs Conference - Beast Modes - Running Totals
Greetings! This is another post highlighting a beast mode from my Domo IDEAs conference session. This one covers how to calculate a grand total, running total overall and by month. Problem: How do I calculate a running total? Solution: We can utilize a window function which will calculate some metrics across the entire…
-
Allow tracking of Developer Token Usage
API Tokens are great but difficult to identify which are being used in order to remove unused one for better security. It'd be great if there was a way we could track the different API token usage within our instance.
-
Beast Mode Editor - Comment Out Lines
Most modern IDEs have the ability to highlight several lines of code and then press a key combination (CMD + /) to automatically comment out the highlighted rows. It'd be great to get this feature within the Beast Mode editor to diagnose beast mode issues easier instead of having to manually comment out each individual…
-
Domo IDEAs Conference - Beast Modes - Rolling Averages
Greetings! This is another post highlighting a beast mode from my Domo IDEAs conference session. This one covers how to calculate a rolling average. Problem: How do I calculate a rolling average? Solution: We can utilize the LAG function to get the prior X values and then divide the sum by the number of values. Lag:…
-
TO_CHAR / Formatting functions in beast modes
There's may times when I need to do a custom summary number that's concatenated with other strings causing me to lose the ability to format the number. So I have to write a long beast mode just to format the number correctly. Like…
-
Allow filter cards to accept CSV list of values to filter
Sometimes I'll have a CSV list of values I'd like to filter on. It'd be nice if the filter cards accepted a CSV list of values and automatically select those values on the card to filter instead of having to select each one individually.