-
Re: Changing data from text to integer
@German_Rodriguez - there are a couple of functions that work that are not listed in the official documentation. There are also functions that exist in MagicETL, that do not exist in Beast Mode (and …1 -
Re: does DOMO card have this kind of function to highlight the margin concern?
@Lu_zhang you could achieve functionality similar to this by using variables. What you would do is create a beast mode like this. CASE WHEN Margin < Var_Margin_Concern THEN 'Highlight' ELSE 'Do No…2 -
Re: Image size doesn't reflect settings (table)
Unfortunately Mega Tables do not support HTML tags or style attributes. See the below documentation. If you have control of the images you are trying to use, your best bet is the change the source im…1 -
Re: Multi value comparison
@LearningNinja if you use Domo's built in date range/grain page filtering, this is handled for you. However, you can't specify the exact year. When you use a filter card, the rows are filtered down, …1 -
Re: In Beast Mode
If I'm understanding you correctly, you want to add 2 numeric columns (Spot & Fixed) when another unnamed column is equal to the value "GET". If that is true. CASE WHEN Unnamed Column =…1