Smartsheet Basics

Smartsheet Basics

Ask questions about the core Smartsheet application: Sheets, Forms, Reports, Dashboards, and more.

Drill into a dashboard

HI all.

I'm still new to Smartsheet. I have a stupid simple question.

How do I get my charts in my Smartsheet dashboard to filter the other widgets? I've poked around the help and youtube and it's never covered. I know it's elementary but I can't figure it out.

Help!

Thanks, SB

Best Answer

  • Community Champion
    Answer ✓

    It isn't necessarily a hyperlink to FILTER the dashboard. It is a duplicated dashboard that has the underlying data updated for that particular "filter". The hyperlink is to the other dashboard.


    Example:

    You want to have a "Master" dashboard that shows the overall metrics for John and Jane. You also want to have a "filtered" dashboard that shows those same metrics but only for John and another but only for Jane.


    Create the "Master" dashboard. Put it and all underlying reports/sheets into a single folder.

    Save the folder as new.

    Update formulas in metrics sheets and reports to only show data for John.

    Save the folder as new.

    Update formulas in metrics sheets and reports to only show data for Jane.


    Now you can insert a shortcut widget on the "Master" that includes links to John's Dashboard and Jane's Dashboard. A widget on John's that contains links to the Master and Jane's, and then a widget on Jane's that includes links to the Master and John's.


    Depending on how your formulas and reports are set up, it shouldn't take too much tweaking in between folders.


    For example...

    If I know I am going to have a metrics sheet for Master, John, and Jane, then when I build out my Master Metrics sheet, I leave a cell open.

    =COUNTIFS({Source Sheet Status}, "Open")

    When I Save As New, I would update my formula to reference the Name column on the source sheet and the empty cell on the new sheet. Then I plug in "John" into the empty cell (lets just call that cell "[Column Name]1 for now) and my formulas will now work based on "John".

    =COUNTIFS({Source Sheet Status}, "Open", {Source Sheet Name}, [Column Name]1)

    The next Save As New for Jane would only need to have that one cell in the metrics sheet updated to say "Jane", and everything will switch over.


    It may seem like a lot of work for two filtered views, but if all you have to do is "Save As New", update a cell, then update a report, it can make duplicating the dashboard for 15 people a breeze.


    The trick is making sure that your metrics sheets are set up to adjust based on minimal input.

    I use "helper cells" in my metrics sheet to reference variables whenever I possibly can. For YTD reporting I would have a cell for the name and the year. That way I can just edit two cells and all of the formulas referencing the name and/or year for my metrics will be up to date. If I am pulling separate counts for Open and Closed, I'll have a column that contains Open in row 1 and Closed in row 2. That way I can write the formula in row 1 and then just dragfill.

    Don't be afraid to get creative with cell references when building out "templates" like this. It can make updating metrics sheets (and even reports) a lot easier if you plan on having to repeat everything multiple times.

Answers

Trending in Smartsheet Basics