Search found 4 matches
- Tue Nov 16, 2021 1:05 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 MDX to update current week in a Cube View dynamicly
- Replies: 10
- Views: 29880
Re: TM1 MDX to update current week in a Cube View dynamicly
Thank you lotsaram , gtonkin and andreykadysh , your explanations helped me make sens of this problem. Thanks to you lotsaram and gtonkin I was able to understand this MDX syntax which was totally new to me and never knew we could do somthing like this IN MDX, I am glad I asked and Glad I found help...
- Mon Nov 08, 2021 10:06 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 MDX to update current week in a Cube View dynamicly
- Replies: 10
- Views: 29880
Re: TM1 MDX to update current week in a Cube View dynamicly
As an alternative to StrToMember you can also do something like {Filter( {TM1FilterByLevel( {TM1SubsetAll([Week].[Week])}, 0 )}, [Week].[Week].CurrentMember.Name = [Settings].([SysParams].[SysParams].[Current Week],[Settings Measure].[Settings Measure].[String Value]) )} Thank you for your help ! A...
- Mon Nov 08, 2021 9:57 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 MDX to update current week in a Cube View dynamicly
- Replies: 10
- Views: 29880
Re: TM1 MDX to update current week in a Cube View dynamicly
I am assuming you have the current week in a subset or control cube somewhere. If you have it in a subset, you could try the following: {TM1Member( [Period].[Period].[Current Month].Item(0),0 ), TM1SubsetToSet([Period].[Period],"All N")} That should give you the current week as the first ...
- Fri Nov 05, 2021 11:58 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 MDX to update current week in a Cube View dynamicly
- Replies: 10
- Views: 29880
TM1 MDX to update current week in a Cube View dynamicly
Hello TMOners,
I have a Cube view where there is a Week dimension, I want to create a MDX formulat to automaticly update the View Week dimension to contain the current week.
Is there a way to do it without having to create a TI process?
Thank you in advance
I have a Cube view where there is a Week dimension, I want to create a MDX formulat to automaticly update the View Week dimension to contain the current week.
Is there a way to do it without having to create a TI process?
Thank you in advance