on 2025 Mar 21 4:17 PM
Hi freinds,
I want to dynamically filter the next year. My idea was like following:
MEMBERSET [d/Date]=NEXT(1,"YEAR",TODAY()) TO NEXT(1,"YEAR",TODAY())
However, this only affects a single month (currently just March 2026).
My goal is to select the entire year 2026.
Does anyone have a good idea on how to achieve this?
Best regards,
Ismail
Request clarification before answering.
Just maintain 2 attributes in version dimension and use that. Its always easier and more flexible that way. Some keywords have restrictions to be used in MEMBERSETS like First period etc.
You can maintain start date as 2026.01 and end date as 2026.12 in version dimension
MEMBERSET [d/Date] = [d/Version].[p/START_DATE] TO [d/Version].[p/END_DATE]
Hope this helps !!
Nikhil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
78 | |
12 | |
9 | |
8 | |
7 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.