Comments
-
Congrats @Ashleigh !!!
-
Welcome Alex! I am DEFINITELY checking out iNaturalist, that seems amazing!
-
I agree, this would greatly extend the value & functionality of the Schema Description fields.
-
This would be an excellent addition enabling Domo Bricks to be more useful.
-
@BethW to add to what @MarkSnodgrass has provided, I would also encourage you to check out "Trellis Charts" if you are looking to visualize this data in addition to having the table. Check this KB article under the heading: "Adding additional categories as series ("trellis chart")"
-
Way to go @DashboardDude !
-
This is not currently possible. "Only the person that installed the app is able to edit the app. You can use “Save as” to make your own copy." Relevant Documentation
-
I know you are asking for a Beast Mode solution but I hope this is helpful to consider. One way to do this is to Unpivot your data, then use a beast mode for each year as a column in a pivot table. Your columns would end up being along the lines of: Metric Label, 2022, 2023 2022 defined as: CASE WHEN YEAR(`Date`) = '2022'…
-
@ArborRose how about something in Magic ETL, leveraging the Domo Dimensions calendar (you could write additional case logic with your own calendar superseding this), like the following: CASE WHEN holidayDescr IS NOT NULL THEN 0 WHEN DAYOFWEEK(`dt`) IN (2,3,4,5,6) then 1 else 0 END
-
Hi @Stephanie_Price I think this is what you're looking for: CASE WHEN MONTH(CURRENT_DATE()) = 1 AND YEAR(`Date`) = YEAR(CURRENT_DATE()) - 1 THEN 'Include' WHEN MONTH(CURRENT_DATE()) > 1 AND `Date` >= DATE_FORMAT(CURRENT_DATE() ,'%Y-01-01') THEN 'Include' ELSE 'Exclude' END First WHEN Clause (For January): Checks if the…
-
@JordanJensen Those jobs all look correct to me. The security aspect is a fair note. I think in this regard, the key word is View. I would think that in the view as experience, you would have READ access to cards and dashboards, no create update or delete privileges as the other user. Possibly a blend of restrictions could…
-
I think this would be a good addition, even if it's just to speed up the adding of many columns to the tile. Instead of clicking individually 18 out of 20 rows, you could "select all" then remove the 2 you didn't want.
-
Resurrecting this, it seems bizarre that I can edit the AppDB collection containing the code, but have no ability to edit the code via the brick. Bricks need better permissioning.
-
WAY TO GO @MarkSnodgrass!!!! @pauljames Congrats on CMotM!
-
@skouzini Legendary! Thank you so much for this!
-
Hello @Gunjan can you please copy and paste the contents of the javascript code (right hand side of your screenshot)
-
Welcome Ankur! Glad to have you here. HR + Data is a great combo!
-
This exists as a DomoStats DataSet, DataSet Tags:
-
Hi Dana, I am seeing the same behavior based on my experiences and testing with the Goals app. I think what you are describing here is a feature request and should go into the Ideas exchange, as it is not included in the current functionality. I would think that the feature would be something like another toggle here that…
-
Based on my research this looks like something you would want to open up a support ticket with Domo on. I see some other historical questions in the forums with similar patterns, but do not see any resolution. Please let us know what is the outcome of the support ticket.
-
You could likely do this within a MySQL dataflow I think you could do it with Magic as well. Here's a high-level outline: Join the Tables: Join the engagement table with the churn table on customer_id. Date Range Filtering: Filter the joined rows such that the engagement score dates are within 12 months preceding the churn…
-
By far my favorite costume, my dad spent a ton of time making this one for me!
-
Absolutely love visiting the beaches in Florida. So many great memories with the fam there. For a long weekend we head to my parents place near Pleasant Lake here in Michigan, always good to have a beer with my dad, catch some fish, and let the kids splash around.
-
Congrats @GrantSmith well deserved!!
-
@meerens this helped me out today just wanted to say Thank you!
-
Hi @Pellogat A couple of thoughts: Define the Data Quality (breakage) and think about how you would want to identify this and be alerted to it. What does this look like? A dashboard? A card? A set of alerts? If you have historical breakages or data quality issues you could draw from, think about the methods which you used…
-
Glad to see this opportunity, signed up and excited to check this out!
-
Agreeing with what Grant put here, and adding a little more. It would be very helpful to see the HTML code as well. If your table card is contained within a <div> or other elements, check these containers as well. Ensure that margins, padding, and borders are properly managed. Applying styles like margin: 0; and padding:…
-
1 & 2: AI Services Layer, Apps, Workflows. 3: Viz: Formatting, looking for more design, border, formatting options for cards and dashboards. Numbers to string with formatting, or some sort of dynamic number formatting with the Variables product would be great. Looking forward to DP24!
-
@domoexpert "The same alert was triggered when i tried the data on an excel file but it doesnt get triggered through a federated connection" To me, that sounds like something you would want to submit a support ticket on.