-
Re: Stop DOMO SSO user creation
Yes, you can still create users, they just won't get automatically created when the login through SSO the first time.1 -
Re: How can I get rid of extra characters in attributes
Here's a REGEXP version: REGEXP_REPLACE(`field`, '^\d+-([^_]+).*$', '$1') But as @MarkSnodgrass mentioned if your format is consistent where values are after the first underscore with a following und…2 -
Re: Parameters Defaulting to First Option when Published.
It's how the publication is interpreting your options. You could log a ticket with Domo Support to see if the development team can look into the issue or alternatively you could put your default opti…1 -
Re: Smart text not displayed in Powerpoint export
I've had issues in the past with the PPT plugin not pulling smart text properly. I'd recommend logging a ticket with support to have the development team take a look at it for you.1 -
Re: in the Domo workbench, can't separate TransactionDate (date/time format) into 2 pieces
dates and times are still represented as timestamps. If you really just want the text values you’ll need to convert it to a string but will lose the ability to do date operations1