-
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…
-
EBay Connector
Hi Everyone, does anyone have any info on an EBay connector. Surprised there isnt an obvious option yet. Just wanting to integrate our ebays sales information into DOMO.
-
Our certificate cannot be validated while configuring authentication.
Hi everyone. We are in the process of building a custom connector, but we haven't managed to configure our user authentication. We are using the API Key for this matter, and based on DOMO's documentation, our authentication test code looks like this: //This logging is here for testing! Remove before publishing your…
-
Automating color palette for a condition that has multiple conditions?
I am trying to customize the colors in my visualizations and some of my variables have a lot of conditions (20+). I don't want to manually select a color for each of these variables so I was wondering how would I go about doing this?
-
Custom Connector Returning Empty Data
I'm trying to build a custom connector for Validity to monitor our email sender scores. I have been successfully doing this in Python and pushing up to Domo for several weeks now, but I need it schedulable within Domo so we can wake up to the newest data. This is the raw result I get when I run the same config in Postman.…
-
Image Hosting
End Goal: I want to display a sales rep's headshot next to their stats on some "Top 5 Producers" style cards. I'm familiar with the HTML code to do this, and I know I can put these pictures on a free online image hosting service to do it. But my IT department would probably "expel a kitten" over this because they treat…
-
Defining Custom Color Palettes
It would be nice to be able to define custom color palettes to choose from. I don't mean the ability to set color rules on datasets or cards, or the white label features in embedded analytics. I mean adding your own palettes to the color picker for internal dashboards. Right now, having to use hex codes for everything is a…
-
When uploading a custom chart an option to turn off the colour override
When using the custom chart feature and uploading a new visual to be used, a checkbox to turn off overriding colour would allow for so many more use cases of this feature. If we could create/upload an SVG file ourselves, in the same process, but upload it with the shape colours we want by simply having a checkbox during…
-
Integrating different social media platforms reporting
Is there a way I can extract data/metrics from all social media accounts (LinkedIn, Facebook, Youtube) together? I use connectors to extract data individually from each social media connecter. But getting all metrics in one Dataset can be helpful in getting a better visual view.
-
Customize Domo UI
Please create the ability to customize a user's Domo UI based on their profile. For example, one of my customers has users that are primarily view only. The option to hide the top toolbar as well as card stats would help eliminate confusion.
-
Data Center Folders
Customers with hundreds of datasets would benefit from a hierarchical folder system to organize and categorize their datasets.
-
Pacing Card?
I wish I had access to my old domo! I built this there but cannot recall how to do it now. I attended Dreamforce a few years ago and while there someone built a bar chart that showed how you were "pacing" compared to the same time last month For example, last month we had 1000 phone calls for the month. By the Oct 17th we…
-
How to SUM working days correctly?
Hi everyone, I have a strange problem. Probably more of a SQL question than a Domo question, but here we go. I have a typical date column (yyyy-mm-dd) and a column called "total working days in month" where it returns a aggregate value of the # of working days for each month. Below is an example (just assume every date is…
-
How to aggregate CASE Statement values?
In my dataset, I have three different tests that aggregate the field Forecast differently. Here's a beast mode I made that works pretty well, except when I'm trying to add them all together: CASE WHEN Test = 1 THEN SUM (Forecast) WHEN Test = 2 THEN SUM (DISTINCT Forecast) WHEN Test = 3 THEN SUM (DISTINCT Forecast) END when…
-
How to add multiple Name Columns to a custom chart
Hello! I have uploaded an svg with a custom data diagram. Within the diagram and within my data there are 2 columns (component and connection) that I would like the names to be displayed and the colors to be highlighted. However, it is only allowing for 1 name column. Is there any way to add another? Thank you!
-
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
-
Custom graphics for gauge charts?
Is there any way to customize gauge charts with a custom background, OR, better yet, with svg custom graphics for certain elements of the gauge (Like we can do with map charts)? I'd settle for a way to overlay a gauge on a custom background but right now it seems I can only customize a background to a color, not an…
-
Custom Color Range
Would love to be able to create custom color ranges. Some cards have too many series to manually define a color for each. It would be great to be able to define a custom color range (i.e. pick a color on the left and a color on the right and it automatically fills-in the middle with gradients between them). This would also…
-
DOMO CustomApp - How get the the ErrorMessage of a domo.post?
Hi, I have built a Domo Custom App to call an AWS Lambda Function with domo.post. There's no problem in managing the response when all goes fine. But I haven't found how to extract the ErrorMessage from the response when it gives an error (HTTP errorcode: 400) Can someone tell me where domo keep this information? Thanks
-
Adding background image to embedded cards
Hey all, I'm having a bit of trouble trying to figure out how to add a background image to a card that is powered primarily by beast mode calcuations. I've endlessly searched the forums and have not yet been able to come up with a solution. What I have is a matrix with 4 quadrants that need to be color-coded and labeled.…
-
Creating custom columns for use in tables
End Goal: Our goal is to create a table that can successfully group elements by row (such as state) and implement column values that are based on custom formulas. The input data for this table consists of our company's sales data. What I am attempting to do currently is create a pivot table that groups our monthly sales by…
-
Integrate Google DFP to DOMO
Hi All, How do I intergrateGoogle DFP data with domo as there is no connector for DFP data, how do I create connector??? Thanks in advance.
-
Mega/HTML Table Border Options
Options to select and customize border attributes to highlight different sub-groups in your data table (please refer to the attached image). I tried to do this via the subtotals option but this is dependent on the first column. However, for readability I need to have the first column as Customer Name and the table sorted…
-
Dynamic date range (last two quarters)
HI All, I am looking to create a dynamic date filter on my card. The objective is to get last two financial year quarters data. I am aware that there is an option in DOMO to get last two quarters data but this gives me incorrect results i.e if we are in May then this gives me nov - april data but what I need is oct 1st -…