Hi,
I have a module where teams are required to input weekly but at a specific schedule
e.g. week ending 7th, 15th, 23rd, and last day of each month.
Is it possible to configure this?Thanks
@CommunityMember113484
If you model is using a weekly default calendar you can configure the format to be 'week ending.'
If your model is using a monthly default calendar it is not possible to use a time dimension to achieve this.
However, you could create a list and use this in your module.
You will then need to map this list back to a monthly time period using a systems module.
Hi Chris,
My model is dimensioned by weeks already. I've now changed to week ending, but I need it specifically for the dates mentioned each month: 7th, 15th, 23rd and last day of month - is this possible?
Thanks
You can set the correct sequence of weeks by updating the 'end of fiscal year'
Sorry for not getting this - I'm not getting w/e 7th, 15th, 23rd and last day of month?
It is not possible to create a calendar where the week ends land on the same day numbers each month as the length of each month is not equal.
How many weeks are you expecting to see in each month?
Are you using a 4-4-5 or other combination of weeks to build you model calendar?
Can you post a screenshot of your current time settings.
Yes using the 4-4-5. Current time settings below:
What you are asking for is not possible.
The closet I have managed results in the following;
Use the following settings;
The months simply do not follow the required pattern to generate what you are looking for.
Ah okay, thanks for your help. I did something similar in 2021 to get close.
Thanks again,
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…