-
Interactive Tables with Writeback functionality
Hi There, This may be a complex ask. But I think it could be extremely valuable. I would love to create a table powered by Domo for our planning team that is powered by Domo but would also have a dynamic user input field. This field would adjust calculations on the card but could also have writeback functionality. In my…
-
COLUMN NAME CHANGE - PUSH TO BEASTMODES / BEASTMODE SEARCH AND REPLACE
I think a good option would be that if a column name is changed in the Column select tile that if that old column is being used in beastmodes that we can push that change to all affected beastmodes. When managing 100's or thousands of beastmodes it makes it difficult to go back and correct if we have to change a column…
-
Assigning red Font color in a beastmode - Single Value Card
I have a single value card and I'm using the following code to format the dollar value as I concatenate several values into one text value for the card to display. Do you know if there's a way to have the font color display red if the value is negative? Here's a snippet of the code: CONCAT( '$', CASE WHEN…
-
Variables to be able to reference a table
I would like to be able to reference a table in Variables. For example. I'm using variables to calculate and adjust revenue numbers from USD$ to CAD$ by doing a simple calculation of the current exchange rate. I'm referencing the rate now manually and have to adjust it manually in the variable What I would like is to be…
-
Ability to Copy and Duplicate Text Boxes on Dashboard
This is a simple ask… I would like to add the ability to copy and duplicate text boxes on a Dashboard Blue box is an example. Instead of having to start fresh every time. Should be a relatively easy ask.
-
MTD and YTD TOGGLE
HI Team, I have a date field and what I'm trying to do is write a beastmode that looks at YTD and MTD without years. I have successfully done that in 2 separate beastmodes to give my a 'Y' or 'N' toggle. However when I try to combine them into one where the user can toggle 'YTD' or 'MTD' the 'MTD' isn't the issue.. it's my…