Search found 1 match

by apaulsen
Mon Jun 29, 2009 9:10 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Modifying Subsets within Views using the .NET API
Replies: 0
Views: 1342

Modifying Subsets within Views using the .NET API

Hi All, I'm having some trouble manipulating subsets within TM1Views in the .NET API. I'm using C#, and as a test, I'm trying to ExpandAll elements then Select by level the N level elements. Here is the code that I run: myView.ColumnSubsets[0].ExpandAllElements(); myView.ColumnSubsets[0].SelectEleme...