Hi, I'm trying to bring in data in a DDX form, from a Domo dataset column using domo.get api using the following code. But I keep getting [object Promise] as a response. All I'm trying to do is getting the distinct value of column "Version" and populate in one of the DDX form input. The value in this column is same for all…
I have been using the Python SDK to send csv data to Domo via API using the data_import_from_file and have done so successfully. However, I also need to send xlsx files to Domo, but have not been able to successfully do so using the same method. Is the method capable of sending xlsx data using this method?
I keep getting this error when i call Domo(domo_client_id, domo_client_secret, api_host='api.domo.com') Exception: Error retrieving a Domo API Access Token: {"status":401,"statusReason":"Unauthorized","path":"/oauth/token","toe":"######"}
I have generated client secret and ID using my admin access domo account. But when I try to access the embedded dashboard with programmatic filtering in PHP Laravel, I am getting the following error, "You don't have access to any role/module. Please contact your company admin." I want to get an embedded dashboard with some…
We are using the Stream API to create datasets. This is all dynamic so we have no idea what the data is going to be or what the columns in the source data are called. What we found is that if the source data has a column named 'row_number' the call to create a new stream dataset will fail but with no message or…
When I am trying to achieve last 30, 60, 90 days from the current date, it is displaying as (0- 30 days), (31-60 days) and (61-90 days) in the data when filtered, but the requirement was (0-30 days), (0-60 days) and (0-90 days). Calculation: For date range Iam using this calculation Date range: DATEDIFF(CURDATE(),(`Date`))…
I am using the Python SDK to upload csv data to domo. I have been using the dataset.py methods and have been successful in getting my data to my domo domain. Although, everytime I upload a csv, it will create a new dataset. How can I make it so that my data is added to a previously created dataset?
Can someone please explain to me how the CONTAINS operand works in pfilters? I had thought it was like a SQL "LIKE" comparator, but that doesn't seem to be correct.
Hi all, I am using the DDX Phoenix Scatter Plots App and wanted to apply some color rules like you do in a regular card in Analyzer. I was looking at the documentation but it is only shown how to change the color palette, not how to apply color rules (ex: if Metric < 1 then red else green). Do you have any suggestion?…
Most of the Security Apps have secure API with OAuth2 and i having issues with connecting with DOMO JSON connector apps as they take SFTP server and the API are using NSS. Can you tell me a way i can connect these API to DOMO
It looks like you're new here. Sign in or register to get started.