-
Re: how do you add the remarks in DOMO beastmode?
You use the SQL format for comments which is two dashes -- in place of a hash #3 -
Re: Pydomo: Error with 'ds_get'
the ds_get function doesn't allow for any encoding other than the default utf8. Two options here: Override the Domo class and write your own ds_get function to handle the latin1 encoding you have Byp…2 -
Re: Exclude from List
CASE WHEN `Bill_To` LIKE 'PREFIX%' THEN 'Ignore' ELSE 'Include' END1 -
Re: How Can I Unsubscribe From An Alert Without Deleting It For Others?
You should be able to still own the alert but unsubscribe for it by making sure all of the notification method iconds (mail, phone, sms, phone) are unchecked (black) and that should unsubscribe you f…1 -
Re: "Domo is ready, but WorkdayRaas reported an error" Error appears every Saturday
Does Workday have a scheduled maintenance time when you have your job scheduled to run? Have you tried scheduling your job for a different time?1