-
Domo Sandbox: How to create a dashboard (AKA page) repo without creating beast mode copies?
I'd love to start using Domo Sandbox as a dev environment to edit dashboards and then promote when ready. We don't want users to view changes that are in progress! However, I've only gotten dashboard (AKA page) repos to work when they copy literally EVERYTHING on the page — cards and beast modes. My group only wants to…
-
MapBox - No Background
I'm in well over my head but here goes nothing… In my first attempt at using Bricks, I downloaded the MapBox Donut Cluster Bricks. I got it connected to my MapBox account and have a dataset with quantities for each Lat/Long value. However, there is no "backdrop" for the chart: It's working in that the donuts each have…
-
Domo Jupyter - Account without "Allow Authorize users to access unencrypted credentials" not checked
A great feature to allow control over if an account can be accessed as plain text in Jupyter could use come improved clarity in the endpoints response. However because this feature is inside the "show advanced options" it's not necessarily obvious what's occurring here. An endpoint in the Python module domojupyter being…
-
Dashboard skipped filters and data got revealed
Hi, VERY URGENT! I am calling my every domo dashboard while passing my parameters to show the specific data to that user only. But one of my user have seen all the data on his dashboard, like for all the companies, not for his only company! And this happened for only one user twice, and not happening again, we are trying…
-
PayCom Connector?
Hi Domos, Does anyone have experience connecting PayCom (HR & Payroll software) to Domo? There is no canned Connector in the AppStore.
-
IDE Timeout changed to Inactivity Timeout
I send alot of time in the IDE creating numerous connectors and I often get kicked out whilst Im working. Its not inactivity as I can be in the middle of typing and get kicked out of the Developer platform, have to reenter my domain, enter my connector and 'most' of what I have just been typing is still there!! Can this…
-
when Building a connector I often get kicked out
I have spent a bit of time creating numerous connectors and I seem to often get kicked out. Its not inactivity as I can be in the middle of typing and get kicked out of the Developer platform, have to reenter my domain, enter my connector and 'most' of what I have just been typing is still there!! Any ideas? Is this a…
-
Domo create react app not populating with the Domo specific scripts.
New to web development with Domo, I've ran domo login and that was successful, but when running npm create react-app todo-app @domoinc like it says in the documentation it just creates a basic version of react without any of the Domo specific scripts like upload. Is there something that I could be missing?
-
sendEmail Function via API
Hi Team. I'm using this method: With the below details from postman (replaced inputs{} for this question) ``` POST https://{company}.domo.com/api/codeengine/v2/packages/{package_id_found_in_url}/versions/{version_integers}/functions/sendEmail Authorization: Token (generated via Admin > Access Tokens) body (JSON) {…
-
How to resolve CORS error while using Product API's?
{ "method": "POST", "url": "https://my-instance.domo.com/api/ai/v1/text/generation", "headers": { "X-DOMO-Developer-Token": "generated from Admin>Auth..>access token", "Content-Type": "application/json" }, "body": { "input": "why is sky blue?" } } Above is the request I sent but getting CORS error like below Access to…
-
Efficient Way to Rollover Filters with New Month
I have a dashboard with monthly volumes by service line. In order to only show the prior month that is closed, I manually set a filter to the prior month. Instead of going through each card and updating this filter manually to the next month (current state), is there a way to automate this rollover? Or perhaps have a…
-
Good Names for Domo Super User Group??
Hi Domos! We are scaling effectively and I'm kicking off our first "Super User" group to help grow the team of capable users. Tapping into the collective brilliance of this community - what's a fun name for our super user group?? Bonus points if there's some play on words regarding: Vance Thompson Vision (our company)…
-
Editable "Form"/Survey Style to Log Interactions
Team, Is there a functionality within Domo wherein end users can log interactions? Something like this: I tried to build out a Form in AppStudio, but all end users got an "Error Loading Form" issue (see my separate thread: Any ideas?? I've thought about making a Google sheet that was connected to Domo but that feels clunky.
-
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…
-
How to list Domo AI Models and its meta data
Below is the sample output I'm getting from Domo API using AI service layer API 1.How to list the DOMO AI models if i want to choose different AI 2.how to pass/use the sessionId to stay on the same chat { "prompt": "hi", "choices": [ { "output": "Hello! How can I assist you today?" } ], "modelId":…
-
Is there a limit on the data provided by the datasets API?
I am using the datasets api (https://api.domo.com/v1/datasets/<dataset-id>/data) to access multiple different datasets in my Domo instance using Postman. Everything works fine and Postman shows the response for all my datasets except for two which are both over 1 million rows. When I try to use the datasets API for these…
-
Domo: 📈📈📈📈📈
Team, Domo started as my little playground where I could explore data and visualizations. Fast forward to now - and it's blowing up. Leaders, directors, owners (oh my!) are all wanting access and are trying to answer business questions with Domo. This is a good problem to have as it puts me in a strong position to lead our…
-
Tracking Usage & Measuring Success
Hi team, We've loved Domo and every day and every dashboard it feels like we are making progress towards a more-informed future. I want to be able to measure the success that we've had. I am aware of the DomoStats People app and the DomoStats Activity Log, but how do you all measure the impact of all that we do? How can I…
-
3rd Part Analytics tool: FullStory
Hi, I am integrating 3rd party analytics for my dashboards to see users behaviours on my embedded dashboards from domo. For that I am using FullStory and adding its scripts in iframe and main head section of parent page. Does this work with both public and private embedding right ? or only private embedding we can see…
-
Add a analytics tracker in the head of page
Hi, The dashboard I am embedding, I need to use analytics tracker to see user's behavior on the dashboards. For that I am using FullStory, and they have a script which we need to put inside the <head> tags both in the main page and inside the iframe/dashboard page. I can add that script inside the brick in iframe but…
-
[domo CLI] login issue in domo app CLI after performing npm start
Description When attempting to develop the custom Domo app locally and run the local server using npm start, an authentication error is returned, prompting the user to log in to Domo using domo login. After successfully logging in, attempting to use npm start again returns the same authentication error. However, it…
-
Mega-Ultron-Super-Duper Connected Dataset to rule them all
BLUF: Should I join/append all of our data so we have one workable dataset? This isn't a technical question, but rather theoretical. We've got data in many places (I'm sure this is common): Budget in XYZ Financials in ABC Stats in DEF Stats Historical (just switch systems so have a different datamart) in LMN Everything…
-
Filter Request from Custom Domo App
Hi everyone, I am currently working on a custom Domo app using React, and I'm trying to develop an interactive filter app. I've researched the domo.js library and found that it mainly provides functionality for managing and operating datasets, users, groups, etc., in Domo. However, it doesn't seem to be suited for sending…
-
CLI with Task Scheduler
Anyone put the script directly into Task Scheduler to export a dataset? at the command prompt I can type the following separate commands (enter after each) java -jar C:/Domo/java/domoUtil.jar connect -s xxxcompany.domo.com -t 3xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx export-data -i 0DATASETIDHEREINTHISSPACE80c -f…
-
Tracking Changes
Hi Team, Is there a native solution to Domo to track changes made to Dashboards, Card, Datasets, etc.? I know that Dataflows have the "Version" commentary, so you can see who made what changes at what time. Is there a similar functionality for Dashboards and Cards? I want to monitor who is making changes to cards and…
-
Load and Impact on App - Chart count
Hello, I understand we could create dashboards with any number of charts. However, I would like to understand if there is any ideal count of charts to have in a single dashboard in an App? Also, is there any recommended maximum limit of dashboards in a single App (AppStudio)? Will the limits vary from the type of data…
-
Snap to Grid functionality in Magic ETL
Aligning the tiles in magic ETL can become quite cumbersome without any grid or guides for the tiles to line up with. It would be great for the default behavior of tiles to snap to a grid or show guide-lines that signify when tiles are aligned.
-
Personal Use Domo Platform
The competitor-that-must-not-be-named () has a public version for personal use and distribution. This allows for refinement of skills, freelance use, and public portfolio building. Does Domo offer anything similar? It doesn't seem like it, but I'm surprised that we don't.
-
Tagging Customers on Services
Hi Community, excited to see what you think up! BLUF: How can I analyze what nurse saw a patient prior to a surgery or a non-surgery? See my simplified dataset below. My hope is to be able to see which nurses saw which patients/customers that led to a surgery (or not). My current thought is a CASE WHEN to create a label…