Search found 12 matches
- Thu Mar 11, 2021 4:09 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: MDX question
- Replies: 10
- Views: 7392
Re: MDX question
Hello everyone! Thanks so much for all the great input and comments. Special thanks of course to Ty and Wim. @Ty: Big thank you, this was exactly what I needed. And I agree with the others - great code. @Wim: I went with your version (without being dependant on the }HierarchyProperties cube), thanks...
- Wed Mar 10, 2021 6:57 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: MDX question
- Replies: 10
- Views: 7392
MDX question
Hello all, I wonder if someone can help me out with a MDX. I tried with the help of the MDX primer and Wim's MDX site but I failed. I have a cube with months as columns. Month 04 and 08 have values, all other months are 0. Is there a way with MDX to show the last month with values (08) and all month...
- Mon Aug 19, 2019 8:27 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Active form with dynamic entry rows
- Replies: 4
- Views: 6676
Re: Active form with dynamic entry rows
Hi Wim and lotsaram, Thanks a lot you for your answers. @Wim: I knew I could solve it with an extra measure and rules. However I was sure it is somehow possible with MDX but I could not figure out how. @lotsaram: Thank you for the code example, it works great! I had the wrong approach - I tried to s...
- Sat Aug 17, 2019 6:57 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Active form with dynamic entry rows
- Replies: 4
- Views: 6676
Active form with dynamic entry rows
Hi, I am looking for a solution to create a websheet which dynamically increases the rows when entering data. For example if you have an active form with a numbered list (elements 1, 2, 3 etc) as the row dimension. The active form should only show one empty row when opening it. As soon as the user e...
- Wed Nov 22, 2017 9:06 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Multiple servers on same host - direct login
- Replies: 1
- Views: 2261
Multiple servers on same host - direct login
Hi, Version: PA local 2.0.2 Component: TM1Web We have multiple tm1 servers (e.g ServerA and ServerB) on the same host and are trying to create direct login links to TM1Web for each server. E.g. http://<hostname>:9510/tm1web http://<hostname>:9510/tm1web_ServerB This solution was working in 10.2 but ...
- Thu Nov 03, 2016 10:03 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: }ElementAttributes_}Processes -> Attribute IS_VALID?
- Replies: 2
- Views: 2610
Re: }ElementAttributes_}Processes -> Attribute IS_VALID?
Thanks, Steve. Sounds like a very good guess to me.
- Thu Nov 03, 2016 9:52 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: }ElementAttributes_}Processes -> Attribute IS_VALID?
- Replies: 2
- Views: 2610
}ElementAttributes_}Processes -> Attribute IS_VALID?
Hi experts, I recently found a control cube called }ElementAttributes_}Processes in the solution with an attribute called IS_VALID and values true or empty (see screenshot). Does someone know when/why this cube is created and what the purpose of the attribute IS_VALID is? TM1 version 10.2.2 FP6 Than...
- Wed Mar 05, 2014 1:21 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Using parameters in MDX (subset editor)
- Replies: 6
- Views: 9154
Re: Using parameters in MDX (subset editor)
Hi Thank you very much for your help guys! It works now. I finally found the last step in the section called "Using TM1 Subsets, TM1Member, TM1SubsetToSet and Item" in the MDX primer. with the following example: {FILTER( {TM1FILTERBYLEVEL( {TM1SUBSETALL( [Account] )}, 1)}, [Reconciliation]...
- Tue Mar 04, 2014 9:51 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Using parameters in MDX (subset editor)
- Replies: 6
- Views: 9154
Using parameters in MDX (subset editor)
Hi Guys I wonder if it is possible to use parameters (e.g. a value from a parameter cube) in a MDX statement in the subset editor's expression window (not in an active form in excel - I know how to do it there). Example: Children of element "123" in dimension "CostCenter". MDX: {...
- Fri May 17, 2013 8:24 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Avoid displaying subset messages
- Replies: 5
- Views: 4963
Re: Avoid displaying subset messages
Hi All I managed to avoid the warning in perspecives (server explorer) by changeing the tm1p.ini as you described. However, it still appears in TM1 Web. So I have the same question as Steven had earlier. Is it possible to avoid the warning in TM1 Web as well? Or should TM1 Web apply the settings fro...
- Tue Feb 26, 2013 10:09 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Random session time out in TM1Web?
- Replies: 2
- Views: 4184
Re: Random session time out in TM1Web?
Hi George Thank you for your answer. We discoverd in the web.config that there was a absolute path entered, specifying where the TM1WebEx folder should be located. But the path was wrong and the folder didn't even exist. So all the files where cached in the folder TM1WEB\ExcelSheets instead of TM1We...
- Tue Feb 26, 2013 1:38 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Random session time out in TM1Web?
- Replies: 2
- Views: 4184
Random session time out in TM1Web?
Hi We experience problems with session time out in TM1Web. We have gone through some manuals which we found on the web how to change the session time out parameters but couldn't find an answer for the behaviour described below. Here some facts about the current versions and settings: Server: - IBM C...