Best Of
Re: Adding Column Descriptions to Reports
This wouldn't work when you have more than one sheet as the source of the report. But for single-sheet reports, it makes total sense.
how do I change my email address because I have no access to the current/dead email.
how do I change my email address because I have no access to the current/dead email.
Re: NEW! Modern forms submission experience with accessibility enhancements
I've experienced the dropdown field selection issue myself this morning. Trying to select a staff member from a single select drop down > started typing staff member name and hit return instead of grabbing my mouse to select > field in form stayed blank, would not reset to display dropdown list again > had to close out and reopen the form to reset and display the dropdown list again.
Re: NEW! Modern forms submission experience with accessibility enhancements
We are also experiencing huge usability issues. Longer drop down select items on mobile are formatting in such a way that all items are illegible on mobile. We need this reverted, or an option to change formatting styles.
Re: Change Formatting in Reports
This has likely been requested before, but it would be super useful to have better report formatting available, beyond the layout options (card, etc.) and different than the column and row formatting from the source sheet. Exporting to format means the data is frozen at that time (and why should we have to export a report just to reformat it?).
Re: Change Formatting in Reports
Oh look….yet another obvious capability that Smartsheet tone-deaf developers have ignored.
Click and drag to select multiple assets for organization and management.
Need to organize, move, or edit a group of assets all at once? Instead of clicking each one individually, you should be able to click and drag your cursor over any group of assets to select them all in one go. This saves time, especially when working with large sets of images or files.
Simply click anywhere on the canvas, hold down your mouse, and drag - everything inside the selection box would be highlighted and ready for your next action. It’s a faster, more intuitive way to manage your work - similar to how Google Drive does it.
Re: Is it possible to have a drop down list based upon criteria from another column?
My query above was solved with a really nice solution that worked for me. Not exactly a dynamic drop down list but something close enough for my needs and a solution that requires minimal maintenance.
It involved making a separate {Database Sheet} with a list of options for each row in my {Working Sheet}. In my case, I was focusing on countries/regions on each row and so for each [Country Region] in my {Database Sheet}, I had up to 3 options detailed in [Option 1], [Option 2], [Option 3].
(Image below is an example of {Database Sheet})
Then in my {Working Sheet}, I had a column matching the [Country Region] column in the Database sheet. (See 1 in the image below)
In my {Working Sheet}, I have an [Options] column with a formula to pull in each of the options for that country from the {Database Sheet} and make them available to read in the sheet. (See 2 in image below)
Formula =INDEX(COLLECT({Database Sheet_Option 1}, {Database Sheet_Country}, [Country]@row), 1) + CHAR(10) + INDEX(COLLECT({Database Sheet_Option 2}, {Database Sheet_Country}, [Country]@row), 1) + CHAR(10) + INDEX(COLLECT({Database Sheet_Option 3}, {Database Sheet_Country}, [Country]@row), 1))
Again, in the {Working Sheet}, I have a dropdown [Choose Option] column with 1, 2, 3 as options to select from. (See 3 in the image below)
Finally, there would be a [Decided Option] column that would check this and pull in the relevant selected option for that country (See 4 in the image below)
Formula =IF([Choose Option]@row = 1, INDEX(COLLECT({Database Sheet_Option 1}, {Database Sheet_Country}, [Country]@row), 1), IF([Choose Option]@row = 2, INDEX(COLLECT({Database Sheet_Option 2}, {Database Sheet_Country}, [Country]@row), 1), IF([Choose Option]@row = 3, INDEX(COLLECT({Database Sheet_Option 3}, {Database Sheet_Country}, [Country]@row), 1))))
(Image below is an example of {Working Sheet})
This solution was perfect for my use case. It came with the benefit that any updates made to the {Database Sheet} would automatically be reflected in my numerous {Working Sheet}.
In respect of credit where credit is due - I did not come up with the solution, the idea and concept came from an employee at Irlca Limited (enquiries@irlca.com)
Protonsponge
Re: NEW! Modern forms submission experience with accessibility enhancements
I have many forms that run from a dropdown, now you can not select anyone else on from the dropdown and when you do it just goes back the first one on the list, I have reloaded and checked my data shuttles with no resolve.
Slicer In Smartsheet
Hi Community,
I’d like to propose an idea that I believe would greatly improve usability and data interaction across Smartsheet: adding slicer-style filtering, similar to what we see in tools like Microsoft Excel or Power BI.
It can be done by creating a sheet and building up cross reference with the Main sheet . And than linking it with the report this will help to build up slicer and you can make dynamic view of it and use it in the dashboard. So as the options in the dynamic view are changed the dashboard built on the report changes and in this way the slicer can be used in smartsheets dashboard



