-
R and Python for determing dataframe equality in ETL
Greetings Domo Community, I have currently been refactoring Magic ETL tiles and have been attempting to use Python and R scripts to test for equality before finalizing the refactored tile components. Using both approaches with Python and R I have had significant difficulties in completing this task, which I will outline…
-
First Non-Null Value from Column in Formula Tile
Greetings DOMO, Does anyone know how to find the first non-null value of a column in a formula tile. Tried using Coalesce along with a few tricks and couldn't get anything to work. All help would be appreciated. Cheers, Will
-
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 =…
-
Dynamic Filtering of Page
Greetings Domo Community, I have been working to apply a dynamic (Beast Mode type) filter on a dataset that can then display a card. In simple terms, we would like to be able to filter a subset of a dataset, based on a defined algorithm that we implement on our card and then dynamically power cards using this subset…
-
Batch Last Run Columns with API Updates
Is it possible to configure the Dataset to automatically add a "BATCH_LAST_RUN" column when updated via the API rather than doing it manually within the API program before the update is made? Thanks, Will