Search found 5 matches
- Tue Jan 07, 2014 11:49 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Missing Action Buttons in Tm1 Web (Multi-Server Environment)
- Replies: 2
- Views: 3752
Re: Missing Action Buttons in Tm1 Web (Multi-Server Environm
After do the install of VBA you will then need to republish the tm1websheets i.e. open the templates in perspectives and hit the upload button
- Wed Jul 13, 2011 12:03 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Multi-language applications
- Replies: 7
- Views: 5513
Re: Multi-language applications
If you are using websheets with active forms for your application then you can do the following: - Have different aliases on your dimension English, Spanish, Japanese. - Have a cube dimension by }Clients that stores the user language preference - Return the language preference to the websheet via a ...
- Thu Jan 20, 2011 12:56 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 MDX filter level by attribute and retain parent
- Replies: 8
- Views: 13304
Re: TM1 MDX filter level by attribute and retain parent
Try a Union
e.g.
{Union(
{FILTER
( {Descendants
({ [Employee].[Total Employee]} )},
[Employee].[Existing]= "Y")},
{ [Employee].[Total Employee]}
)}
e.g.
{Union(
{FILTER
( {Descendants
({ [Employee].[Total Employee]} )},
[Employee].[Existing]= "Y")},
{ [Employee].[Total Employee]}
)}
- Wed Jul 21, 2010 11:31 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 web - fail to export websheet to pdf and excel
- Replies: 9
- Views: 9379
- Tue Nov 18, 2008 5:46 am
- Forum: Enhancements
- Topic: Delete multiple objects in Server Explorer
- Replies: 4
- Views: 8124
Re: Delete multiple objects in Server Explorer
I can't remember the exact version this came in, somewhere round 8.4 I think, but in Server Explorer you can: - view the properties window - select your parent node object on left pane - children objects appear in properties pane - Use Mouse to highlight multiple child objects in properties pane - H...