-
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.
-
Is there any way to get Embed Id programmatically?
I integrate with DOMO using java SDK and REST API, and I can get dashboard id or card id without any problems. But then I need to embed them on our site. But I see that the iframe for embed that will only use the dashboard/card id mark as deprecated, and now it is necessary to use the iframe with the Embed Id. Please tell…
-
More info in logs
It would be very useful if, when executing a Domo ETL, a log file was generated to see the details of potential failures in the process. Currently, if there is a failure in any of the Domo's own boxes, you see that the process has been interrupted in a part of the process but we don't see the details. Also, if the process…
-
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…
-
[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…
-
Brick with Ten Datasets Question
Hey all, In the template for the "Brick with Ten Datasets", is there more specific documentation on the queries used to pull summary info into the card? For example, the https://developer.domo.com/docs/dev-studio-guides/data-queries link is provided as documentation for the code snippet below but there isn't even a…
-
Add embed token as query parameter to the iframe src
When intergating with Domo Everywhere, creating a iframe is one of the main pain points. This should not be the case. In an ideal world, the iframe would look like this: <iframe src="https://public.domo.com/embed/pages/:embedId"> </iframe> However, as we need to pass the embed token as well. Insted of doing it via Forms…
-
Domo Test and Production Instances
hi all, In the organization I am currently working in, we reached a point where we are developing and maintaining a lot of dashboards. Whenever we update datasets or update/modify dashboards, the users were also able to see those changes. This is becoming an issue as users think there is a problem with the dashboard, but…
-
How can I use domo.onFiltersUpdate to stop App refresh while still getting filtered data?
We have a Custom App on a dashboard with multiple filter cards. We like how the app responds to changes in the filters, but we would prefer it not have to refresh. I found domo.onFiltersUpdate and see that the filter data is passed into the function for use in the event handler, but it's unclear how the filter data can be…
-
Card Description Errors When Using CLI Restore-Card Function
Hello all, Curious if anyone else has had this issue and how they resolved it. After restoring a card through the Java CLI tool we're finding that the restored card's Description has been changed in negative ways. For example, at the page level (while hovering your mouse over the Card Title) we 1) lose the Card Title…
-
Error creating query using python and pydomo
Hello, When attempting to query a dataset with a simple query query = {"sql": "SELECT * FROM table"} I get this exception Exception: Error creating query: {"status":400,"statusReason":"Bad Request","message":"Cannot deserialize instance of `java.lang.String` out of START_OBJECT token" Using domo.ds_meta and domo.ds_get…
-
Can you stream Salesforce data in real-time?
Hi Domo Community, Can you stream data from Salesforce into Domo in real-time? We recently switched to Domo for dashboarding and reporting. Our call center relies on Domo dashboards to set in-person appointments. The issue is that by default data can only be sent to Domo every 15 minutes. (Note: Our previous tool allowed…
-
How can we download list of beast mode made on particular Dataset ?
Like I can see the list of all beast mode on a particular dataset on beast mode manager .But I want to download them also as per the particular dataset . Suggest me some way if there is any .
-
Is there way to extract week of quarter from a date column?
The default week() function extracts the week number from the start of the year and runs 1 to 53 or 54. I need to show week number within the quarter, running 1 to 13 or 14 within each qtr. Is there a way to do this using beast mode or using the formula tile in Magic ETL ? Thanks!
-
Can you use domo.navigate() on a card that redirects user based on user ID?
I am trying to build out a dynamic dashboard that contains cards that act as buttons. Right now I have this "dynamic dashboard" built out for each user and redirecting them based on the URL that is linked to that card. What I want is a a single dashboard that is shared among all my licensed users, built out with a ddx that…
-
Dategrain combined with aggregation
As I can read here: https://developer.domo.com/docs/dev-studio-references/data-api#aggregations "DATEGRAIN Perform a groupby with predefined date grains. By default, numerical columns are summed and unique entries of non-numerical columns are counted. Can be combined with an aggregation to override this default behavior."…
-
Domo CLI - Return Limit for List-Dataflow Command?
when running list-dataflow --filename filename.json, I believe that the returned payload only contains 100 dataflows as a hard limit. There aren't args to pass that allow me to offset the object index. Has anybody encountered this problem and/or have a way to get all dataflows from Domo CLI
-
How can we find data sources and magic ETL used in dataset ?
Hi Team, How can we find total data sources used in our dataset with all magic ETL used for that data sources ? Is there any way to pull datasources and magic ETL used in data set ?
-
Domo dependency (domo-java-sdk-all) issue
When I defined compile group: 'com.domo', name: 'domo-java-sdk-all', version: '0.4.0' in the gradle dependecy, it fails to load. Seems because bintray-domo is disabled. Is there any alternative repository?
-
Is there any way to get Embed Id programmatically?
I integrate with DOMO using java SDK and REST API, and I can get dashboard id or card id without any problems. But then I need to embed them on our site. But I see that the iframe for embed that will only use the dashboard/card id mark as deprecated, and now it is necessary to use the iframe with the Embed Id. Please tell…
-
writing to datasets
We are running into issues writing to a domo dataset from a custom app. Is that expected and if so, is our only option to create a shadow json doc to write the dataset and the new field to? Thank you
-
Error in using Pydomo ds_get
Hi, I am trying to run this simple code to fetch data from a dataset on the domo instance. but i am getting the following error. AttributeError: 'Domo' object has no attribute 'ds_get' I am not sure what i am doing wrong. Can someone help with this. I am pretty new to python and API's from pydomo import Domo clid = 'XXXX'…