Search found 4 matches
- Tue May 17, 2016 8:31 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: MDX in ActiveForm with "INSTR" does not work
- Replies: 11
- Views: 16753
Re: MDX in ActiveForm with "INSTR" does not work
In case anyone needs it to work in Perpsectives too, if you set the 4th optional parameter of InStr to 1 (text compare) that the function will work in both Perspectives and the web. Change this: MDX-Statement: {Filter( { TM1SUBSETALL( [DimName])}, INSTR([DimName].[AliasName], "EKMS_33446")...
- Wed Jul 29, 2009 9:38 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 9.4 and Framework Manager
- Replies: 4
- Views: 3876
Re: TM1 9.4 and Framework Manager
This is not supported currently. It's the other way around ... with TM1 9.4 you can create a FM package of your TM1 data and access it via the C8 BI front ends.
Thanks,
Rebecca
Thanks,
Rebecca
- Wed Jun 10, 2009 11:54 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Excel Cell Disapearing
- Replies: 12
- Views: 10115
Re: Excel Cell Disapearing
Alt-F9 = rebuild of the active form (there is also a rebuild button on the toolbar). You need to do this if you've changed any of the parameters that would affect the view generation (anything in the TM1RPTView, TM1RPTRow or added new columns with a formula linked to the TM1RPTview statement). The a...
- Tue Jun 09, 2009 2:11 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Excel Cell Disapearing
- Replies: 12
- Views: 10115
Re: Excel Cell Disapearing
If the data is not showing up when you do a rebuild of the form, but may sometimes show up when you click in that cell explicitly, that typically indicates that data was not found to support that cell in the underlying view supporting the active form. Have you added some add'l columns to the form or...