Hi Gooddata team, is there a way to change the sta...
# gooddata-cloud
p
Hi Gooddata team, is there a way to change the start of week to days other than Sunday or Monday? for example Wednesday–Tuesday
k
Based on the provided documentation, there is currently no way to change the first day of the week to days other than Sunday or Monday [Slack forum post]. This restriction is enforced across both the GoodData UI and the underlying APIs: • UI Settings: The choices for the first day of the week are limited strictly to Sunday and Monday [Organization settings screenshot]. • API / SDK Types: The
WeekStart
type in the GoodData SDK explicitly defines only these two options:export type WeekStart = "Sunday" | "Monday";[WeekStart SDK reference] If you are looking to align your reporting with custom financial periods that do not follow standard calendar boundaries, you may want to explore utilizing Fiscal Calendars instead [Slack forum post; Customize Calendars overview]. 👍 0 button 👎 0 button ℹ️ Tip: Mention @kapa.ai in the thread for follow-ups. 👀 Our Support team monitors all messages and will jump in if needed.