コメント
-
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:
-
@ArborRose thank you and yes please let me know! @DavidChurchman you won't be able to concat and recreate the field for user role changes, which is my need. In the Admin section Activity Log, I can see "Colemen Wilson changed John Does role from Social to Admin" That is the data I need to surface in a dataset.
-
Do you have an activity log report using the Domo Governance Datasets Connector in your instance?
-
@ArborRose Is this what you mean? If so, no Activity Log is not an available report.
-
The 710 number is within some time period, I can't remember what it is, but it IS NOT all time. Correction: This documentation says that it is since card creation: But above that section in the same documentation, the image shows views in last 30 days So not sure when that changed and if it is all time or some other…
-
Could you share more information on what you are trying to filter? In Magic ETL, the filter tile gives two options: 1. Add Filter Rule: user friendly option that allows you to click and select how you want to filter the data 2. Add Formula Rule: This is my preferred option, as it allows for using SQL to filter your data.…
-
They should be the same. While you can make changes to how some elements in an app is viewed on mobile vs. desktop, tab order isn't one of them. Sounds like a bug and I would recommend submitting a support case to Domo.