-
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…
-
How do I construct my desired query?
I am creating a card in DOMO, and I am trying to query from my dataset. I want to query in such a way so that I first query the dataset only for its column names, then I use the column names to query all the data in the dataset. This is what I have so far: I am getting the following error, however: "Uncaught TypeError:…
-
Can I dynamically query all fields?
In the javascript for my DOMO card, this is how I am currently querying from my dataset: If I am simply trying to query all the fields in my dataset, is there a way I can avoid hard coding all the fields in the "dataColumnName1" variable, and just change the "query1" variable to dynamically query all fields? Thanks.
-
Getting Data
Hi, I'm new to domo and was just wondering if anyone could generally tell me how I can get data from a dataset in domo in a ddx brick? Thanks.
-
Sync to DataSet
I downloaded the public "Form and Dataset Brick" ddx brick, developed by domo, and was wondering if anybody knew how to make it so that, when clicked, the "SyncButton" populated the ddx brick with data from a dataset?