Search found 6 matches
- Wed Nov 27, 2019 11:22 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Order of loading files in memory
- Replies: 5
- Views: 3652
Re: Order of loading files in memory
Hey I did some small test on this and from what i can see processes are some of the last that are loaded in. I could copy/delete past *.pro in to the data library at around 90% (might be abit higher than that) and see the effects at startup. So in a order like this, based on the log file: Cube heade...
- Mon Aug 19, 2019 6:30 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: How do I increase my knowledge and basic concepts of tm1?
- Replies: 8
- Views: 10674
Re: How do I increase my knowledge and basic concepts of tm1?
Hey You could use the IBM materials: https://www.ibm.com/services/learning/ites.wss/zz-en?pageType=search#(cc%3A''%2CdisplayCount%3A'0'%2Cfilters%3A(mktgCategory%3AAnalytics)%2CnumberOfResults%3A'20'%2CpageNumber%3A1%2CpubEntIdentifier%3A''%2Cquery%3A'planning%20analytic'%2CshowFilters%3A'1'%2Csorti...
- Fri Aug 02, 2019 10:59 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: MDX to return elements that exists in another dimension, but as an alias
- Replies: 14
- Views: 12631
Re: MDX to return elements that exists in another dimension, but as an alias
Hey Maren
You can do it by adding an attribute to dimension B that checks for element in dimension A.
['Check'] =S: IF(DB('}ElementAttributes_DimensionA',!DimensionB,'AltName') @<> '', '1', '0');
And then do you MDX filter on that rule.
Not sure if you can do it by only MDX.
Morten
You can do it by adding an attribute to dimension B that checks for element in dimension A.
['Check'] =S: IF(DB('}ElementAttributes_DimensionA',!DimensionB,'AltName') @<> '', '1', '0');
And then do you MDX filter on that rule.
Not sure if you can do it by only MDX.
Morten
- Thu Aug 02, 2018 6:15 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Log clients uses in TM1 web
- Replies: 6
- Views: 4704
Re: Log clients uses in TM1 web
Does any1 know if its possible to add log of what websheets/views clients are using in TM1web. Yes it is possible with a commercial product https://code.cubewise.com/pulse-features/#tm1web To the best of my knowledge the feature to track TM1 Web usage to user/report level isn't available in any oth...
- Thu Aug 02, 2018 6:13 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Log clients uses in TM1 web
- Replies: 6
- Views: 4704
Re: Log clients uses in TM1 web
Hi Morton, i would do it like this A Cube with Dims: }ApplicationEntries and }Clients. DBS/DBSS Formula, that send a 1 into the cube, each time the users calcs the report. If you have a landing page and the user opens the report via a button, before open the report run a process, that writes a 1 in...
- Thu Aug 02, 2018 10:25 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Log clients uses in TM1 web
- Replies: 6
- Views: 4704
Log clients uses in TM1 web
Hey Does any1 know if its possible to add log of what websheets/views clients are using in TM1web. I have already a log of witch websheets/views is used, but i cant find a way to get what client it is. Below is the link to the approx. way I have done the TM1 web logging. http://www-01.ibm.com/suppor...