Comments
-
@RobertPenridge Great ideas! Wanted to add some info here for you or others that might find this thread: For option 1, if your business has a rule for which day of the week your weeks start, or has specific week boundaries for a fiscal calendar, check out this article, Domo can get your fiscal calendar installed into your…
-
In 8 years of Domo I've not seen that behavior… I'd suggest opening a support ticket on that one!
-
I think this is what you want: MAX(CASE WHEN `Disposition` IN ('Neutral', 'Bad') THEN 1 ELSE 0 END) OVER (PARTITION BY `Name`) This formula does the following: It checks each user's "Disposition" for "Neutral" or "Bad". If found, it returns 1; otherwise, 0. The OVER (PARTITION BY 'Name') ensures this check is done per…
-
I'm not sure it fits this use case, but want to point out that in addition to Workbench, there is the less well-known Workbench Enterprise which may provide you more flexibility: Workbench Enterprise | Implementation Guide (domo.com)
-
I think you are looking to use the lag function within the Rank & Window tile. Here are the configurations, and previews, in a sample dataflow for your reference. Hopefully this is helpful.
-
Hi @TanyaB I'd suggest taking a look at this page for more detail on how to do Period over Period transforms: Sample Beast Mode Calculations: Period-over-Period Transforms (domo.com) I think what you're asking about here is in the section: Variance % ((CY - PY)/PY)
-
@Eddie Small / @AndreaHenderson wondering if you could help find who's currently working on form builder that could chime in on if this support article is still relevant?
-
Awesome! can't wait for these to kick off!
-
For anyone curious, here is the other idea on the forum that is being referenced: MagicETL Recipes — Domo Community Forum
-
@Siva_Divvela please see this idea, would love for you to add your comments and upvote for additional visibility: View as user or view as role — Domo Community Forum
-
Agree with everything ArborRose is saying here and would add to double-check your assumptions that all these values are ready for math. Are they actually numbers or are you converting a string value via beast mode? Do you have extra spaces after those values of 9/6 there?
-
Howdy @nmizzell PDP is available for Column Policies / Masking, (edit) it is in Beta see this KB: Personalized Data Permissions (PDP) (domo.com) I would suggest reaching out to your CSM/AE to enable this for you. Hopefully this is helpful!
-
Love this, I've been telling folks about it all week!
-
No opinions on SCORM, AI, avatar, etc. but from a video content creation aspect, OBS + Davinci Pro is an incredibly flexible stack. I bet there are plugins using these that would allow what you're looking for. I also really love SnagIt for quick videos, annotation, and screen grabbing. Another crazy thing I saw recently is…
-
It looks like there is a "by month" or date dimension you are not including in your question that is relevant. Is there a date dimension to this? What is the granularity (frequency) of the data? Is it transactional, weekly, monthly, etc? I think you want to do this at the dataflow level if possible and have a "units…
-
I know this isn't exactly what you're looking for, but take a look here at 19:04 to get started thinking about how to use Variables to accomplish this. I have used this in the past and it has functioned well. I think you can accomplish this with variables, but setting the period and previous period to be dynamic might be…
-
This is a really great idea and would help users get from connector → source rather quickly especially in the Sharepoint example you mentioned.
-
Welcome @Data_Devon happy to have you as part of the community!!
-
Oh I see, so are you looking for this to be a feature in the chart properties? If so, would suggest submitting via ideas exchange. Something like "Always show all series" so that the viz would prioritize the labels vs the pie size? I've seen as I resize the window/move things around that the Domo viz will shrink/expand…
-
There is a Google Sheets writeback connector, and a Google Sheets Writeback Tile. Not sure if this might be helpful?
-
Can you provide a bit more context about what is the question here? I am seeing different results depending on screen size and options selected.
-
Are you certain this is a Domo issue and not an Excel issue? In my experience, this issue can arise if you are opening a csv in Excel with raw numbers greater than 15 digits, then saving it in an excel type format. See this article for additional info.
-
I think it would be greatly useful to be able to toggle between standard and fiscal calendars at the dashboard level, and have heard clients request this feature as built-in functionality as well.
-
This came up today in a working session, someone specifically wanted to see the row count at each step!
-
This would be a great addition to AppStudio!
-
Congrats on the achievement @david_cunningham and thanks for all the insightful contributions to the Community Forums!
-
I just tested this. Views will currently populate with Dataset count in the Direct Impact section. I had a dataset with no downstream, created a view, and it ticked up to 1 dataset. It would be visually helpful to see as a separate icon in that list. A "create view" button/tile isn't a bad idea either, to keep them…
-
@Stephanie_Price I had this happen to me as well before. Dan is referring to this area where I put the arrow for clarity. I'm also noticing it looks like a lot of things in the flow aren't mapped, this might be correct for your use case, but I'm wondering if it's why your dataflow won't publish. After you map the flow,…
-
@anna.yardley @Jonathan53891 This is awesome. Happy to see this collab happen!
-
In the current interface, you want to do the following steps starting in the upper right hand portion of the nav on a dashboard. Wrench → edit dashboard On the card you want to change, Edit Content → Change Interaction Select interaction type Drill in place Hope this adds some clarity to Grants explanation as to what steps…