Search found 191 matches

by jstrygner
Wed Sep 28, 2011 8:55 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Report Column on Element Attribute
Replies: 3
Views: 2436

Re: TM1 Report Column on Element Attribute

If you mean a report in Perspectives, use DBRA worksheet function. =DBRA("ServerName:DimensionName";"DimensionElementName";"AttributeName") As DBRA works like DBRW, which means displays the value, but also enables user to change it from Perspectives level I sometimes us...
by jstrygner
Tue Sep 27, 2011 8:00 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: workaround 256 character limit
Replies: 8
Views: 4734

Re: workaround 256 character limit

You can try to define each union part as a separate subset. Then you can create another main subset that does union on those subsets, something like: UNION({UNION({[Dimension].[Subset1]}, {[Dimension].[Subset2]})}, {[Dimension].[Subset3]}) The above is not tested, just a hint where to go (there migh...
by jstrygner
Mon Sep 26, 2011 8:54 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Refreshing Server Explorer - display on/off
Replies: 5
Views: 3595

Re: Refreshing Server Explorer - display on/off

I just wanted to let you know that problem does not exist anymore. I first changed security on applications, cubes and processes to manual (not rule defined) as I decided to do it anyway this way. Problem still existed. Then today I got my server restarted and my problem disappeared. I think there i...
by jstrygner
Fri Sep 23, 2011 2:20 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Refreshing Server Explorer - display on/off
Replies: 5
Views: 3595

Re: Refreshing Server Explorer - display on/off

Thanks for a fast response :) I'm guessing you already know that you need to refresh security every time you change rules. Yes, I tried to write everything and forgot about this one. It all happens after I first refresh security as an admin and then nothing else changes (just the F5 gets being hit)....
by jstrygner
Fri Sep 23, 2011 1:50 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Refreshing Server Explorer - display on/off
Replies: 5
Views: 3595

Refreshing Server Explorer - display on/off

Hello, I found something I do not like, maybe some of you experienced it before and maybe even you have some explanation/workaround for this? When I log in as a non-admin user i can see cubes and dimensions (left part of the picture), but when I press F5 in the SE (refresh), I do not see them (right...
by jstrygner
Thu Sep 22, 2011 8:25 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: MDX FilterbyPattern
Replies: 2
Views: 2399

Re: MDX FilterbyPattern

How about this one:

Code: Select all

{ EXCEPT( {TM1SUBSETALL( [}Processes] )}, {TM1FILTERBYPATTERN( {TM1SUBSETALL( [}Processes] )}, "}*")}) }
by jstrygner
Thu Sep 22, 2011 8:21 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Hierarchy sorting issue
Replies: 3
Views: 5103

Re: Hierarchy sorting issue

If I understand you correctly, running this via TI should do the trick:

Code: Select all

DimensionSortOrder(DimensionName, 'ByName', 'ASCENDING', 'ByHierarchy', 'ASCENDING');
It will apply automatic sorting of elements among this dimension (by hierarchy first and by name among hierarchy second).
by jstrygner
Wed Sep 21, 2011 9:27 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: CubeClearData removes feeder flags
Replies: 2
Views: 2155

CubeClearData removes feeder flags

By accident I just came to a finding that might be good to be aware of, especially in the context that there have been some posts wondering about difference between using CubeClearData and ViewZeroOut( here , here , here and here ). My finding is that CubeClearData does not only clear the data in th...
by jstrygner
Tue Sep 20, 2011 12:05 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Memory for Feeders in Large Sparce Cubes
Replies: 24
Views: 30186

Re: Memory for Feeders in Large Sparce Cubes

(I'd like to know if jstrygner optimized the dimension order in the test he did, if not it would be interesting to see the impact of additional dimensions on memory per cell in optimized vs. non optimized cubes.) Hi, I was not on the forum for a while. Responding to your question, I did NOT optimiz...
by jstrygner
Wed Aug 31, 2011 1:41 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Strange Wildcard selection behaviour
Replies: 2
Views: 2377

Re: Strange Wildcard selection behaviour

The results of the WildCardFileSearch function may vary depending on the operating system in use. Files in a Windows directory are sorted in alphabetical order while files in a UNIX® directory are sorted in random order. Because the order of sorting varies between the operating systems, the identic...
by jstrygner
Thu Aug 25, 2011 7:15 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Feeders for Strings in Consolidated Levels
Replies: 38
Views: 23137

Re: Feeders for Strings in Consolidated Levels

I thought then that the rule must be: "All N level children of a string consolidation must be fed for that string consolidation to be fed" so I fed each N level child explicitly without using the shorthand notation. This did not result in a feed to the string consolidation! To be honest, ...
by jstrygner
Wed Aug 24, 2011 3:52 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Feeders for Strings in Consolidated Levels
Replies: 38
Views: 23137

Re: Feeders for Strings in Consolidated Levels

I built the example and you are correct that only one child needs to be fed, but that child also needs to be calculated in the Target cube. This applies to both string and numeric consolidations. John, is it possible you tested it on 9.0 version (that is shown under your name) only? I did a retest ...
by jstrygner
Wed Aug 24, 2011 3:19 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Feeders for Zero values
Replies: 4
Views: 3530

Re: Feeders for Zero values

Is there a way to feed the ['Mes3'] ? In the sense of flag all cells in ['Mes3'] ? maps, if it helps, just see on the picture what I meant. I used here tomok's additional element approach, one filled cell is enough to feed the whole Mes3 column if you hit the top consolidation element in Product di...
by jstrygner
Tue Aug 23, 2011 6:15 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Feeders for Zero values
Replies: 4
Views: 3530

Re: Feeders for Zero values

From your example you can see, that there will always be a non-zero value in Mes3 leaf elements. That is why you could just feed the consolidation cell (to get all the leaves fed): ['Mes1', 'cons']=>['Mes3', 'cons']; But this one will not work properly when all of the Mes1 leaf cells are zero (or no...
by jstrygner
Fri Aug 19, 2011 2:06 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: SQL Select Count statement in TM1
Replies: 12
Views: 8879

Re: SQL Select Count statement in TM1

when I write the same SQL language in the TurboIntegrator using the ODBCOutput, it gives me an output of "1" (which i'm not sure what it means). Select count (*) from vj_abc_finance_cost; First thing, I have no idea, how does it return this "1". AFAIK ODBCOutput is not a functio...
by jstrygner
Fri Aug 19, 2011 12:51 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Feeders for Strings in Consolidated Levels
Replies: 38
Views: 23137

Re: Feeders for Strings in Consolidated Levels

Hi, just checked what qml suggested on two environments: 9.5.1 HF17 and 9.4.1 FP3 (don't know which HF). In both cases feeding the string cell on leaf level does not make the string on consolidation level visible when zeroes suppressed :(. There is a method to achieve what you need without feeding a...
by jstrygner
Fri Aug 19, 2011 11:51 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Rule error
Replies: 8
Views: 6208

Re: Rule error

Is it possible you have Feeder instead of Feeders causing the problem?
by jstrygner
Thu Aug 18, 2011 6:37 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Create dynamic subset with another dimension subset
Replies: 7
Views: 14873

Re: Create dynamic subset with another dimension subset

i did see that topic before i posted but i am still unsure how does the expression actually works. Found some time to try to achieve what (I think) you need. The solution that worked for me is very similar to the case lotsaram gave you a link to, just requires a small trick with attributes you don'...
by jstrygner
Wed Aug 17, 2011 9:14 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: 9.5.2 - New Features and Issues
Replies: 49
Views: 45770

Re: 9.5.2 - New Features and Issues

The results are what I would expect, unless you have the AllowSeparateNandCRules=T set in your .cfg file. Do you?
by jstrygner
Tue Aug 16, 2011 2:31 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Feeders for Strings in Consolidated Levels
Replies: 38
Views: 23137

Re: Feeders for Strings in Consolidated Levels

John Hammond wrote:You don't need to feed consolidations when they are calculated whether they are Numeric or String consolidations.
Strings for the calculation purpose, no, but e.g. for the "appear in a zero suppressed view" purpose you need to feed strings and I thought this is the case.