Comments
-
Things to check/test: 1. The timezone settings in your instance. 2. When you run your preview in Magic ETL, it limits how many rows from the data are running in the preview. It defaults to 10k rows and if your dataset is larger than 10k rows, the October 2025 values may not be getting processed when running the preview.…
-
Is column PDP applied to that column? Is the field there if, instead of searching by typing "ca", you just scroll through the values?
-
You could create, for example, a bar chart with the Y-axis value being a count of an ID field and the X-axis being the Category field.
-
Hmm then it must be something in how you have the alert configured. If you don't believe that is the case, you can submit a support case to Domo support to investigate:
-
If you believe this is a bug, you can open a support case with Domo support. Otherwise, if you could share more the community here could try and help.
-
How does this number appear in your dataset? As 24,153,618? Can you screenshot the schema and a value or two from your dataset?
-
I have a similar support case open right now. Smart Text is showing the wrong value with global date filters on apps. I would recommend submitting a support case with Domo Support.
-
Was it working previously? Do you have filter exceptions set on cards? Can you share screenshots of what you are seeing?
-
I heard Ben Schein is related to Henry Schein, is that true?
-
Not sure exactly what you are trying to accomplish, but you could also use the native date filters to accomplish this and give your end users more flexibility: You can save filter views if you are specifically wanting them to choose 3 or 6 months as the time period.
-
Hey @Data_Devon congrats again on the MajorDomo cert! How I would approach this is to add a 3rd table or some logic to your data. The 3rd table would be an allocation table to would maintain split allocation, effective dates, etc… You could then join this table to have fields that would tell you: 1. If there is a split for…
-
Yes and for the 1 Domo Governance dataset you will need (different from Domostats) there is some additional setup required, see this article for instructions:
-
There sure is! You'll need the following datasets: 1. Domo Governance report = "Cards and Datasets" 2. Domostats report = App Studio App Pages 3. Domostats report = Cards Then you'll need to build an ETL 1. Left join App Studio App Pages dataset to the Cards and Datasets dataset on Page ID = App Page ID 2. Left join the…
-
The Manage DataSet grant will allow the user with that grant to see all datasets in the instance: If you only want them to see certain datasets created by certain users, you could use a workflow to share the datasets created by those users. Once workspaces are available you'll be able to place the datasets into a workspace…
-
The current, Domo recommended, file upload connector has the option to keep leading zeros. I would recommend following their recommendation and use this one by clicking "CONNECT DATA" and then "FILE" when adding new data.
-
@ArborRose it can definitely be done in a beastmode, the solution I provided uses a modulus which only works in Magic ETL formulas, not in beastmodes for some reason. That is why I said to use ETL if using my solution.
-
And sorry, I typed it wrong, it should be: DATE_ADD(date, INTERVAL (1 - DAYOFWEEK(date) + 7) % 7 DAY)
-
ETL. Won't work in beastmode
-
Try: DATE_ADD(date, INTERVAL (7 - WEEKDAY(date)) % 7 DAY) This will not work in a beastmode, you'll have to use the formula tile in Magic ETL
-
Sounds like you'll want to look into embedded content, rather than giving them direct access to your Domo instance: We use a SharePoint page with folders + links to privately embedded Domo content.
-
I would reach out to Domo Support. Everything I see here looks correct.
-
You would have to do a JOIN. If you share the contents of Transform 1 and 2 I can help you write it.
-
Apps and Users is not currently an available Domostats or Domo Governance report. @nathankilcrease on my team was able to build a custom report to pull all users that apps are shared with, which allows me to get a list of emails to copy and paste and do exactly what you are trying to do. @nathankilcrease could you share…
-
It is working for me for both card and dataset alerts. Some things you might check: 1. You own the project 2. You are selecting the correct project in the alert 3. Your alert is triggering
-
This is a fantastic idea. I rarely use that section and hiding it would be super nice.
-
You can explore the Domostats and Domo Goverance reports via the Appstore. These connectors give you access to a ton of reports with data about your Domo instance. Explore them and see if you can find what you need! If you can't, your next option would be to hit Domo APIs, many of which are undocumented.
-
Not seeing that issue. Has it resolved for you? Also, are you getting the error if you navigate to the connector through Data > Connect Data > Connectors?
-
Ah gotcha, I reread your original question and you'll want to use Inline Editor for that:
-
You can edit the brick to display text by updating the HTML and CSS: HTML: <div id="myDiv"> <h1>custom closed message</h1></div> CSS: #myDiv { display: flex; align-items: center; justify-content: center; background: rgb(131,58,180); background: linear-gradient(90deg, rgba(121,64,161,1) 0%, rgba(228,88,80,1) 50%,…
-
You can use the table element in an App Studio app page: