bwardell Member

Comments

  • 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 updated-at, which is why the data would show 2013 when you queried with a start time of 2015, because it is possible that a…
  • 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 that you want in a field. 
  • 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 into it besides it only shares what each user has access to. There are two things that I do if a feature isn't available. 1.…
  • Hey there, As far as digits are concerned, we only support numbers up to 18 digits. Currently, there is only 3 ways to force a column type. 1. Through Domo Workbench, 2. Through the Domo API. 3. You can add some sort of character to each row in your data before it comes into Domo. Regarding the feedback you gave, to have…
  • 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 that have called more than 3 times, but less than 50. Is that right? If so, this is the change that I would make: ( CASE WHEN…
  • Great question! I believe this can be done by using a company page: http://knowledge.domo.com?cid=companypages Please give this a try and let me know if it works for you. Thank you! Brandon Wardell Associate Technical Advisor
  • That is a great Question! What do you mean when you say Salesforce Hierarchy? Could you include a link in from the Salesforce API documentation that describes it? Thank you! Brandon Wardell Associate Technical Advisor