Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
Sign in to join the conversation:
The posts in this section are historical and no longer monitored for accuracy. If this discussion interests you and you'd like to join in, please visit the active Community to post and engage.
Is there a way to filter the calendar view to show more information (from other columns) rather than just the primary column information?
Hi Nick,
You can use a formula to put column data together. It looks like this
=[Job Number]1 + "," + " " + [Assigned To]1 + "," + " " + [Assign To 2]1
This gives me:
J1622504, Josh, Chris.
I put the formula in the primary column since that's the column that shows on the calendar.
There is more help on this in the Smartsheet Formula template.
Hope this helps,
Peace
That works perfect!
Thanks So much!