Sign in to join the conversation:
Greetings,
I'm trying to exclude my parent rows from auto populating my Status and all my Modified By and Created By data.
Is this possible?
I tried adding - into the fields that I could, and nothing happened.
Modified and Created type columns are not able to be edited or overwritten. Either they are there for EVERY row or no rows.
One workaround though would be to create another Helper column of the date type and use the formula
=IF(COUNT(CHILDREN()) = 0, Modified@row)
or
=IF(COUNT(CHILDREN()) = 0, Created@row)
to pull the date from the original column if the row has no child rows (meaning it is not a parent row).
This will only pull the date though.
Helloe Everyone! I’m trying to reference another sheet in Smartsheet, but I’ve noticed that sometimes it loads quickly, while other times it takes a very long time to display the list. Does anyone know why this happens? Is there a way to reduce how often this issue occurs? Today, I can’t get anything to load at all. 😑
Hello - Is there a work around in a Report to list multiple sheets in an order that I choose? Sorting doesn't give me the order in which I want them to appear in the report or in a widget on a dashboard. I would like them in a specific order. Thank you.
I need to revise/expand a filter - the list of items in the filter NOT the filter name - in a dashboard I created. Is this done through the dashboard or through the main data sheet?