-
Being able to edit "Home" Button on Apps
The current Home button can be confusing for clients as it implies it will take them to the central app page that connects the other pages. I wish we have the ability to change the icon and name of the Home button, such as "Exit App" with an exit icon. While it seems like a minor issue, I can foresee the confusion of new…
-
Implementing Card Navigation Settings that already existed in Dashboards.
I was highly encouraged by the CSM to migrate from using Dashboards to using App Studio because it is considered more User Friendly and intuitive. While I agree that we are given more flexibility designing within the space, I noticed there are two key features that are missing from App Studio that is affecting my workflow…
-
How do I initialize DDX Form Brick with Existing Dataset and then sync it to an AppDB collection
I was tinkering with the DDX Form and Dataset Brick and I want it where the table initializes with an existing dataset using domo.get(`/data/v1/${datasets[0]}`); and have it update into the new/existing app collection that is syncing to the brick, domo.get(`/domo/datastores/v1/collections/${collectionName}/documents`). For…
-
How to fill-down nulls from earliest instance of non-null value?
I am currently struggling to find a cohesive solution to being able to fill nulls with the first instance of a non-null value. The layout is very simple, basically there is column called ID and it contains one non-value null and the rest is null until the next non-value null. I would like it where the nulls are replaced by…
-
How to properly replace data when using Upsert for Output?
Hello, I am currently testing out Upsert for the Update Method of the output dataset and I am confused about how it functions. From what I understand, it serves as both an append and replace update method where you can append on the current data to the historical data that exists. The issue I am facing is that I wanted to…