Updating a date measure in RPAS
Hi All,
I have a requirement where I have to update a measure which is of type 'date' and is at itemstr_ intersection with a value of "current_date - 11 months" date.
Is it possible? I have to do this every month. So if there is any rule that I can write and call it in a shell script would be very helpful.
I tried to create a dummy measure at day_itemstr_ level and use indextostartdate(indexfirst([clnd].top)). This is giving me the calender start date but I need a date 11 months prior to current date.
I am very new to RPAS so any help is greatly appreciated.