-
DDX: Getting Data in DDX form
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…
-
Textbox Card for Filtering on Dashboard
Hi there, I am trying to make a dynamic landing page that filters based on the domain that they select. For instance, "Finance & Accounting". (We have linked that to a dataset for the dashboard parent pages. ) If I click on Finance and Accounting, it should filter the below two cards : (it is currently filtered manually to…
-
Making your DDX HTML Brick transparent
Greetings :wave: Hoping someone will be able to solve a mystery for me. I have been playing with the HTML brick and am stuck on how to make the background of the card transparent. I used the card interface but even when set to transparent it remains white which I suppose in makes sense. I tried using CSS to have the…
-
Border when hovering over a DDX Brick
Has anyone ever tried to disable to the border when you hover over a ddx brick? Hoping there is a hack for removing it or at a minimum lets me change the colour so it blends in with the background and isn't noticeable.
-
DDX export PDF without margin
Hey writing a DDX table card to replace regular DOMO table because the margin around the table is making our PDF export for the dashboard push over. Attached picture, DDX table is the 1st DOMO table is the 2nd. You can see how much bigger the margin is on the top card and on the bottom it's almost zero. I have nothing in…
-
javascript NOT IN LIST
I have working DDX bricks card that has filters on the data. The working code is const where = ['ELT_Code = HRES','YRMONum = 202305','Scenario != Forecast','TimeSeriesShort != FY','FTE_Position_Type != Actual_Active_Positions']; For the FTE_Position_Type I need to include more than one exclusion. I have tried several…
-
Default font in DDX Bricks (Blank)
I have a dashboard that is a mix of standard domo cards and DDX bricks. When I build one of my DDX bricks, I did not assign a font family. Anyone know what the default font is?
-
Change order in DDX Form
Hi, I'm using the DDX Form and I have built the layout I require, however when entries are added to the form, they populate at the bottom of the form. Is it possible to reverse this, so the new entries in the form are at the top? What do I need to edit in the code? Thanks!
-
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…
-
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…
-
DDX Column Order
why is it that the DDX re arranged the order of the columns example. i have a ddx and the column order is as decribed below but the resulting array anyone know how to maintain the order of the columns or is this another domo feature
-
DDX charts with html links in Community March Virtual Meetup (2023)
Hi, This question is for those who attended the Community March Virtual Meetup (2023) earlier today (Mar 16, 2023). In the demo they showed a chart which had bar charts, line charts, Text chart, etc and at the bottom were html links to link to another chart/dashboard. See attached. Anyone know which chart allows me to do…
-
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?
-
Option to disable hover border for cards on dashboards
I believe that a recent'ish update has added a light blue border when users hover over cards on a dashboard. Having the option to disable this behavior would be a great improvement. For some cards, particularly some DDX bricks, the border breaks the sense that the card is an element on the page. I have an album showing the…
-
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 =…
-
DDX bricks and beastmodes saved in datasets
Hi a question if i save a beast mode in a dataset why can i not refer to this field in a ddx. and will this be made available soon. i get this error status":400,"statusReason":"Bad Request","message":"DA0008: The field yAxis of data source alias dataset (mapped to data source with id 6ff2d2ee-9690-4086-someID) is mapped to…
-
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…
-
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…
-
🎥📅 Build DDX Bricks in Domo - free webinar 11/2/2022 - with Noah Finberg
Overview DataCrew is excited to invite Noah Finberg, Manager of Data App Innovation @ Domo, LinkedIn, to present a 202-level overview of DDX bricks. In this Ask Me Anything format webinar, the Domo community will have the opportunity to learn more about use cases for DDX Bricks as well as get an introduction to app…
-
Change the values of variables as if they were filters from DDX
I am trying to modify the value of a variable with a DDX Brick, I am not entirely clear if this is possible but I have not found any information about it either. I have seen that with the variable control when you set the value of a variable it appears in the upper area of the screen, where the filters are. I have tried to…