-
SQL Query against dataset
Hi, I am wondering if anyone has ever had a ask for a way to just write sql against a dataset, or join to datasets. I know we have redshift, but this would be more like a SQL IDE you would use in a relational database. I know its kinda an odd question, but we have some users who prefer sql vs magic etl. I have seen the AI…
-
Domo Buzz Dataset
Is there a dataset, or a way to get the data from buzz?
-
Displaying DOMO on TV Screens unatended
I have a use case to put a dashboard on a large Screen. A few requirements Needs to be authenticated Would prefer to show a dashboard and not just cards like publications does No code solution Must work with DOMO and BrightSign We tried carousel and it did not work Has anyone found a software solution to showing dashboards…
-
How to grant in roles to give access to publications
I am looking for the grant that gives publications access to users. Even after giving access to the grant below they cannot make a publication I tried this one and it did not work
-
Where can I find the Description when you save a dataflow
I would like to create a card showing the changes to dataflows and the description. I have looked in domo stats and also domo governance and dont see it. I am looking for the comment you add before you save. Not the description of the dataflow that you put along with the title.
-
Add Dataflow Comment to Domo Stats | Domo Governance
I would like to create a card showing the changes to dataflows and the description. I have looked in domo stats and also domo governance and don't see it. I am looking for the comment you add before you save. Not the description of the dataflow that you put along with the title.
-
Azure Dev Ops Connection
Hi, I am trying to get data from azure dev ops. For work item type data. I have the azure dev ops connector but it does not provide me all the data I need. I have tried odata but that is not working due to auth errors. I have a case open to investigate. Has anyone used a different pattern beyond azure dev ops connector or…
-
Make certification instructions text box bigger
When putting instructions in for certification instructions the text box is not big enough. Every time I go in there I have to make the text box bigger to view the instructions. Can we make this bigger by default or scrollable?
-
Ability to Run DOMO Workbench in Docker
I would like the ability to run DOMO workbench in a docker container.
-
Card Status Data in DomoStats or DomoGovernance
We have had some errors in cards recently caused by a few different issues. Currently we do not have any data to track when cards error, or are in an error state. I would like something similar to domo stats or domo governance dataset for cards to include status so you can see errors and manage them. We can do this for…
-
Data Type Reference in Datasets
So I have been digging for a bit and I found a few threads that list the data types available in a dataset. But all the information seems to be embedded in other items. See this post https://dojo.domo.com/main/discussion/44484/datatype So I am looking for a very simple table that shows the data types available in domo.
-
Allow Deletion of pages for owners, not just in admin
Currently you have to be an admin to delete a page. I would like the ability for page owners to delete a page even if they are not admin. This could be assigned by role.
-
Allow Users To Show Time in Local Time
We have users around the world and we store our dates in UTC. But users would really like to view the UTC Date Time in there local preferred time zone. Currently we have to add a lot of beast modes and formulas inside of datasets to accomplish this. And we end up storing the data many times. And create cards to show the…
-
Regex in Formulas in Views and in Formula ETL Tiles
I would like to be able to use regex to match values in formulas. Both in views and ETLS Such as this. I am using this to validate some data in a view formula CASE when `Field` like '[0-9]{4}\-[0-9]{4}\-[0-9]{3}' then 0 when `Field` = '' then 0 else 1 end
-
Data type for boolean
I would like a data type for boolean so I can use the presentation layer(card) to translate to true or false. Right now we do translations in a dataflow