-
DDX Bricks - Creating a linkable <iframe>
Hi - Looking for some assistance on editing a ddx brick html table card i downloaded from the appstore. I turned to ddx bricks because i could not get iframes to show up using ordinary html table cards. Now that i have an ddx html table correctly showing my embed iframes in one of the columns, i'd like to add additional…
-
Course Builder
I am noticing an issue with Course Builder when using SSO. I have SSO enabled in our instance and our computers have extra security features. When trying to publish from Course Builder I get an error saying there is a self-signed certificate. I have troubleshooted with both Domo Support (extensively) and my IT and we have…
-
What Generation of iPad will work with Domo Forms within the Domo App?
I need to know what gen of ipad is best for using the domo app as well as uploading picture files via Forms. TSM advised tagging Gary Gibb.
-
Campaigns App - Domo Markup Language in Distribution Lists
Hello, Are there escape characters in the domo markup language? I am using the markup language operand "Is in" to filter email attachment datasets based on the recipient in the Campaigns App. I run into problems when the data values I need to filter on include commas. For example… Recipient A's email attachment needs to…
-
domo.datasets is Undefined
In the sample apps, I see these 2 lines: var domo = window.domo; var datasets = window.datasets; I have an alert(domo) that returns a result But alert(datasets) is always undefined. I am unable to do any domo.gets() and am thinking this is the problem. Any ideas? My manifest file is: { "name": "Try2", "version": "1.0.0",…
-
Connecting to the Powerpoint Plugin
Hello, I just uninstalled and re-installed the Powerpoint Plugin. When I connect our company's domain as a New Account it never fully connects. It looks as if it's searching as the blue box is spinning but that's where I get stuck! If anyone has any tips on how to get an account connected please let me know. Thank you…
-
DDX Bricks Scatter chart - unable to get the X axis to switch from values to dates, from dropdown
Hello all, Ive been trying, to build a scatter plot for a set of analytes that lets me trend one analyte vs another. The complication comes in when I want the X axis to display the date tested. When i select the date tested, the X axis changes from a normal scatter to this. I have tried using ternary operators, if else,…
-
Vue + Vite setup for DOMO?
Hi All, Does DOMO support apps being developed with Vue and Vite? I found the Starter Kit info in the Dev docs to setup Vue CLI and Webpack but the recommendation is to use create-vue as Vue CLI is in maintenance mode now and I am not sure what steps to take next to enable an app to be published and worked on in Domo. Any…
-
Is it possible to retrieve Variables when using Bricks?
Brand new to Bricks here. If we add a variable to a dashboard that should change the behavior of all cards including a brick, can we check the value for that variable in the Javascript section to so we can adjust our query or logic accordingly? I saw in this video that you can add controls to the brick itself, but was…
-
Dynamic Columns Brick - Aggregation Question
Hey everyone! I'm trying to use the Dynamic Columns Brick: I know nothing about Javascript. It seems for all the different Metrics that you can select, the "Default" aggregation is SUM( ). Is it possible to change that somewhere in the Javascript (or elsewhere) a different aggregation like AVG( ) or MIN( )? I can somewhat…
-
Form Builder and Form Viewer Transformation
I am trying to take the data I receive from form viewer forms that are submitted on a regular basis. The Answers I receive are put in a value column all together. I know on google forms you can create your own columns to have a nice flow of data coming in. I am trying to have an output of: Date: Model: Serial: Yes: No:…
-
Domo Campaigns Broken?
As of this morning, all of our campaign PDF attachments are broken. They are a mess and all over the place. We didn't make any changes to the HTML/CSS. Did anyone else experience this?
-
Javascript field name has spaces
I have tried back ticks, brackets, everything I can think of The script below works correctly and provides the results that I expect, but I really need to put Account Level 9 in the var where Specifically Account Level 9 = Administrative expense but when I add the field I get nothing. I can see the record in the output…
-
Form Builder and Form Viewer Transformation
I am trying to use submissions we get from forms in DOMO via form viewer/builder apps and turn them into usable datasets that we can create cards with. Right now the form submission data puts the label in one column and the value in another and I would like to make it where the data looks like this: Date: | Model: |…
-
How to pass the global date filter to DDX brick
Currently, my dashboard is default to the 'This Year' setting on the Global Date Filter widget (grey banner) however this setting isn't being reflected in the output of a new DDX Brick which aggregates values by date. What do I need to for the DDX Brick output to reflect the Global Date Filter settings?
-
Collection security query
Hi. I am new to DDX bricks and am having trouble understanding the structure of the query needed to act like a dataset PDP. In my pictures below, I am trying to limit user 'bob' to read/update rows with Salesperson_AOP values of "Bob". I also included my attempt so far. Any help is greatly appreciated.
-
DDX Demo: How To Implement a Custom "Tab" Navigation Element in Your App
Leverages DomoStats Connector Pages Report to power nav items and give users granular PDP control. Scrolls horizontally to accommodate as many tabs as the user would like. Shows active page in navigation. Here is a tutorial video walkthrough on how to build: DDX Bricks_ Custom Bootstrap Navigation Demo.mp4 Here is a gist…
-
Dynamically Updating Dataset from DDX Brick
Greetings DOMO Dojo, I am currently trying to overwrite an existing dataset from inside a DDX application. I have currently setup the new data that I would like to replace the existing dataset with in CSV format. I have tried to accomplish it using this: var q =…
-
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…
-
Course Builder App loaded into Domo Format Issue
I am still new to Domo, and even moreso with Course Builder. I have created my first training app in Course Builder and have been successful uploading it to our Domo instance. However, when I attempt to create a card so the app can be viewed, it automatically goes into portrait layout instead of landscape. This cuts off a…
-
URL's in DDX bricks aren't clickable?
Is there a reason why default HTML syntax for links is not working in DDX bricks? Clicking on hyperlink or hyperlinked images doesn't open anything. I see the link appear when I hover over the element but nothing happens when I click ... I need to right-click to open the image or link in a new tab. Strange that the…
-
Can we export output data from a workflow in ETL?
Hi All, I wanted to know if there is an option where we could get the output data as an Excel file(like a downloadable excel file) or even have the feature where the output data can be uploaded to a service/server from the workflow or at least have the output in format of a downloadable excel file.
-
How can you use a relative date filter in the DOMO Campaigns distribution list filter?
For example, in my DOMO campaign distribution list data source I can have a filter for sale_date is greater than or equal to 6/1/2022. However, what language do I use in the distribution list if I want this date filter to be prior month? Or Last 5 days? Or Prior Year, etc... The following link references that the filter in…
-
DDX Form and Dataset - Allow users to edit or remove entries
I have a DDX Brick setup to allow users to input items into a form that I then use in an ETL to filter our specific rows. By default, the DDX form is set to only allow the owner (myself) to edit or remove entries. I would like to set this up to allow anyone with access this ability. I was able to successfully modify the…
-
I am trying to build a card using DDX bricks in domo. My usecase is to add filters using ddx app.
Can someone please guide me as to how can I add filters using ddx bricks app. Thankyou.
-
Pivot table via chart type - Ignore zero
How to ignore grand total column 'zero' value so i do not want to see zero cost value. i do not find grand total option does not equal to "0" value in chart properties in domo example:
-
Domo chart type
I am trying to create pivot table using domo chart option so i can not find 'pivot table' in the chart type. pls look into this. Regards Raj
-
Regarding domo APP DB
Hi Team, I have enabled "syncEnabled": true at manifest.json to export APP DB data to domo. I can see the collection information . But I want document related columns information, i.e., JSON document "content" value i.e , it contains content information as per below…
-
Where do I find APP ID - CourseBuilder
In finalizing a training module the Next Steps asks for the 'Next App ID'. I have an app that I want to refer to but I'm not sure what is meat by app id and I'm not finding explicit mention of it in any of the CourseBuilder articles. Is this the same as the Design ID for the app in the assets menu?
-
CourseBuilder - MacOS - Cannot be opened
“CourseBuilder” can’t be opened because Apple cannot check it for malicious software This software needs to be updated. Contact the developer for more information. has anyone run into this, who should I contact for support?