-
Re: IncreasingTooltip Fields Number
You’re limited to 3 tooltips however you can create new beast modes and combine several fields together with a CONCAT and then use that beast mode as a tooltip.1 -
Re: Creating an alert not based on a summary number
@TC1199A Have you tried looking into doing a dataset alert on your dataset where you're calculating the days? https://domo-support.domo.com/s/article/360042925994?language=en_US1 -
Re: Force Pie Chart to show data for only most recent day of date range
You can try and use a beast mode with a fixed function and filter on that beast mode: CASE WHEN `dt` = MAX(MAX(`dt`)) FIXED () THEN 'Latest' ELSE 'Not' END This example uses a dt …1 -
Re: Using RegEx to split a column at a delimeter
You can use a formula tile and the REGEXP_REPLACE function to get just the value of your match. There isn't a regex substring function so you essentially have to match the entire string and then…2 -
Re: Simple Mathematical Equations in Domo
You can do this in either a Beast Mode in a card or a Formula Tile in a Magic ETL. `Column` * 3.1415926535 What does you example beast mode look like?1

