-
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'…
-
pyDOMO Create users based on existing dataset
Hi, Im trying to automate our creation of users and assign role dynamically based on our existing dataset in DOMO. Im new to pyDOMO and currently following samples below: user_list = pd.read_csv('UserList.csv') def add_user_list(ul,domo_object,invite=False): ur = CreateUserRequest() users_created = [] for index, row in…
-
Important: Lifecycle of a domo created contents
Hello All, I am new to Domo. We have only one instance. I wanted to ask you how you have managed overall lifecycle of the created contents in Domo. Example : I developed one dataset/view in domo and 5 cards and I shared those cards to Biz team via story. Now enhancement requests come in which require dataset/view change…
-
Domo Everywhere - Private Embed with pfiltering - anyone done this with Inline Edit?
We set up Domo everywhere to work with pfiltering via a security overlay app. the idea is to not have to set up external partners with id's in domo and prevent accidental sharing of sensitive information. one thing we want to do with our vendors though is to enable them to update the status of the progress of their work.…
-
Unusual error with console.log
Hello, I'm starting a project in Sugarforce and I can't console the query results. Both datasets are correctly defined in the manifest file Although, when looking in the Network tab of Chrome, I see the results I've restarted my browser and still nothing in my console. Has anyone dealt with this or a similar issue before?…
-
Unable to login to DOMO from App Dev Studio.
I have installed the App Dev Studio but when I am trying to connect to the instance, it gets stucked and the credentials doesn't pop up. What should I do to solve the? I have attached the ss also....The screen is not going ahead of this after I enter my domo instance .
-
Export very large dataset (million or row) in CSV as chunks
Is it possible in DOMO using python or postman to export whole dataset but break files(CSV/Excel) so we can have 5 million rows in each exported file.
-
Timestamp Convention in JSON File from Command Line DataFlow Request
My question: Does anyone know DOMO's timestamp convention and how these map to normal timing conventions? Background: I am using DOMO's command line tool to get JSON structured metadata about a DataFlow. Specifically, I am using the list-dataflow command: Putting in the DataFlow id and a filepath returns a json file to…
-
AppDB Error Handling
Good day to all. Developing an app using the serverless technology, I've encountered a minor roadblock. My dataset needs to have an ID column to use it as TransactionID, that is, on every submit I make to the database, it will work as an auto increment index on those fields (1 to N). Next call to the DOM and eventual…
-
AppDB Null Date
Hello people, when creating a dataset via AppDB, is there a proper way to specify that a field can be null, in this case, a date field? I need it null so then I can select null dates and do other stuff with those records based on an ID filter. Hope I explained myself, thanks in advance!
-
Background Image Custom App
Hello Dojo Community I created a custom app with HTML/CSS and uploaded to my Asset Library, but I have a problem The index.html is supposed to load a background image (path defined in the css file). It loads perfectly fine in the dev instance but it doesn't work when published to Domo Any ideas why? Thanks in advance.
-
Domo User Name
Hello, maybe a silly question domo.env.userId This line gets the id for a Domo User, but how can I get the User Name?I'm recreating DP19 Advanced App Building Exercise and I'd like my app to have the username instead of the id, this will be helpful for when I create custom apps for my company Thanks in advance