-
Re: How to check date between two Dates?
I know that Domo should support all MySQL functions, but it looks like it doesn't like the between operator. You can try using the equivalent statement though: (CASE when `type`='PICKUP' AND `pickup_…2 -
Re: I have a super set and I need to use two filters but as an Or clause.
This is where a "case statement" within a beast mode will solve your problem. For example, create a new beast mode calculation, and you would do something like the following: CASE WHEN `reg…2 -
Re: Nested Concatenations in Beast Mode
I believe your issue is the HTML you are injecting. A <div> element will cause a "line break" to occur (not truly a line break but it comes down to the CSS styling that makes it appea…2 -
Re: Activiey after a certain time in a DateTime formatted column
There's a few ways you could accomplish this, and in the ways you mentioned. Be cognizant of time zone that can effect datetimes as well as functions available in beast modes to retrieve a time. The …2 -
Re: Warning: Live updates cannot occur because this is not the only instance of Workbench running
It is indeed occurring because there is more than one user logged in at one time, and I've always been under the impression that the updates it's referring to is the workbench software update that yo…2