3.2.11.1 Create Planning Period Filters
Confused on which Line Item I'm building a formula for, I'm assuming both. Also this is the formula I used to so that the weeks in that month are selected as well when you select the month are as follows. Please advise.
MONTHVALUE('SYS00 Time Settings by Month'.Planning Period Filter),
Kind of confused why would not want to use WEEKVALUE if I want to show my Weeks.
Thank you
Comments
-
When you are trying to pull the values from Top Level (eg., Month level) to Bottom level (eg., Week Level) there are two ways to do so
1. Use LOOKUP on Month formatted line item from SYS Weeks module
2. Use MONTHVALUE - Why this ? Because the source module from where you are trying to get the data is dimensioned by Months and not Weeks. So even if you write WEEKVALUE there is no data associated to Weeks in that module
Hope that helps
Misbah
Miz Logix
1 -
Understood. So we follow format of source module and not target module. Thank you for all your help. Appreciate it.0
-
Please confirm the below formulas please
Planning Period Filter : 'SYS00 Time Settings by Month'.Planning Period Filter
Planning Period Filter Weeks Only: MONTHVALUE('SYS00 Time Settings by Month'.Planning Period Filter)
2 -
So, at the end, after the formula is created, do we still need to make sure the Time Scale is adjusted, i.e. to change from Week to Month?
just to make sure the checkboxes are shown at the month level?
0