Comments
-
Sounds like a bug. I would recommend submitting a case to Domo support.
-
It sounds like a grants issue. Can you share some screenshots of what you are seeing?
-
@Larry_Goodwin luckily the inverse exists if you fat finger!
-
We have this exact same need. Buzz is disabled in our instance as well.
-
Sum of Total margin for dataset (A, B, C) divided by 2: SUM(`Total Margin`) / 2 Sum of Total margin for dataset (A, B): SUM(CASE WHEN UPPER(`Dataset`) IN('A','B') THEN `Total Margin` ELSE 0 END) (Sum of Total margin for dataset (A, B, C) divided by 2) minus (Sum of Total margin for dataset (A, B) ) (SUM(`Total Margin`) /…
-
https://community-forums.domo.com/main/discussion/55570/is-there-a-reliable-way-to-make-magic-etl-intentionally-fail
-
Gotcha. I would recommend using a LAG function Structure your data to look something like this: Month Amount 01/01/2024 100 02/01/2024 103 03/01/2024 105 04/01/2024 110 05/01/2024 115 06/01/2024 116 07/01/2024 120 08/01/2024 126 09/01/2024 129 10/01/2024 135 11/01/2024 139 12/01/2024 120 01/01/2025 140 02/01/2025 146…
-
Hi @_DanielB_ , I would recommend using one of Domos period over period charts:
-
Hey @Serena_Verma! New PDF reporting was announced at Domopalooza last week. It isn't currently available but it is in the product team's roadmap.
-
Ran into a use case for this today. Hoping to see this soon!
-
Yes there is! More > Admin > Scheduled Reports
-
The stock photo woman with glasses has been replaced with the "Getting started with App Studio". I have clicked the x multiple times and it keeps coming back.
-
A team member of mine reminded me that you can do this using the error function in Magic ETL
-
Yes. You can pivot out the data so that every city is it's own row of data. You can do this in Magic ETL using the Split Column and Dynamic Unpivot tiles. 1. Split the values into new columns using the Split Column tile. Be sure to choose "|" as the delimiter. 2. In the Dynamic Unpivot tile, choose your Project # and…
-
Commenting to bump this and hope that it gets renewed interest. @AndreaHenderson now that we have sections, the ability to comment those out and/or hide them would be awesome.
-
Ah you are right. That is odd! I like your ETL route. Lots of options there to add fields. Since you can't surface tags, the other options I recommended may have to do for now. You can also reach out to Domo to request Tags be added to the Domostat. You could also submit an Idea in the ideas exchange:
-
As mysteriously as she appeared…she left.
-
For projects, there is no start date, only the created date of the project. For tasks, there is no start date, only created, updated and due dates. If I were wanting to track start dates, I would run the Domostats report "Tasks" through a Magic ETL dataflow that appends each update. I would then use the MIN updated date…
-
No option to create an alert. What is weird is I tried with a different Dataset View and was able to create an alert. Perhaps I will open a support ticket with Domo.
-
@ArborRose I referenced that but don't see where it says Dataset Views are excluded. This is what I mean when I say Dataset View:
-
@nathankilcrease on my team figured out a way to do this for App Studio Apps, and if you ask nicely he may share how he did it. You'd need to build this in a Jupyter Workspace and it's a bit complicated. Also, @DanBrinton @Tasleema you guys are probably tired of me tagging y'all but here is another Domostats need.
-
You can use a FIXED function:
-
Thank you @ST_Superman! All these years later your post helped me out with this exact issue!
-
You can reach out to your CSM to enable the Google Sheets Writeback connector. There is a cost associated. If you are on the consumption model of Domo then it is free to use but you'll still need to reach out to your CSM.
-
I don't know why it isn't aggregating in the table view, but I do know that putting the logic in Magic ETL would solve the issue.
-
There is a Domo Governance report called "Beast Modes With Fields". There are fields in this report to identify the dataset, along with a field called Beast Mode Formula that has the formula being used in the calculated field. You can search the string for MAX, MIN, SUM, AVG, etc…
-
Nice! Are you on a user license model or consumption? If you're on consumption, you may think of standing up a sandbox/education instance so users can level up without breaking anything in the process!
-
@Data_Devon could you share a bit more about this group? How do you intend to use it? To me, a group in Domo has the primary function of sharing content with a large number of people at once. For your super users, I wonder if a custom Domo Role would be appropriate? We call our super users "Power Users" and have a teams…
-
@SarahR365 That is the view as user/view as role idea and I have actually seen a preview of this and it is going to be awesome! Not sure on release timeline yet but @DanBrinton is working on it. Here is what we use for the Viz editor role: And the API grant, in my opinion should be turned off, thanks for getting me to…
-
I am not sure what the terminology Domo has for these, but once a card is deleted, the space is still occupied by a box of the same size waiting to be loaded up with a text box, image, new card, etc… You have to delete this spacer thing after deleting the card. If that doesn't solve it, I would save and exit out of the…