Comments
-
Here's a video with a way to build your own custom domostats report with dataflow schedule information: https://www.youtube.com/watch?v=6fUYd1gIUnQ
-
For Magic ETL, when setting up triggers, there's an option to add conditions. For the datasets that you want to update before the dataflow runs, add that as a condition. You would exclude any static mapping tables or other datasets that don't update frequently from this condition. If all the datasets update at the same…
-
I am referring to credit usage of Domo's AI features like workflows, AppCatalyst, etc. Right now, we can only see AI chat usage by user. For all other AI features, we can only see it broken down by AI model or AI Agent, we don't have visibility to see which apps or workflows etc are using up credits / tokens, which makes…
-
Error messages pop up when I try to look at the code
-
And here's a tutorial on how to set up your own custom domostats dataset that returns the schedule. To set up the JSON account, use the JSON no code connector, select API key as the type, select "Pass as a header" for the API key type, then put x-domo-developer-token as the Header name, then put in your API key.…
-
I'm in the same boat. We're in the midst of a massive cleanup effort. Here are some resources that I've found to be helpful. These webinars are super helpful! You can change the logic however you need. For example, I added views at the card level in addition to views at the page level, because I didn't want to delete ALL…
-
It would be fantastic to have this as a highly visible and user friendly option! For a temporary workaround, If you install the Domo Toolkit chrome extension, you can navigate to an app and the extension offers the option to delete the app page and all its cards.This toolkit is very helpful for other bulk actions as well.…
-
Here's a link to a post with a code engine workaround in the comments! This only is for creating new users, not for updating existing users. https://community-forums.domo.com/main/discussion/comment/104134#Comment_104134
-
I'm not very technical, I don't know how to map the inputs and outputs, or what to do with the package once it's deployed. My guess is I would add this to a workflow.
-
-
That would be amazing! Thank you!
-
Advanced is available for domogovernance, but not domostats. We would like to disable running on weekends to help save on credits for domostats, but right now this is not possible because only basic scheduling is allowed for this connector.
-
This would be great! It would be nice to see the dashboard ID from this page as well.
-
Are you referring to impersonation? That's different than what I'm hoping for. I'm hoping to be able to share the same access that a person has to a new user without needing to rely on groups.
-
It would also be nice to have different frequency options for manual refreshes vs scheduled refreshes. This would allow people to test and build while refreshing manually on a more frequent basis, but would limit them to less frequent refreshes once they set up a schedule.
-
I don't want two different lines to represent two different metrics. I want the lines to represent the same metric but for two different SKUs. The SKUs are determined in a column. This will also go for the bars. In the video example, He is bringing in two different fields for each bar. I want both bars in each group to be…
-
Yes, this would be great! It would also be nice to share filter views to specific groups as well, and to allow individuals to set their own default filter views, since right now, the only way to set a default is to set it for everyone.
-
Unfortunately this doesn't work for page level filtering since this is an aggregation beastmode. If you want to use this for page level filtering, you have to do this in a dataflow, then it will work.
-
This would be extremely helpful for tables that have several columns where most of the columns are not very wide as far as the data (like numbers), but the column name is long. This would significantly help with formatting, especially in instances where wrapping is not needed or desired for the data itself.
-
Above is what I have built. I put an offshoot "checkpoint" off the top rank and window, and this is what I'm seeing for one of the ANIs. For example, in the "two day range", I'm expecting to see 3 in the second row, because August 1 is outside of the 2 day range, but it's considered the previous row in the rank and window.…
-
Thank you! I need to have each call broken out and I believe I've figured out how to do that by doing another rank and window off another branch of the input without a grouping and to do a row number function, orderying by timestamp, and partitioning by ANI and date. I'm then joining the other grouped rank and window back…
