07-19-2024 03:24 PM - edited 07-19-2024 03:35 PM
Hi all, I thought this was easy but not sure what I am missing. I have a current data management job that is running off this parameter and works just fine.
Scenario=[Actual], Time=[|GlobalTime|]. I have tried [|GlobalPrior1|] with no luck
I am trying to get the prior month so I have tried Scenario=[Actual], Time=[|GlobalTimePrior1|] but that is an invalid sub variable, is there another syntax to use on this? I know you can with t# in cube views but this is the DM job. Thanks in advance!
07-19-2024 04:07 PM
You could try something like this:
T#MonthPrior1(|GlobalTime|)