how to create Dynamic subset for Only Elements starting with

Post Reply
satya.bhamidipati
Posts: 4
Joined: Mon May 12, 2014 3:59 am
OLAP Product: TM1
Version: 10.2
Excel Version: NA

how to create Dynamic subset for Only Elements starting with

Post by satya.bhamidipati »

how to create Dynamic subset for Only Elements starting with alphabets in Tm1?
How to Get total Public View and private View Information ?
How to Get total Public Subset and private subset Information?
Last edited by satya.bhamidipati on Tue May 13, 2014 10:40 am, edited 1 time in total.
BariAbdul
Regular Participant
Posts: 424
Joined: Sat Mar 10, 2012 1:03 pm
OLAP Product: IBM TM1, Planning Analytics, P
Version: PAW 2.0.8
Excel Version: 2019

Re: how to create Dynamic subset for Only Elements starting

Post by BariAbdul »

Satya,Don't know what you are actually after,Anyway,You can create dynamic subset with whatever alphabets you want to begin with by using MDX a conjuction with Like function,For the second and third queries you have to loop through Data Directory for .vue for public views as well as .sub folders for subset.My apologies if I didn't get your question correctly.
"You Never Fail Until You Stop Trying......"
Wim Gielis
MVP
Posts: 3241
Joined: Mon Dec 29, 2008 6:26 pm
OLAP Product: TM1, Jedox
Version: PAL 2.1.5
Excel Version: Microsoft 365
Location: Brussels, Belgium
Contact:

Re: how to create Dynamic subset for Only Elements starting

Post by Wim Gielis »

For the first question, here's an example for an MDX statement:

Code: Select all

{TM1FILTERBYPATTERN( {TM1FILTERBYLEVEL( {TM1SUBSETALL( [FIN_Account] )}, 0)}, "6????*")}
The other 2 questions, also, make me think (1) you did not use the Search function here and/or (2) you did not use Google and/or (3) your level of TM1 knowledge is not matching the kind of questions you ask.
Best regards,

Wim Gielis

IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
Post Reply