-
DELAYED--1/29 PRODUCT RELEASE SNEAK: PDP Column Policies
Update 1/24/2025: Sadly, we have discovered a few bugs that were not yet resolved with this beta feature and this it will not be included in the 1/29 release. The feature will remain in Beta and you can contact your Domo representative to be added to the Beta. We look forward to moving the feature to GA in March. With PDP…
-
1/29 PRODUCT RELEASE SNEAK: New Icons
We’re introducing a new icon set across the Domo platform that offers: Modern design: A cleaner, more polished look. Expanded selection: More icons for more use cases. Improved consistency: Unified design language across the platform. Accessibility: Designed to enhance usability for all users. Product sneak peaks are an…
-
1/29 PRODUCT RELEASE SNEAK: Embedded AI Chat [BETA]
Empower your users with Embedded AI Chat! Integrate AI Chat within your private embedded content and give end users the ability to ask questions and receive tailored insights while maintaining security. With the added flexibility to set users focus on the elements most relevant to them, you ensure that the experience is…
-
1/29 PRODUCT RELEASE SNEAK: Connector Access Permissioning
Enhanced control over connectors available to users is now available to Admins! With the ability to define and enforce access policies for connectors, they can effortlessly customize access for specific users or user groups from the admin panel. Admins can ensure compliance with organizational data policies while…
-
1/29 PRODUCT RELEASE SNEAK: Automatic Migration from Federated to Cloud Amplifier
Unlock powerful new capabilities for your federated data sets, including alerts and Magic ETL with Cloud Amplifier. Migration is now seamless and automatic (doesn’t require engineering support from Domo), giving users a smooth transition to enjoy the full benefits of Cloud Amplifier! The new UI ensures a hassle-free…
-
December Community Recap
Hi Domo Community! It was an exciting December and I hope each of you are ready for a new year! Check out our December recap, as well as this month's CMM. Feel free to like, agree, upvote, and comment on discussions you find helpful. Postitive reactions give points to the author to help them rank up. Catch up on the latest…
-
How should I change my calculation in the Filter Rows Tile in ETL?
Hi, I am using the Filter Row Tile in the Magic ETL. I want to filter the Overall Credits Column and only get the maximum for each student. However, the MAX and FIXED BY don't work. How should I fix this? I also tried the Add Formula Tile and it did not work either. MAX(Overall Credits)FIXED(BY Student ID)
-
Adding default page to user api attributes
I have not seen it in documentation so please point me there if it already exists! It would be a great benifet to have the default page for a specific user as an updateable attribute. For organizations that would have multiple home pages depending on the level of user or specific group, it would be a great automation to…
-
is there a place to find all the possible visualizations?
-
Sums per subscriber across any selected date range
We have a dataset that lists subscribers and their purchases over time. We'd like to choose any data range and get back an aggregation for each subscriber in that date range (just a table with all subscribers with purchase totals in that range) Not sure the best way to achieve this in DOMO. So in the below example,…
-
Access Dataset Before Approval/Denial in Approval Center
I would like to pull submissions into a card to review before I approve/deny them in the Approval Center. Currently, the only way you can access the dataset is after the approval/ denial takes place, which defeats the purpose of the Approval Center for me.
-
Bulk-add IP Addresses to Whitelist
Hi team, We have customer who wants to bulk-add IP addresses to the "IP Address Allowlist" section in Admin > Network Security. However, the UI is limited to the following formats when adding IPs: -Single IP addresses -Range of sequential IP addresses -Mask range of sequential IP addresses Since they have a long list of IP…
-
Python Tile fillna on integer column keep return 0 unless I change the column to text
I have a column Bill-To (interger) I use Python Tile to run this script to fill the nulls cell with the previous cell value #Import the domomagic package into the script from domomagic import * #read data from inputs into a data frame input1 = read_dataframe('Select Columns') #write your script here input1['Bill-To'] =…
-
Seeking Best Practice Advice: Reporting Financials in Domo
Hi community, What is best practice for reporting financials in Domo? Currently, we have raw financials, account by account, fed in through a simple CSV. There are no summaries in this CSV, so I have to aggregate them with Beastmodes to get to summary numbers. For example, EBITDA is calculated as such (see code below) This…
-
Do I have the right code in my Python Script?
Hi, Select Columns 2 has four columns, they are EFFDT, ACAD_PLAN, DESCR, and ACAD_CAREER. I wrote a Python script to filter the EFFDT column so that it only includes rows where the value is 'A'. However, when I try to join this dataset with another, I receive an error stating that the referenced column, which is the…
-
Import App Studio App to Dashboard
I'm currently building App using App Studio for my company, and I realize that people will go to the 'App' tab at the top navigation bar and access these shared apps. As there would be more and more apps replacing old dashboards, it would be inconvenient to look up and categorize these apps. I'm wondering if DOMO could…