-
Form and Dataset Brick Allow Users to Edit
I have installed Form and Dataset Brick from Appstore, and it appears that only the individual who installed the brick has the authority to access the "Save and Finish" options. Even if the owner of the installed brick grants ownership or access to other users, they are still unable to make changes. It's unclear whether…
-
Can I take out columns such as "__created__," "__modified__," etc., from my collections?
I am creating a ddx brick in DOMO. My ddx brick has collections support in that when a user makes changes to the brick, the changes are written to collections. However, in addition to user changes, columns like "__created__," "__modified__," etc., are also written to collections. Here is a visual demonstrating what I am…
-
CSP Error
I am building a ddx brick in DOMO. When I am editing the card, and I click "Run," everything functions fine and works correctly. However, when I click "Save and Finish," the brick/table loads all of the Column Headers but none of the table cells, and regardless of whether or not I refresh the page, the table cells do not…
-
Dynamic Columns Line Chart?
Hey everyone, does anybody know if there is a way to either convert this to a line chart using the code in this brick or if there is a seperate brick?
-
Trying to call accounts API from brick
I am trying to call the accounts API from a brick in JS. normally call datasets via window.domo. However, no such luck with accounts API. Need to be able to fetch account creds from storage in domo, for use in accessing external APIs. Anyone found a solution for this?
-
Share edit permission for Domo Brick code
I've tried adding other members of our team as Admins on the Domo Brick app I installed and also tried adding them as Owners on the resulting card within the main Admin settings, but they still are unable to edit the brick without doing a "Save As" and creating another card. I'm requesting to add the option to share Domo…
-
Count and Filter not working | DDX Donut Brick
Hi experts! I am using a mapbox donut cluster brick in domo on one of my dashboards. Now the dataset have lat, lng and user_ids. My assumption was that the donut will group the user_ids according to the lat/lng and further when I will zoom in it will make it divide into narrow down locations with their own count. But…
-
Newbie - DDX Bricks - How do I remove demo datasets?
I'm new to DDX bricks and just playing with the Blank HTML brick (ddx-html-blank).. It has 3 datasets mapped in the data tab below.. I only need one.. So I remapped dataset1 to my production dataset.. Great! But the other 2 are unnecessary & causing fake columns to be added to Page Filters. So how do I remove the unwanted…
-
DDX Mapbox cluster
I am using a mapbox ddx cluster for one of my dashboards. Now by default, mapbox is taking three value from the data source, lat coordinates, lng coordinates and a value. When the combined together as a group and then it shows on map. And the further we zoom in, the value become split according to that specific…
-
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…
-
Custom formulas in Total Rows
Hi , As part of our requirement we need custom formula in total rows to calculate true net income value based on this logic. Net Income = Income - COGS - Expenses + Other Income - Other Expenses Currently to achieve this we are multiplying expenses and COGS with negative value(which we don't want) Please consider this…
-
Dataset not updating.
Can someone help me with this issue? I'm trying to pull the data from databricks (using python script) into domo dataset. First I'm trying to create the dataset for a single date using #domo.ds_create(df2,'datasetname') then I'm trying to update the same dataset daily. the below code worked till yesterday and its only…
-
Domo Search API?
Hi All, I'm working on a dynamic landing page and I am trying to make a 'universal search' within a Domo brick where users can type in whatever they are looking for and return back cards/dashboards that are relevant to their area of the business. I realize Domo already has a search, but I want to build off of that same…
-
How can I get labels on the D3 Correlogram Chart Brick?
I love correlation matrices for exploration, but Domo's implementation is very tough to get value out of without labeled axes. Anyone know enough about bricks or D3 to guide me?
-
Is it possible to render an exisiting card inside a Domo Brick?
Hi All! Does anyone know of a way to 'embed' an existing out-of-the-box card inside a domo brick? I realize there are custom visualizations via PheonixChart to create custom visuals, but I have an idea for a dynamic, table driven landing page and want to take an existing card URL (e.g <instance>.domo.com/kpis/details/<card…
-
Domo Bricks - Private CDN/Library Uploads as a Premium Feature
While I realize the go to answer for app development would be to download the SDK and build apps with VSCode locally, I think there is an opportunity to add a premium feature for those who develop inside Bricks. Not every company allows certain dev tools on local systems and for newer devs, setting up proper local…
-
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…