Best Of
Re: Report filter column color symbol count each color put on dashboard or the reprot
There's a couple different ways to do this.
Use the sheet summary. Open the Sheet Summary and create a field, then build out your formula (something similar to below).
Then on the dashboard, select the Metric widget, find the sheet, then select "Sheet Summary data" as the source, and choose your option.
To create a graph, build a grouped report and summarize the Health column
Now go back to your dashboard and create a Chart widget with this report as your source. You'll have to adjust the settings on the right side to get exactly the look you want, but in the end it can be something like this:
For complicated builds you can build what I call my "Dashboard Metrics" sheets where you can do a lot more difficult formulas for fancier graphs, but as a beginner, this should make you dangerous enough!
Re: Change Permissions for Specific Items in Workspace
Yes that did the trick! Thanks so much for your help @Genevieve P. !
Re: Is there a way to set the default custom color palette on a dashboard?
Hi Scot,
The default theme for all net new dashboards was updated to 'Standard' when the color themes feature was released earlier this year in April (previous default was set to 'Classic'). The colors associated with the theme are available for you in the custom color picker for quick access (this was an enhancement released with the color themes feature). If you change back to the 'Classic' theme, it will match the previous default if this is preferred and you'll see the custom color section update to reflect the colors associated with that theme. The custom color section saves any custom colors you add on that specific dashboard if you choose different colors from the default.
https://community.smartsheet.com/discussion/120425/new-dashboard-color-themes
We do have future plans to support some of the capabilities that you are requesting, some of which are available right now for EAP users with the Custom Themes feature.
Please let me know if you have any more questions.
Barak
Re: Get a Countif on values in a multi-select column of cells
Try using the @cell for your range instead
=COUNTIFS([ROI Type]:[ROI Type], HAS(@cell, "organizational competitiveness"))
Re: Smartsheet has been recognized as a Leader in the 2024 Gartner Magic Quadrant for Collaborative Work
I started using Smartsheet and then I transformed how my company operates by streamlining processes, creating dynamic dashboards, and driving efficiency across all verticals, which ultimately led to my promotion as a Senior Manager of Operations.
Re: December Question of the Month - Join the conversation and receive a badge
Carpentry. I bought a new home a few months ago and would really appreciate the abilities and knowledge to fix all the things and confidently know that the touch ups will last and look natural. Carpentry probably isn't the right description for a DIY expert with knowledge of all things plumbing, HVAC, lawn care, tree care, snow removal, small engine repair, electricity, pest control. I think it's called being an adult, but could really use the instant information download to become sufficient and confident in all the areas associated with home/property ownership.
Re: Mixed Fraction Formula
Give this a go:
=IF(FIND("/", [Column Name]@row) <> 0, VALUE(LEFT([Column Name]@row, FIND(" ", [Column Name]@row) - 1)) + (VALUE(MID([Column Name]@row, FIND(" ", [Column Name]@row) + 1, FIND("/", [Column Name]@row) - (FIND(" ", [Column Name]@row) + 1))) / VALUE(RIGHT([Column Name]@row, LEN([Column Name]@row) - FIND("/", [Column Name]@row)))), [Column Name]@row)
Re: Timeline view and multi-value fields
I hope you have figured this out by now, but just in case anyone else wonders. I just assign 2 rows to project "Happy" and then assign one person in each row.