-
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…
-
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…
-
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…
-
Color rules in Domo Phoenix
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?…
-
DDX Brick: Page Filter
Hi Everyone, I have created a DDX brick which is correctly making a gauge chart however it only shows the total aggregated number and doesn't update when a page filter is applied. Does anyone know what further code needs to be applied? I want it to update when the column DATE is applied on the page. Thank you for your help!
-
bricks that can be edited by more than one user
Currently DDX Bricks can only be edited by the creator of the "App" This is by design, and can be found documented in the "Getting Started with Domo Bricks" article. idea: make DDX bricks editable by all owners and admin, and allow the checkbox on card details to restrict access to non-owners.
-
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
-
data/v1 endpoint - Filter on columns and values with spaces in their names
Is it possible to filter results on the data/v1 endpoint with columns or values that have spaces in their names? I've tried every combination imaginable to get results for a column named Spend Category, but continuously get this 400 error. Filtering results with columns and values that don't have spaces works as expected.…
-
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…
-
Can ddx cards automatically filter with normal cards when using page filters?
I am currently making a dashboard and needed a custom image to be used to display a value based on an ID, can ddx cards filter with the rest of the dashboard? Thanks ! :)
-
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…