Here's a link to another thread on the topic.
https://www.tm1forum.com/viewtopic.php?t=14808
The tm1web logs can produce this information such as who accessed what websheet and when. After changing the Log4j properties you'll then need to parse through the file to extract the information you need
Search found 186 matches
- Sat Sep 02, 2023 7:47 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Any tm1web log setting to get user access websheet info
- Replies: 6
- Views: 412
- Mon Aug 21, 2023 5:53 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Server Connect in Excel
- Replies: 4
- Views: 407
Re: Server Connect in Excel
Which excel add-in are you using, the legacy perspectives or newer pafe/pax. If it's pafe/pax then for the addin to be fully functional you'll need to install planning analytics workspace (paw) which I wouldn't recommend attempting to install on your laptop. There's an awful lot of hoops you'd need ...
- Fri Jul 14, 2023 12:05 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: PAX - Excel calculation based on Dynamic Report (Active Form)
- Replies: 6
- Views: 399
Re: PAX - Excel calculation based on Dynamic Report (Active Form)
Thank you it helped May be you know another workarounds except offset ? In some places write that it is resource consuming The other question I guess is does sheet1 need be linked to sheet2 like this. I.e. What's stopping sheet1 from also being a dynamic report sharing the same filters as sheet2? T...
- Wed Jul 12, 2023 5:33 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: PAX - Excel calculation based on Dynamic Report (Active Form)
- Replies: 6
- Views: 399
Re: PAX - Excel calculation based on Dynamic Report (Active Form)
On dynamic reports the data rows are destroyed upon rebuild, so any direct reference to these rows will be destroyed on rebuild. Hence the links are broken as you are experiencing. One workaround would be to use the offset function were the range start is above the dynamic rows, then when the report...
- Thu Jun 22, 2023 10:44 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Help in creating a PAW report
- Replies: 2
- Views: 254
Re: Help in creating a PAW report
You could create two alternate hierarchies Account Location In your dim1 which has the concatenation of account and location So you had Acc1-loc1 Acc1-loc2 Acc2-loc1 Acc2-loc2 In the account hierarchy you would have Parent: acc1 child: acc1-loc1 Parent: acc1 child: acc1-loc2 Parent: acc2 child: acc2...
- Wed Jun 21, 2023 4:29 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: consolidating a dynamic subset via the rules file
- Replies: 3
- Views: 292
Re: consolidating a dynamic subset via the rules file
Rather than looping through the elements in the subset in a ti process and incrementing, you could use the mdx view you already have as the source for the process so the values are already aggregated. To do this solely in rules Cellvaluen may be an option, I believe you can refer to a subset in plac...
- Tue May 02, 2023 10:05 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Rule to sum all elements except the current?
- Replies: 11
- Views: 1689
Re: Rule to sum all elements except the current?
Reflecting, consolidations is the only way to go. From a performance perspective you're going to need to use consolidations and should you attempt to refer to a consolidation with all leaves it's going to cause a circular reference, alternate hierarchy or not. Other options to using consolidations w...
- Tue May 02, 2023 12:55 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Rule to sum all elements except the current?
- Replies: 11
- Views: 1689
Re: Rule to sum all elements except the current?
Assuming that element 3 value can just be a calculation and doesn't need to be fed then you could maybe do this ['dim1':'dim1':'Element 3','Value']:N ['Dim 1':'hier','all elements'] - ['dim 1':'hier':'Element 3']; Where you're referring to an alternative hierarchy to pull back all elements and subtr...
- Tue May 02, 2023 12:32 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Virtual Machine configuration and PA
- Replies: 7
- Views: 1380
Re: Virtual Machine configuration and PA
Hi Steve, I also agree looks like dynamic memory allocation is in effect with a startup close to 35gb you're seeing and max of 72gb Not sure if this is run from the host server or the VM itself but this could confirm your suspicions https://www.dtonias.com/which-virtual-machines-use-dynamic-memory-h...
- Sat Apr 08, 2023 8:12 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Perspectives Excel 64 bit slice crash
- Replies: 8
- Views: 847
Re: Perspectives Excel 64 bit slice crash
Is perspectives crashing on the server or end user machines? If it's on the server what's the behaviour with perspectives with windows 10 or 8.1. (windows 11 is not supported for perspectives) Have you, or can you set the compatibility mode for multiple monitors https://analyse-it.com/blog/2018/5/mi...
- Wed Apr 05, 2023 10:02 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Perspectives Excel 64 bit slice crash
- Replies: 8
- Views: 847
Re: Perspectives Excel 64 bit slice crash
Windows 2022 is not currently supported for the tm1 server component (according to the ibm's compatibility matrix) Windows server 2019 is the latest supported windows environment for running the TM1 Server and other components such as spreadsheet services and workspace. Regardless... you don't happe...
- Mon Mar 20, 2023 6:00 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Generic Ti for Multiple Cubes - Archive Versions
- Replies: 10
- Views: 891
Re: Generic Ti for Multiple Cubes - Archive Versions
It's possible as wim alludes to you'd need an if statement I presume the datasource variables are named something like this v1, v2... In the data tab, instead of renaming the variable to pdestver, redefine what v1 or whatever the variable is instead, then the cellputn is straightforward. Here's an i...
- Mon Feb 06, 2023 5:13 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Strange behaviour of Subsets used in DBRW
- Replies: 5
- Views: 614
Re: Strange behaviour of Subsets used in DBRW
long shot, does the tm1p.ini refer to DimensionDownloadMaxSize? If so try removing it.
- Thu Feb 02, 2023 9:35 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Migration from Perspectives to PAX
- Replies: 12
- Views: 2461
Re: Migration from Perspectives to PAX
The other option is you set up the config on one machine adding all the connections and settings you need then take a copy of the office connection folder and push that to the other users machines. The Cognos\office connection folder contains all the settings used for PAX, and can be found here C:\U...
- Wed Feb 01, 2023 11:35 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Migration from Perspectives to PAX
- Replies: 12
- Views: 2461
Re: Migration from Perspectives to PAX
1) Active forms and slice should continue to work. Caveats when working with Pax - Set to automatic calculation as default unless in process of building complex report - more difficult to diagnose issues introduced when building. 2) conversion isn't great, sometimes works, sometimes not, not used en...
- Tue Jan 24, 2023 2:17 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: PAW installation - using IIS Reversed Proxy
- Replies: 2
- Views: 649
Re: PAW installation - using IIS Reversed Proxy
Within pmhub.html file stored in cognos analytics I suspect the paw port is specified instead of the proxy path. Try changing that?
- Mon Jan 23, 2023 8:52 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Cognos 10 with latest PA
- Replies: 2
- Views: 479
Re: Cognos 10 with latest PA
It should work fine but if I was upgrading a client, I would upgrade it to cognos analytics. However some things to bear in mind if you don't upgrade... Cognos 10 is not compatible with the latest versions of Windows server so if the server runs if you find yourself needing to upgrade the server in ...
- Fri Jan 20, 2023 9:58 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: quote issue on a MDX TurboIntegrator function
- Replies: 7
- Views: 2559
Re: quote issue on a MDX TurboIntegrator function
Change the syntax to this vMDX = '{FILTER(TM1SubsetAll([vDimension1].[vDimension1]), ([vDimension1].[vDimension1].CURRENTMEMBER.PROPERTIES("vAttribute1") = "' | vValue | '" )}'; Notice the double quote before the single quote before vvalue and a double quote after the following s...
- Tue Jan 17, 2023 11:41 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Additional Feeder related information in the TM1Server.log
- Replies: 2
- Views: 585
Re: Additional Feeder related information in the TM1Server.log
Within tm1s.cfg was MaximumCubeLoadThreads previously set to a number like 2,3 but now its set to 0?
- Thu Jan 05, 2023 7:06 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Data Source cube view optimization in TI
- Replies: 15
- Views: 1068
Re: Data Source cube view optimization in TI
The optimuspy results would definitely be interesting, reordering could have a big impact on performance, just watch out for the memory consumption. If you don't have much spare memory capacity it may struggle. It's also worth looking at the rules in the source cube, could they be optimised. There's...