-
Option to Remove the 10,000 Duplicate Error for ETL
Because of how fast/easy ETL flows are, I prefer to use them for most flows. My problem is that sometimes I hit the following error, "Error joining data. The left input cannot include over 10,000 duplicates. Please switch your inputs, group your data, or remove duplicates before joining". The Dojo suggests that this error…
-
Help with Microsoft Graph Customer Connector
I'm having trouble getting an access token when calling microsoft graph through the custom connector builder. I can successfully connect using postman, but not the connector builder unless I input the token and code directly into the authentication script. Trying the following config: //This logging is here for testing!…
-
Discussion: Is there a list of hidden features that I can have enabled for my instance?
Does anyone have a list of additional features to add to my companies instance that we don't know we have access to? Since starting with DOMO and couple months ago, we have found many features that have to be requested for our instance. For example: * Fiscal Calendars (this was huge) * Customizable dataset sharing options…
-
Add annotations to a chart that doesn't have dates?
I want to be able to add annotations to cards without a date on the axis. A lot of my data is converted to fiscal months, which is a text field, and is graphed on the x axis. If there isn't a way to do this, then I need to make this a idea post.
-
Redshift Performance Problem
I have call center data that I pull in through inContact and I need to add a date field from a date/time field in order to not have problems with time. To do this, I've made a redshift flow that selects all the fields and truncates the date/time field to a date field: Select field1, field2, ...,…