Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Thanks Raghu, looking forward to it!
-
Hi, Any updates on this? Can you confirm if this will be included in the April release? We're facing the same scenario and want to avoid building a custom workaround if a solution is coming soon. Thanks!
-
Hi! I’m not sure if I’m too late, but I’ll put here the expression filter that I usually use. It counts the last 12 months, excluding the current month. "HCM - Workforce Core"."Time"."Month" =VALUEOF(NQ_SESSION.TRAILING_12_GREGORIAN_PERIODS) AND MONTH < VALUEOF(NQ_SESSION.CURRENT_GREGORIAN_MONTH) I hope it helps :)…