-
Re: Page Analyzer Links (or Deep Linking with Filters)
On this issue, I found that from DOMO support my code was actually working but that we are experiencing a caching issue that is being addressed.1 -
Re: Error using Multiple Filters on Beast Mode
from my notes it looks like you are missing a few things From this line you are missing the ' at the end of the page number concat('<a style . . . . . ..domo.com/page/466192782' From this line you…1 -
Re: Beast mode adding two columns with conditions
CASE WHEN `payment_number` > 0 THEN SUM(SUM(`paid_total`) + SUM(`booked_total`)) ELSE 0 END1