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.
I have a report that will generally only have about 15 rows on it. I see in other threads that Smartsheet will automatically create enough blank rows to reach 50, or at least 10 blank rows always at the bottom. Even if I delete the blank rows from the Sheet (which has hundreds of data rows), they reappear the next time I…
I need to setup automations based on a contract date that will notify me on a monthly/quarterly/annual basis so I can process paperwork at the appropriate time. Ideally, I'd like to set it up to send an email 90 days before that date. I have columns for the initial contract date and the frequency (one for the word…
Hi everyone, Is there a way to set a dashboard as the default homepage for all users upon login? Ideally, we’d like users to land directly on a particular dashboard instead of the usual default page. Is this possible through configuration, or is there a plugin or workaround that can help us achieve this? Thanks in advance!