Comments
-
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. https://youtu.be/qxhV3gAZnk4
-
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
-
@ArborRose I have a lot of datasets that do no have any AI readiness on them and I can still access the Lineage. The only time I can't access Lineage is when the dataset hasn't been accessed in a while and Domo "archives" it. I get this message at the bottom of the Overview tab. Once I click on Start, I can access the…
-
Glad I could help!
-
I'm guessing your detail fields are null in table B for MNO. In your ETL, add a formula tile and for each of those fields, add the following formula IFNULL(Bfieldname,0) . This will replace nulls with zeros. This should fix your issue.
-
There isn't an accordion feature to collapse sections, but you can use the tabs feature in app studio to break up the page.
-
I would make sure that you don't have any filters in place that are from table B and none of your chart fields are using table B.
-
@ellibot is the best!!!!
-
Looks like your screenshot is from this KB article https://domo-support.domo.com/s/article/360043429073?language=en_US which is for the Flex Table chart type that is found in the Tables & Textboxes section of the chart types. Choose that and then you can put Product Line in your series. You would also change the Date Range…
-
You should look at these posts by @GrantSmith to help you with calculating business days https://community-forums.domo.com/main/discussion/52678/domo-ideas-conference-beast-modes-add-business-days https://community-forums.domo.com/main/discussion/52686/domo-idea-exchange-beast-modes-business-days-prior-to-today
-
@ArborRose this seems like it would be best to submit a support ticket in instead of posting to the community forum. I can confirm I am seeing the same issue that you are and it requires a refresh despite the message saying "all changes saved" after re-ordering.
-
Ahh.. If you are using the nested bar chart, you can accomplish this without any special fields. Remove the filtering and sorting and then go to chart properties - general and choose Sort on Totals Descending and Maximum Items 5. These two properties act differently than the Limit Rows and Sorting features and should get…
-
I would also remove what you have in the Sorting and replace it with the rank field.
-
You should be able to do this with a slight tweak to the RANK function I covered in the video if I am understanding your requirement. Try something like this: Create a beast mode called rank that looks like this - RANK() OVER(ORDER BY SUM(returnsfieldname) DESC) Add this beast mode to your filters and filter to less than…
-
Yes, the Limit Rows feature won't work in a grouped bar chart. You will need to use a formula to generate a rank and put that in your filter. Here is a video that shows you how: https://youtu.be/0p2CP-r6C8Q Also, know that in the Chart Properties - General, there is a sort on totals and sort on category settings that are…
-
Congrats @ellibot !
-
I agree that the Form Builder instructions are challenging and there are definitely specific steps to make it work properly. I would suggest you use the Forms feature in App Studio. It is much easier to set up. Form Builder is likely to be deprecated at some point as Domo is focusing on App Studio going forward.
-
Alternatively, you can automate the process of generating the synonyms and context following the steps I outline in this video: https://youtu.be/kNJvYcN6dRQ
-
I have found that if I want to add multiple synonyms, I would enter one and then tab to go to the description and then go back to the synonym section. I am currently finding that pressing enter after adding a synonym does correctly turn it to a pill and lets me add another one.
