I have a situation where i have a line item formatted as a date(lets name it dateLine), and another line item formatted as time period month(monthLine).
Currently monthLine=Period(dateLine) which gives me result like :- jan 21, feb 21, etc.
However because of Period function limitation of model calendar, for values going out of bounds of model calendar, it gives a blank value for them for obvious reasons.
this monthLine line item is also reference for several other line items in different modules where it is used in lookup mapping & comparison with Item(time).
Is there a way, i can handle these out of model calendar ranges without creating new time ranges and keeping my monthLine format as time period month only?