Calculated Column update daily???
I have a calculated column that gives an 'estimated completion date' for tasks in the list.
My issue is that the calculation for the est completion date doesn't update unless I edit the column and save it. I don't want to do that every day.
Is there a way to get the calculated column (estimated days left + now()) to update on a daily basis?
September 10th, 2015 12:06pm
Hi
yes,
create and schedule a powershell script which will fill that column at midnight with needed values
September 10th, 2015 4:55pm
I don't believe I have access to do that. I am on a collaboration environment and don't have access to the server itself.
September 10th, 2015 5:21pm
If you have access to workflows you can just run an update workflow at midnight to do what you want. Seeing as you don't have access to the server for PowerShell
September 11th, 2015 2:50am
I've been looking in to that and haven't been able to find out anything about an update workflow that I can run nightly. Can you please help with how that would be done?
September 11th, 2015 12:52pm