-
Re: Range selector not working in touch/mobile screen
This sounds like a potential bug. I'd recommend logging a ticket with Support1 -
Re: DOMO creates different embed ID for different users
To my knowledge this is intended so users can't modify other user's embedded settings.1 -
Re: How can I get null/empty string fields to appear as zeros in my ETL?
You can use COALESCE and NULLIF. COALESCE(NULLIF(TRIM(`Quantity`), ''), 0)2 -
Re: Use loops to avoid rewriting case statements within a beast mode many times
https://community-forums.domo.com/main/discussion/comment/102265#Comment_102265 There's an edge case which is causing the wrong labels. Try the following: CASE WHEN `maint_count_between_restarts…1 -
Re: Use loops to avoid rewriting case statements within a beast mode many times
Since your buckets are the same size you can use some math and concat to calculate your buckets for you: You can take care of the end buckets first otherwise calculate the bucket name dynamically. CA…2

