Sign in to join the conversation:
In smartsheet how do I select a checkbox for a group and have it select all checkboxes in that group?
Hello,
You'll want to drive this with a formula. You can place a formula (below) in each of your child cells that checks the child cell when the parent is checked.
=IF(PARENT() = 1, 1)
More on working with formulas in the help center: https://help.smartsheet.com/articles/2476171-create-and-edit-formulas-in-smartsheet
Awesome. Thanks, Shaine.
following functionality in dynamic view would be impactful: freeze column - in the settings but also controllable by the viewer Choose filters to share from the original Smartsheet sheet In detail panel settings, being able to universally apply a setting like “read only” while also still making individual choices to change…
Hi, I have automations in place to generate various documents, based on the form completed. Once the document is generated, the user WOULD receive an email that included a message I create and then a link (at the very bottom) for the recipient to click on to download the generated document. Now, I still get the email but…
Hi all - just thought I would float this here first to see if anyone has had similar experience (and any fixes), before sending a ticket through to support. Have a basic automation notification set up with a company logo and task bar color in place. All has been working great but today it won't include the company logo or…