-
Re: Exclude data (COUNT) that doesn't meet a predetermined min/max # value
Hey there, I believe that you will only need to make a small change to the beast mode that you have, if I understand you right. So if I understand you right, you would like all the numbers to list th…1 -
Re: How to turn off /Hide cards being built from showing up in weekly 'What's happening in Domo?' notifi
Unfortunately, I don't think there is a way that we can configure out settings for the What's Happening in Domo email. It is an auto generated email, and we have no control over what content is put i…1 -
Re: Get values with dates 3 months after the date in a field
You could use a beast mode similar to this: (CASE WHEN `Order Date` > CURDATE() AND `Order Date` < ADDDATE(CURDATE(), INTERVAL 3 month) THEN `Order Date` END) Where curdate is the specific date…1 -
Re: Coupa Connector
From what I have found, the only two columns that can be used in the Requisitions API for Coupa is created-at, or updated-at date columns. From what you have described, it sounds like it is using the…2