-
Re: Date Filter to Omit Last 45 Days
You can use a beast mode to denote if the date is within the last 45 days and if so ignore it in the filter CASE WHEN `date` > CURDATE() - INTERVAL 45 DAY THEN 'EXCLUDE' ELSE 'INCLUDE' END then us…1 -
Re: Stop DOMO SSO user creation
Under Admin > Authentication > SSO there's an advanced section where you can check "Only invited people can access Domo". This will prevent new users from being created and require yo…2 -
Re: Direct Query against on-prem source
You won't be able to use the file directly but you could set up a local SQL Server which reads that file and allows you to connect to it.1 -
Re: Who is the publisher for the Cloudability v3 Connector?
Reach out to Domo Support. Domo's name is on the connector.1 -
Re: Smart text not displayed in Powerpoint export
Do you have anything selected for your Region filter? If you don't then it uses the default text setting on your smart text which is blank by default. If you change it to All Regions it will then sho…1