Comments
-
Have you tried using the same YouTube video in the new brick that you are using in the old one? This would ensure that your new code is correct and it is something specific to the particular video you are trying to use, such as the video is restricted.
-
That's interesting that those are now deprecated. It looks like you will need to use the DomoStats Card Permissions dataset and filter the AccessLevel to Owner and then join that with the People dataset based on the Entity Id in the permissions dataset and the User Id in the People dataset.
-
Thanks for this announcement @Tasleema . Much appreciated.
-
The text generation tile is a new feature. @AndreaHenderson would likely be interested in your experience and may have some ideas on optimizing.
-
Assuming it is not a bug, I would open up the ETL and see what logic is in place that might need to be looked at more closely that could prevent the data from populating the 3rd dataset. I will often temporarily put in a filter tile when editing the ETL to focus on the current time period and troubleshoot.
-
You can check the status.domo.com to see if there are any reported outages going on. If it is still happening for you today, I would submit a support ticket to support@domo.com
-
If you go to the DomoStats connector, there are now two new DomoStats reports that will help you with this. AI Readiness Report and AI Readiness Details Report. The Details report lists the columns and their context and synonyms. The main report lists the dataset Ids. There is a DictionaryID that links the two together.
-
You should look into the Virtual Datasets feature in the Admin - Governance Toolkit of your Prod Domo instance. It is a great way to federate data to other instances without consuming credits.
-
This seems pretty straightforward so it makes me think you have some sort of data issue that is causing the issue. Here's how I would make sure your data is clean in Magic ETL and doing the math you want to do. You can do it in 3 tiles. Use the Alter Columns tile to force it to be a decimal. Use the Group By tile to sum up…
-
Great post @DavidChurchman ! I agree that much of what gets submitted into the Ideas Exchange gets lost or overlooked. It seems like Domo could use AI to mine the Ideas Exchange and group similar ideas together as well as do some other prep work to help the product or engineering team asses if something could be put on the…
-
I tend to use dynamic textbox card and place it right above the card that I am informing the user about. However, if you want it to be part of the card, you could use the summary number to display the information. You can use the CONCAT and DATE_FORMAT functions in a beast mode to construct your date and then choose that…
-
Domo has multiple ways to create "federated" data. One likely way this is now set up for you is through Virtual Datasets. The source Domo instance (your vendor) would have created a virtual dataset job in the Governance Toolkit to select which datasets should be federated to your instance. It is essentially a view and…
-
You can watch all of the sessions here: https://www.domo.com/domopalooza/resources I don't believe they are making the actual presentation slides available, though.
-
That is highly unusual. Is it one particular dashboard? Or is it any dashboard that you try and edit? Either way, I would log a support ticket, but the more information you can give to support as far as if it is one dashboard or all, will help them a lot.
-
Yes, there is a DomoStats dataset called Dataset Tags. This will give you a list of all dataset Ids and the tag(s) name.
-
Yes, you can use the office add-in to update data in Domo from your Excel sheet. Here is the KB article that walks you through it: https://domo-support.domo.com/s/article/000005143?language=en_US#update_datasets_in_excel Other options would be the Microsoft SharePoint Online Rest Connector. You can have the connector point…
-
You are right. I'm not seeing anything either. I would use the card description area to inform the user as to what each axis represents.
-
Does seem like an issue with the latest release that lets you edit a card within app studio instead of the traditional analyzer. You can try adding the card to a traditional page, like your overview page by using the move/copy feature on the card and then go to that page and see if you are able to make your change.
-
Very well said @DavidChurchman and I agree 100% with your comments. I am thankful that product leaders like @BenSchein see these comments and are appreciative and mindful of them. I was encouraged by some of the actual Domo releases that were announced and look forward to them. The Domo visualizations, connectors and ETLs…
-
@BryantCafferty that is awesome you were able to get it to work! I'm glad I could be of assistance! This community is a great one! All the Best, Mark
-
I ran into the same authentication challenges when I would try and use Jupyter workbooks to do different things with the Domo APIs. It seems some want an access token, some want a client/secret, etc. I got very frustrated with it and why I try and use Code Engine and Workflows now as I don't have to worry about…
-
Have you considered using the DomoStats Cards and Pages dataset? That has the PageID and all the CardIDs that are on that page. Also, if you are not using groups to manage access to pages and cards, I would strongly suggest implementing that. I'm not sure what your environment looks like, and what "reset permissions" is…
-
Yes. My screenshot was from one of my Dataset Copy Connectors that I use. I don't recall if there is any feature difference between the Enterprise one and the Standard but I'm pretty sure you would have to create new access tokens, so that could be a pain depending on your setup. Seems like it would be less painful for you…
-
If you are able to use the regular Dataset Copy Connector, I noticed the Advanced tab on the Scheduling lets me select a specific time. If not, I imagine you could create a Domo Workflow that runs on a schedule that kicks off the Dataset Copy.
-
@victoria_cantu009 In app studio, I have found this setting hard to get to, but here is how I do it. When editing your app, click in a whitespace area in your app. I tend to click on the far right of a card. This will open up the Page Settings and then you click on Filter Options.
-
You can make this dynamic by creating a beast mode that looks at the current date to automatically filter to the current period. This would be done all your cards on your dashboard. Here is a video that walks you through it.
-
Hey @Devon this article provides the best walkthrough that I have seen on developing a plan to clean up your Domo instance. It breaks it down into manageable chunks. https://www.domo.com/blog/hack-the-domo-stack-start-the-year-strong
-
The big thing when dealing with this at the card level is to be aware of what is in your sorting column as that can break up the aggregation you are trying to achieve. Also, be consistent in your summing in the beast modes. It looks like you aren't doing any aggregation in the beast mode. This will cause your Monthly ROI…
-
Domo just had a webinar the other day that demonstrated how to use AI to auto document Magic ETLs. It was pretty impressive. Here's a link to the recording. https://streamyard.com/watch/WQxN5JEJ7Pw2
