Exporting/Sharing Filtered and Indented Sheet View
I'm looking to find a way to share a filtered view of a project with a supplier. I would like to either share a live view or schedule sending an updated version of the project plan weekly.
The issue I'm running into is that there doesn't seem to be a way to to do this in a way that the rows are both filtered and indented.
Dynamic View or using a Report doesn't have indented rows so the tasks/subtasks are confusing. Exporting with data shuttle doesn't preserve indentations either.
Exporting via Excel only hides filtered rows but still includes them in the sheet.
Exporting with a PDF works but there doesn't seem to be a way to automatically apply the filter before sending.
Does anyone have a good solution or workaround for this? It seems like a pretty basic function so I wouldn't be surprised if I'm missing something.
Answers
-
You’re right — this is a common challenge when sharing a clean, filtered, and indented view of a project in Smartsheet. Here's a two-part workaround that may help:
1. Add a "Breadcrumb" helper column to simulate hierarchy in Reports
Since reports don’t preserve indentation, you can create a helper column to show the hierarchy using the
ANCESTORS()
function: (Take a look at the bottom image for the Breadcrumb helper column)=JOIN(ANCESTORS([Task Name]@row), "> ")
This will generate a breadcrumb-like path e.g.,
Project > Phase 1 > Task
, which helps make task relationships clearer even without indentation. Add this column to your source sheet and include it in the report.(This report image shows rows with Status <> Complete filter)
2. Publish a Filtered Sheet View — with Limitations
Publishing a sheet is a way to show a live view on a dashboard with indents and filters preserved, but with one major caveat:
Anyone with access to the published link can change filters, so it's not ideal for hiding sensitive data.
If that's unacceptable, I wouldn’t recommend this method for external suppliers unless you trust them to only view what’s needed.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 68K Get Help
- 474 Global Discussions
- 209 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 85 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives