Search found 9 matches
- Mon Jun 27, 2022 1:34 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Modify default TM1web layout
- Replies: 8
- Views: 1651
Re: Modify default TM1web layout
I also have a requirement to add a new Icon which will launch another site. The requirement is to add the Icon on the Top Banner, just after Log Out Not sure which files need to be updated for 2.0.9.4 Thanks Hi, PAL 2.0.9.4 use PASS (Planning Analytics Spreadsheet Services). Unfortunately I don't h...
- Mon Jun 27, 2022 1:22 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Modify default TM1web layout
- Replies: 8
- Views: 1651
Re: Modify default TM1web layout
Hi, PRODUCT_NAME :"IBM® Planning Analytics 2.0.9", ABOUT_STR :"About", HELP_TOOLTIP_STR :"Help", LOG_OUT_STR :"Log Out", On windows installation for PAL 2.0.9 you can find this "magic words" in the file <installation path>\webapps\tm1web\scripts\tm1...
- Thu Jun 23, 2022 9:18 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: PA 2.0.9.5 - TM1 Web not working
- Replies: 2
- Views: 1401
Re: PA 2.0.9.5 - TM1 Web not working
Hi, https://www.tm1forum.com/viewtopic.php?t=16128 2020-07 (Jul) PAL 2.0.9.2 (27 Jul 2020) TM1sd Version Number 11.8.00100.13 TM1 Web's installer was taken out of the server's "Long Cadence" release and is now on the short cadence release along with the Spreadsheet Services installer. http...
- Wed Jun 22, 2022 9:33 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Modify default TM1web layout
- Replies: 8
- Views: 1651
Re: Modify default TM1web layout
Hi, PRODUCT_NAME :"IBM® Planning Analytics 2.0.9", ABOUT_STR :"About", HELP_TOOLTIP_STR :"Help", LOG_OUT_STR :"Log Out", On windows installation for PAL 2.0.9 you can find this "magic words" in the file <installation path>\webapps\tm1web\scripts\tm1w...
- Wed Jun 22, 2022 7:29 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: PAW - Configure Event Notifications - Password Risk
- Replies: 1
- Views: 537
Re: PAW - Configure Event Notifications - Password Risk
Hi,
What mail server are you using?
For MS Exchange try a google search like this “Allow anonymous relay on Exchange servers“
What mail server are you using?
For MS Exchange try a google search like this “Allow anonymous relay on Exchange servers“
- Tue Jun 21, 2022 8:01 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 RULE not consolidating
- Replies: 4
- Views: 842
Re: TM1 RULE not consolidating
Hi, Try something like this: Source cube ( in your code with a SPACE at the end of the cube name? ): 'MDA Trial Balance ' FEEDERS; ['Opening Balance'] => DB( IF( ATTRS('Calendar', !Calendar, 'IsMonthApril') @= 'Y' & ATTRS('Account - MDA', !Account - MDA, 'Flags') @= 'Y', '', 'Unnamed Cube', !Cal...
- Thu Oct 10, 2019 9:13 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Cube Viewer suppress zeroes hiding non-zero cells
- Replies: 12
- Views: 9021
Re: Cube Viewer suppress zeroes hiding non-zero cells
Suppose you have the right feeders... What rules (calculations) do you use for totals? N or C? If you use the calculation of totals (sum or percent) like this ("supress zeroes" will hide them): ['Accounts{PL':'GM' , 'Measures{PL':'1'] = C:['Accounts{PL':'60'] + ['Accounts{PL':'61']; ['Acco...
- Tue Aug 20, 2019 11:47 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: PA and TM1RUNTI separately from installation
- Replies: 4
- Views: 4428
Re: PA and TM1RUNTI separately from installation
Lucas, thanks!
Works fine on PA 2.0.8
Works fine on PA 2.0.8
- Thu Sep 14, 2017 9:57 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Wrap alias in TM1 Web view
- Replies: 6
- Views: 4965
Re: Wrap alias in TM1 Web view
Find this code in TM1 css file (standaloner.css or contributor.css or whatever you use) .CVHeaderCell { padding-right: 3px; padding-left: 3px; font-size: 8pt; font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif; color: #333333; background-color: #DFE3E8; border-right: 1px soli...