RPAS today issue
We are on 13.3.1.12.
My question is about today (RPAS system function). It doesn’t work the way as expected.
When building workbook, without the current calendar interval (for instance – wb is on [season] and AW14 is not selected ), RPAS allows all the cells along the calendar hierarchy to be edited.
Our Elapsed Period Locking is based on the next rules:
EXUnelapsedB = if( current >= today, true, false ) EXUnelapsedB - [season]
UnelapsedR = if( EXUnelapsedB, -1, current ) UnelapsedR – [day]
elapsed = UnelapsedR.max
All these rules are on wb load rule group.
But actually, the first rule doesn’t work properly. If the current season is not selected,