Comments
-
I like exploring Dojo to learn how other are using Domo and what sort of things they are trying to do that i haven't thought of yet
-
@leeann_flowers You have the correct interpretation of what the original ask was. As yet, i don't have a solution.
-
Do you use a beastmode to obtain the distinct items? If so I believe the context of application for the Distinct logic is specific to the card that employs the beastmode and not the drill path. Just a possibility to review/confirm.
-
Yes you can, it is an option when you look at the dataflow (not editing or viewing the actual steps though) You will see the option listed in a drop down box under 'Settings' This link has more information: Scheduling DataFlows
-
Just out of curiousity, do you have any null values in your data (either as used in your card definition or drill path). Not just blank, but actually Null.
-
Hello, Go to your dataflow in the datacenter, click into it so you see the 'History' tab. Click on the status, and review the failed step. I believe if you hover over the failure it'll provide an indication of what to review. Hope that helps!
-
Hi, In Magic ETL, in the Edit Columns group of actions, you'll find 'Split Column' you can use this action to take a full name, and split it into a first and last name. (See image) Hope that helps!
-
Just in case 'BKR' is something link ' BKR ' or ' BKR' or 'BKR ', try using: CASE when `Link Agency ID` LIKE '%BKR%' then '' else `Link Agency ID` END
-
Hi, Try This - CASE when `Link Agency ID` LIKE 'BKR' then '' else `Link Agency ID` END Thanks!
-
Hello, I believe that navigation bar position can be set by using Company pages (available in Admin > Company Settings > Company Page Settings). Access would be honored based on what pages individuals or groups have assigned to them. I'm assuming that page visibility varies person to person in your organization. Hope that…
-
Hello, We maintain our user hierarchy as follows: 92% are Participants, 7% are editors, 1% are Admins. We make sure to use 'Locking' on all cards and pages. This helps to ensure that non-owners cannot modify others work once it is shared. Admins of course can do everything, but our admins are true administrators who have a…
-
Hi Jared, The image below of our SFDC connector is what i was specifically referring too...unless this is used mostly as strictly targeted data, or for one-offs. I was hoping i could leverage this functionality to load history, then only load changes, i just wasn't able to determine the best usage from the existing…
-
Jared, Thanks for your feedback. Would approaching this requirement from an App perspective possibly provide a solution? I am curious if the flexibility of an App might allow more control over the SQL command that gets issued, perhaps allowing the 'OR' comparison for this requirement to be implemented. Thanks! Nick
-
Hello, We have a value field 'Total Price' for each line on the document, ie: $50 We hae a 'Quantity' for each line on the document We have a 'Stage' associated with each line (all lines within a single document will have the same stage) ie: Won, Lost We have a 'Date' field indicating when the final disposition of the…
-
I hope this helps - https://knowledge.domo.com/?cid=troubleshooting I am getting an "Unable to load this DataSet" error when attempting to load a DataSet into a MySQL DataFlow This error is usually caused by one of the following: * You may have one or more column header names that exceed the 64-character limit. * You may…
-
I've ran into this issue as well. Very long strings in MySQL dataflow get truncated to 1024 characters, Can someone from Domo comment? Thank you!
-
I think this is a relevant question. I was reviewing documentation: https://knowledge.domo.com/Visualize/Managing_Cards_and_Pages/01Managing_Pages In the "Moving pages in the hierarchy" section on this page it states: "When you move pages, you are given the option to assign them as top-level pages or subpages. When you…
-
I was having some trouble still, but my most recent try seems to have allowed these links to work!
-
Here are the screenshots as requested....
-
Hello, Are those links still valid? I cannot reach the destination. Can you point me to these documents? Thank you, Nick