Hello Smartsheet Community!
I created a formula that tracks the number of days away from the deadline that I posted on my dashboard as a visual for my students.
=IF([Deadline Date]@row < TODAY(), "π΄ Past Due (" + ABS([Deadline Date]@row - TODAY()) + " days ago)", IF([Deadline Date]@row = TODAY(), "π Due Today", IF([Deadline Date]@row - TODAY() <= 15, "π‘ Due Soon (" + ([Deadline Date]@row - TODAY()) + " days)", "π’ On Track (" + ([Deadline Date]@row - TODAY()) + " days away to the deadline!)")))
The formula worksth but what's not working is the Dashboard updating in real-time.
Yesterday, the dashboard had been stuck on 73 days away. I had to refresh the dashboard several times and I mean like 5-6 times before it updated. Here I am today, still an issue. While the sheet is showing 59 days away, the portal is not updating and I'm looking at the published view that my students see.
Can anyone explain this? I have been having a lot of issues with Smartsheet stalling. Do you think it's because of that? I don't want to include this tracker if it is not going to update properly. I was really excited about using this, too. Any advice is greatly appreciated!