Sign in to join the conversation:
I want to make a dashboard that pulls data from another sheet, but I only want to update it once a week. Is there any way to delay the auto refresh?
I depends on how the sheet functions. If the sheet is web form based, then it is a relatively straightforward matter to do this. If you are editing values and modifying rows, it becomes much more complicated. What does your sheet do and how is it modified?
The options for auto-refresh on a dashboard are (in minutes)
1
2
3
5
10
30
60
.
Unfortunately there are no other options. This includes not having the option to even just turn off the auto-refresh and manually do it once a week. It is a good idea though. Feel free to Submit a Product enhancement Request.
In the mean time... Can you explain your process in more detail? There may be a way to structure the data itself so that it only pulls one week at a time.
Hello, I deal with a lot of batch/lot numbers that are automatically generated and start with leading zeros (e.g. 000012345). I'm trying to create a column simply to count the instances of a lot number within the column in order to quickly identify duplicates. The formula I have is =COUNTIF([Lot Number]:[Lot Number],[Lot…
I have a formula in a Smartsheet that will show the last step date completed in one column and then another formula that will show the next step to be completed. The issue I have run into is that if 2 steps are completed the same day, SS is only picking up on the first one and showing the 2nd one as the next step to be…
Hi all - i am building a monthly dashboard with separate columns for each month's status, key takeaways, and next steps. I am wanting to build an automation that says for example: 'your {{current month}} status update is due, your last {{last month}} update was {{status color}}. Please be sure to indicate your key…