-
Re: Trying to calculate with multiple conditions in Beast mode
"WHEN (`Planned Hours`-`Total Hours from SOW Breakdown`)/`Planned Hours`.0" is the issue. Change that to: WHEN (`Planned Hours`-`Total Hours from SOW Breakdown`)/`Planned Hours` > .0 Not…1 -
Re: Adjusting chart properties dynamically with data?
Unfortunately the chart properties cannot be tied to a beast mode or data column (great idea for the Ideas Exchange forum). I'm not familair with your data strcuture but you can get creative with the…1 -
Re: Declaring MySQL variable in Dataflow
As far as I know, variables are not supported in Domo's MySQL dataflow. As a possible solution though....you could have one transform output a table that just has the value you are trying to store, a…1 -
Option to persist a beast mode formula as a new column to a dataset for exporting purposes
It would be fantastic to have an option when creating a beast mode formula that allows the new column to be attached to the dataset for exporting purposes. Couple of use cases for this that would all…1 -
Re: How to abbreviate values in tables
It seems silly, but yes there isn't a default option in a table card to abbreviate values, like you can in other card types. Like you mentioned, you'd have to build a beast mode.1