
Contributor II
2019-02-26
11:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Problem in calculating Fiscal year in 13 period periodic master Calendar
Hi,
can anyone help me on the below problem.
I am working on periodic calendar(13 periods in each financial year and one period =28 days).
My Fiscal year start from 01 Apr 2017 and ends on 30 Mar 2018 also next fiscal year starts from 31 Mar 2018 and ends 29 Mar 2019 and so on …
Currently I am struggling to get the fiscal year for every date. So anyone can suggest me how to retrieve the fiscal year for this calendar.
Please see attachment of output of calendar.
868 Views
1 Solution
Accepted Solutions

Contributor II
2019-02-28
07:17 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
837 Views
2 Replies


MVP
2019-02-27
05:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You could use something like this within your calendar-script:
pick(ceil(rowno() / 364), 2017, 2018, 2019, ...) as [fiscal year]
- Marcus
850 Views

Contributor II
2019-02-28
07:17 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Marcus,
I works. Thanks a lot for your help.
Regards,
Chetan Palwe
I works. Thanks a lot for your help.
Regards,
Chetan Palwe
838 Views
