-
Re: Switch Order of Period over Period Chart
I don't believe there is. I'd recommend logging a ticket in the idea exchange. Alternatively you can redo your underlying data architecture to give yourself more control over how the data is displaye…1 -
Re: How to import date/time values in workbench exactly as 8/26/2024 9:00:49 AM, without any transform?
When a date is imported into Domo it's assumed that it's UTC. If you want to treat it as a date then you'll need to import it as a date. If the date doesn't align with what you're expecting due to th…2 -
Re: understanding null vs blank or empty string values
CASE WHEN COALESCE(TRIM(`field`), '') = '' THEN 'Blank' ELSE 'Not Blank' END COALESCE will return the first non-null value it finds, used in this case it's saying if the field is null return an empty…2 -
Re: YouTube Connectors Using YouTube Account Username and Password
Each individual channel will have their own "username" which you need to use to login to YouTube to authenticate and pull your data, not the admin username.1 -
Re: How can I set up a graph to show period over period data in a dynamic way?
@hollyrene1225 - I recommend restructuring your data so that you have multiple periods within the same dataset. I've done several writeups on this and it allows you to show multiple periods on the sa…2