on 2017 Jun 07 8:43 PM
How can we dynamically highlight only current TimePeriod ID in SAP IBP (see image attached as example)?
From what I see, it's only feasible by targeting exact time period (ex: 70570 for June), which is not dynamic at all since the customer would have to modify it every new month.
As my last EPM question stayed unanswered, I hope I will have an echo from this one.
Thank you again guys!
Request clarification before answering.
Sample conditional formula:
=IF(C1=MID("JANFEBMARAPRMAYJUNJULAUGSEPOCTNOVDEC",(MONTH(NOW())-1)*3+1,3)&" "&YEAR(NOW()),TRUE,FALSE)
Assuming C1 is the cell with month like: "JUN 2017"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
10 | |
5 | |
4 | |
4 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.