-
Why is my grand total a negative?
I am trying to find out why the total is -$379,041. If you add up Week Ending Dates for the Test 1 Forecast, it should equal $710,766. What am I missing?
-
Is beast mode needed?
Hi Everyone, I created a card that uses a date_time_start dimension along with a ticket count on a metric table. This card shows the number of tickets that have a scheduled dispatch showing date and time. What we want to do is turn past tickets to red except for today's and we used the Last 7 days by hour but the date…
-
Join Data in ETL
I have two datasets: one for home country and another for citizenship. Both datasets share two common columns: country and student_id. In the home country dataset, the country column is 70% populated, leaving 30% of the rows as null. I want to fill these null values in the home country dataset using the corresponding…
-
Domo Mobile App Access for App Studio in Subscriber Instances
We have a client who uses a subscriber instance and when we download the Domo App and try logging into the URL for the subscriber instance to access their Apps our SSO does not work. We get an error message: "Could not sign in - Mobile access has been restricted by your company. Please contact your MajorDomo for more…
-
PDP Shield Not Appearing on Dashboard
I have a dashboard with one dataset and PDP enabled. All of the cards on the dashboard show the PDP shield, however, the shield is missing next to the dashboard name at the top of the page. Any ideas what is causing this?
-
PDP issues
In domo, I have two different datasets, we have PDP policies on both of the datasets. I have created two views on both of the datasets and then joined the views in a new view. I have not enabled PDP on this new view neither on other views. It should inherit the pdp from base datasets, however users are still facing issue.…
-
What's Your Asian Zodiac?
Lunar New Year is tomorrow and I made an Asian Zodiac calculator last night using Domo ETL, Domo Dimensions and Domo App Studio. I am very curious about everyone's Yin/Yang Animal Element sign. Please enter yours I am a Yin Fire Cat - Feels purrfect.
-
Track user Behavior on Embedded Dashboards
I do have some embedded dashboards into my website and member portal, how can I understand how they are engaging with those dashboards, where they click and how they are interacting with it. Like MS Clarity works. I tried using MS Clarity but since domo is embedded as a third party in iframe, MS clarity dont look inside…
-
Date Range Variables
Hello, Just getting into Variables and wondering if its possible to use Variables with Date Ranges. What I'm aiming for is this: - having two variables with each being a date range. IE variable 1 = 1/1/24-5/31/24 and variable 2 = 1/1/25-1/14/25. So the two periods can be any date range, and do not have to be the same…
-
Image not working in text card in app/dashboard?
I have uploaded an image in text card, also added some texts in there, it is working for me but when i shared it with audience they see broken image but they can see the text i added.
-
custom delimiter
i need to split a column that has 20250115 into 4 digit year 2 digit month and 2 digit day, or how to convert to date formula to give me a date in this column
-
Can I subtract two fields if the first field has a beast mode calculation?
I want to subtract Amount from Test1 by using a beast mode. For example; week ending date 1/5/2025 I want to have a column for the difference of $514,953 - $154,400. In my test1 column I am using the SUM(Distinct) best mode. Will this cause me not to be able to subtract? I am not able to get a column that shows a…
-
When a value in column B appears multiple times against a value in Column A concatenate those values
Hi I'm really struggling with my dataset as I have a many to one relationship between the DIVISION and CUSTOMER columns which causes issue with grouping later in the ETL How do I write a formula which will affix the Customer name with the Division name if the customer appears against 2 or more Divisions else if the…
-
SUBSTRING Query (9 day n00b question)
Hi I've only been using Domo for about 9 days so still very new to this but I am trying to use the SUBSTRING function to return the values in my ID column to ignore everything before and including and underscore as this value varies in character size (example EN_, ENR_, ENO_) How do I get the ID column to return the values…
-
Full CI/CD Support
I'd love to see the ability to export and import a full configuration and code file set to an external repository like GitHub, in a mode that would allow for full CI/CD functionality. JSON files for all configuration files (account, users, datasets, dataflows, cards, reports, pages, beastmodes, etc), and code files for all…
-
How to Implement Pagination in Table card of the Domo?
I have a dataset with columns: country, state, city, area, population, latitude, and longitude. I want to create a visualization in Domo where: A slicer filter is available for the 'Country' column. Below the slicer, there is a table that displays data for each state in the selected country. The table should show one…
-
Jupyter Notebook Executions via Workflows
Jupyter Executions can now be executed via Workflows. All you need is a Workspace ID, the path to the notebook, and the payload to execute against. In your Jupyter Notebook, update to the latest version of the domo-jupyter library. conda install -c https://domo-conda-prod.s3.amazonaws.com/domo domojupyter=1.1.32 Once…
-
DomoStats: AI Chat Sessions
In response to customers asking for more insights into how their users are utilizing AI Chat, there is now an ‘AI Chat Sessions’ report available in the DomoStats connector. This report will help you understand how and where your users are engaging with AI Chat.
-
Snowflake Model Registry Connector
To add to our already extensive collection of ML Connectors, we just released support for the Snowflake Model Registry. The Snowflake Model Registry lets you securely manage models and their metadata in Snowflake, regardless of origin. The model registry stores machine learning models as first-class schema-level objects in…
-
salesforce writeback batch append question
I have a dataset that has data flowing in batches and every batch group ( has a unique group name (column) , I want to writeback this data as it comes after necessary transformations to the same writeback connector to append only unprocessed records. While trying to do this, I get " it is illegal to have 2 inputs where…
-
Error when committing and promoting to another instance
When I commit my repository I am getting a generic error message with no actual id's to reference: Invalid content entity could not be added as a dependency of {contentType} with id {contentId}. Clicking the blue contendid takes me to two cards which have no errors. What could be causing this?
-
Sandbox Promote created a new App instead of updating the existed App
I have 2 instances: Production and Development I created an App in Dev, have a repository in Sandbox → Committed. Went to Production Instance to Promote it, and it promoted successfully. Then I made some changes to the App in DEV → Committed a new version. Went to Production to Promote it → it create a new App Studio…
-
Uncaught TypeError: domo.onVariablesUpdated is not a function
In my bricks app, I am trying to register for updates to variables, using the callback function domo.onVariablesUpdated(function(x) {console.log(x);}) as illustrated here (https://developer.domo.com/portal/e947d87e17547-domo-js#domoonvariablesupdated) But I run into an Uncaught type error that onVariablesUpdated is not a…
-
Why does private embed redirect to login page?
I am trying to implement a private embed using programmatic filtering, based upon the .NET sample, but instead of displaying the dashboard it tries to load the login page (which is blocked from displaying in an iframe). I have successfully obtained an embedToken and I believe I'm sending it correctly via a form that…
-
How to add Child to Object in Workflows
I was following along with the Workflows tutorial for tagging stale datasets, and at one point you're required to add a child to the 'currentRow' variable. That's not an option on my app. Is there a new way to do this that is not shown in the tutorial?
-
Preset Date Filter - Customization for customized date range
Hi We know that we have preset filter currently with the below presets - last week last 2 weeks last 3 weeks last 4 weeks Is there any way by which we can have last 5 weeks and last 13 weeks preset filter in DOMO.
-
Date Selector Filter Card: default selection?
I have a date selector filter card on an app (no calendar view, just preset view) & I would like to force a selection 'Last Month' on this card so when someone open up this App, this filter is already selected like this:
-
Can we get actual multifactor?
There is a two factor authentication method available in DOMO but it is not robust nor gives users others options. Plus we literally have the NSA telling us to not send unsecure text messages. (See Dec 6 article from Forbes: "FBI Warns iPhone And Android Users—Stop Sending Texts" OR - Dec 17 NPR Article, "FBI warns…
-
Beast Mode Help - Pull Last Day In the Period
Hello DOMO Community, I have a dataset that keeps a running total of users by day. I need a beast mode that pulls the last value from the running total column for the filtered period based on date. EX if the filtered period on a card is 5/25/24-11/16/24 I need the beast mode to return the running total value from 11/16/24.…
-
PDP based on multi-select field
For my company the primary data point for PDP is division. In all but 1 system this is a single select required field and is seamless. In one system location is multi-select which is understandably problematic for PDP. This is how it is set on one of the "good" datasets Compared to the "bad" dataset I have to add a rule…