I currently am using a formula to calculate the weeks of the year (based my task beginning & end dates):
DATETIME_FORMAT(START,‘w’)
I am then grouping my table by week so I can track tasks according to the week we are currently operating in:

This works exactly how I would want it to. My only wish is that I could customize the week display output. For example - the screenshot above is of a 7 week project - so the weeks of the year are misleading. We are not currently in week 46 of the project - we are in week 4. So I would like the ability to customize the week number output (while maintaining the current formula and sorting functionality). Is this already possible or am I describing a feature request?
