Comments
-
+1
-
+1 Would be great to set this at the Instance-level as well.
-
Bumping - great idea, would greatly improve the way we navigate through dashboards.
-
Agree. I would also be fine if it would be possible that a card disappears if there is no data - we already can give it a custom message, but would be nice if it was completely gone from the page/export.
-
@MarkSnodgrass Never realized that putting something in the Sorting Properties would get rid of that annoying button -- thanks for sharing, was a big pet peeve of mine!
-
My first time using DSV (I know I should be using it much more...)! Great idea, thank you both @GrantSmith @jaeW_at_Onyx
-
Hey @GrantSmith Thanks for responding! That makes sense, but wouldn't necessarily work for us -- we have a row per day per asset (and the dataset grows). Guess I'll need to do in a SQL dataflow and join based on date back
-
Ah yes, I think that is what I was referring to. Thank you! Although I was looking forward to some brand new coursebuilder tool for the longest time haha
-
@Ashleigh Somewhat related (or may not be) -- I may be misremembering, but I feel like I read or saw in a video that Course Builder was being phased out in favor of "Modules" (or something like that, essentially there is a tool that Domo employees use internally already that will replace CourseBuilder)?
-
Excited to learn more about the "Private Company Board"! We believe that the tool can help us better organize Domo-related questions and comments we receive from our employees. This would also increase transparency and visibility into common questions
-
@mhperez You can add that needed formatting within the beast mode. Domo itself will read the column (and its values) as text. You can use the CONCAT() functionality to add in a '%' at the end of each Compliance value, a '$' in front of each Savings value, etc.
-
Hi @MarkSnodgrass Thanks for the help -- that is definitely simpler and easier to follow! I realized that the "EventTime V2" field I was referencing in my original beast mode was NOT datetime, but rather a string (due to an earlier transformation).
-
Thank you both! @GrantSmith @MarkSnodgrass Re: Internal Disabling -- yes, I will reach out to our Account team and look into that. Perhaps they can remove that functionality instance-wide (which I would probably be fine with. I don't love the idea of being able to change how graphs are sorted to begin with -- also don't…
-
@Natalia Does the dataset have data for every day, always? If there is no events/value for a given Monday (Say Monday, 5/3) , is there still a row of data for Monday, 5/3?
-
I don't think that's necessarily true. @MarkSnodgrass @huynhthuy00 I have a scheduled report that's sent to myself and two people who are not Domo users. It is a table card, with attached CSV. The CSV is titled "Something Something (Click on Attachment Only") -- because the email body does link to Domo, but if the two…
-
@Genival_Junior So, specific to your example, I would create a new column using Beast Mode that is the combination of "Produtos" and "Projeto_Ajustado": CONCAT(`Produto`, ' ', `Projeto_Ajustado`) -- name it "Produto and Projeto_Ajustado" And then rework your main page filtering beast mode to something like (you only have a…
-
Hi @Genival_Junior I think I can help. I had a similar use case/issue when trying to pass through filters from one dashboard to the other. Using a beast mode, you can only pass ONE filter to a linked page. However, as you mentioned, on the main dashboard, people may have selected multiple filters before they get to the…
-
Great idea, very much needed. I have some dataflows I have yet to move to Magic 2.0 simply because of this. Will get to it soon enough...
-
Hi, I do not think those jobs actually all start at the top of the hour, but during that hour at the same minute the job was first scheduled. For example, right now it is 11:09AM here. If I was to set a Workbench job with the schedule for daily at 11:00, the job would actually run at 11:09AM. I believe the same occurs for…
-
Also interested in this. From what I remember, choosing the "Public" option makes it so that the card can also be viewable in some public Domo gallery?
-
This has constantly been happening with us as well.
-
Hi @ST_-Superman-_ Yup, the beast mode is saved to the dataset. I just spoke to a colleague, and she told me she was NOT able to see any results from either the drill-in place or the drill-in after expanding details. She received an error while processing both times. May be a larger issue... My next step is to add the…
-
Absolutely. So here is my slicer card, meant to create buckets of Rent Delinquency %, or "Rent Status" This slicer applies to the below card. This card (Outstanding Rent Charges) does in fact have a column "Rent Status", and the slicer works as expected (small subset of data now shown, for the first property, went from 370…
-
tldr: It looks like a filter applied via a slicer to a card is not also reflected when drilling in place, unless I’m missing something.
-
@Cartergan have you had performance issues with the pivot or mega table cards? We have one on a dashboard with an underlying dataset of 24k rows (the maximum allowed is 25k). The entire page lags and takes about 10-15 seconds to be able to scroll.
-
Mega Tables is going well, however, they lag a lot and can slow down an entire page considerably. I understand there is a lot going on to power these...however, at least for us, all we need is a scroll feature. Being able to sort on every column and pivot and what not is all nice, but not a requirement. However, if we want…
-
I've also struggled with this. There was another post some time ago on this topic. One 'workaround' suggested was using a dummy input dataset that runs every half an hour (or any amount of time, let's say every 20 minutes from a specific time range, you have flexibility). So, even if your actual input #2 did not finish…
-
Wow, I never knew we could format the card descriptions... are there any other options for formatting? Italics? @Valiant Edit: Actually..this no longer seems to work? Atleast on a card in the stories dashboard format.
-
@DDalt Thank you! Could we do something similar in a beast mode where we use html to set a color for the background? We use the following beast mode to highlight the background of a cell to be pale green. The text within the cell, however, looks similar to a hyperlink (same blue-ush font). In this case, where would we add…
-
Right, I still have the option of exporting to PDF--the issue is in how the cards end up getting formatted. Single value cards for example take up far too much room. The entire story itself becomes rather jumbled and hard to follow with the way the card sizes and borders end up. @MarkSnodgrass