Ultimate Long TM1 quiz
-
- Regular Participant
- Posts: 390
- Joined: Sat Jun 08, 2019 9:55 am
- OLAP Product: Planning Analytics
- Version: Planning Analytics 2.0
- Excel Version: Excel 2016
Re: Ultimate Long TM1 quiz
MDX can be used in:
Dimension Subsets
Cube Views in PAW, PAX
In TI processes to create source views, build subsets.
In PAX or Perspectives dynamic reports, and probably Universal reports but not got around to those yet.
Just to be clear, re the last question, is that scenario theoretically possible and if so is there nothing that can be done? Asking for a friend....
Dimension Subsets
Cube Views in PAW, PAX
In TI processes to create source views, build subsets.
In PAX or Perspectives dynamic reports, and probably Universal reports but not got around to those yet.
Just to be clear, re the last question, is that scenario theoretically possible and if so is there nothing that can be done? Asking for a friend....
-
- Posts: 116
- Joined: Wed Apr 03, 2019 12:10 am
- OLAP Product: IBM PA
- Version: 2.0.9.x
- Excel Version: Microsoft 365 x64
Re: Ultimate Long TM1 quiz
- In PAFE, report definition for: Quick Report, Exploration, Universal Report, as well as parameter for functions e.g. TM1SET
- In PAW, report definition for explorations and all other visualizations
- In TM1 Server definition for subsets/sets and views, as well as input for various Turbo Integrator functions impacting subsets/sets and views
- In PAW, report definition for explorations and all other visualizations
- In TM1 Server definition for subsets/sets and views, as well as input for various Turbo Integrator functions impacting subsets/sets and views
- Elessar
- Community Contributor
- Posts: 391
- Joined: Mon Nov 21, 2011 12:33 pm
- OLAP Product: PA 2
- Version: 2.0.9
- Excel Version: 2016
- Contact:
Re: Ultimate Long TM1 quiz
Correct answer:
MDX can be used in:
Question #15:
What will happen after you type "10>" in a cell?
MDX can be used in:
- Dynamic subsets
- MDX views
- TM1SET function
- Tm1ellist function (nobody has mentioned it, but it's a very powerful function, check it if you are not using it. For example, here I have described how to make dependent picklist using TM1ELLIST: https://advoynev.wordpress.com/2021/10/ ... -function/)
- CreateFromMDX, ReplaceWithFormats and other functions in PAX-API
Question #15:
What will happen after you type "10>" in a cell?
-
- Posts: 116
- Joined: Wed Apr 03, 2019 12:10 am
- OLAP Product: IBM PA
- Version: 2.0.9.x
- Excel Version: Microsoft 365 x64
Re: Ultimate Long TM1 quiz
Nothing. You have to hit enter first.
After you hit enter, 10 will replace each of the cells in that cell and to the right. In this case Total Year will now equals 120.
After you hit enter, 10 will replace each of the cells in that cell and to the right. In this case Total Year will now equals 120.
- Elessar
- Community Contributor
- Posts: 391
- Joined: Mon Nov 21, 2011 12:33 pm
- OLAP Product: PA 2
- Version: 2.0.9
- Excel Version: 2016
- Contact:
Re: Ultimate Long TM1 quiz
Correct answer:
This will put "10" to current cell and all leaf cells to the right.
Winner of this week is Adam! (and nice catch with Enter)
Question #16:
What is the minimum dimension quantity in a cube?
This will put "10" to current cell and all leaf cells to the right.
Winner of this week is Adam! (and nice catch with Enter)
Question #16:
What is the minimum dimension quantity in a cube?
- gtonkin
- MVP
- Posts: 1233
- Joined: Thu May 06, 2010 3:03 pm
- OLAP Product: TM1
- Version: Latest and greatest
- Excel Version: Office 365 64-bit
- Location: JHB, South Africa
- Contact:
Re: Ultimate Long TM1 quiz
Does this exclude the 1 dimension cube that TM1Fanboy hacked once?
- Elessar
- Community Contributor
- Posts: 391
- Joined: Mon Nov 21, 2011 12:33 pm
- OLAP Product: PA 2
- Version: 2.0.9
- Excel Version: 2016
- Contact:
Re: Ultimate Long TM1 quiz
Wow, I'm not aware of this! How?
-
- Posts: 116
- Joined: Wed Apr 03, 2019 12:10 am
- OLAP Product: IBM PA
- Version: 2.0.9.x
- Excel Version: Microsoft 365 x64
Re: Ultimate Long TM1 quiz
Two. However, I remember getting weird issues with some client apps, so I always do at least three.
- Elessar
- Community Contributor
- Posts: 391
- Joined: Mon Nov 21, 2011 12:33 pm
- OLAP Product: PA 2
- Version: 2.0.9
- Excel Version: 2016
- Contact:
Re: Ultimate Long TM1 quiz
Correct answer: 2
Winner of this week is Adam and he takes the lead!
Question #17:
Where are dimension attributes stored?
Winner of this week is Adam and he takes the lead!
Question #17:
Where are dimension attributes stored?
-
- Community Contributor
- Posts: 298
- Joined: Fri Feb 15, 2013 5:49 pm
- OLAP Product: TM1
- Version: PA 2.0.9.1
- Excel Version: 365
- Location: Minneapolis, USA
Re: Ultimate Long TM1 quiz
Dimension attributes or element attributes? Attributes for elements of the primary hierarchy of a dimension are stored in a separate, two-dimension cube with name like "}ElementAttributes_<DimensionName>". The two dimensions are the dimension itself and a measures dim called "}ElementAttributes_<DimensionName>". Attributes for consolidated elements of alternate hierarchies are presumably also stored in a similar cubestore, but that's not viewable as a control object in PAW/Pafe or Architect. Dimension level attributes are stored in a cube called "}DimensionAttributes".
- Elessar
- Community Contributor
- Posts: 391
- Joined: Mon Nov 21, 2011 12:33 pm
- OLAP Product: PA 2
- Version: 2.0.9
- Excel Version: 2016
- Contact:
Re: Ultimate Long TM1 quiz
Correct answer: In "}ElementAttributes_<DimensionName>" cube (Yes, I've meant element's attributes, thanks)
Winner of this week is ascheevel and he takes the lead!
Question #18:
Write a feeder for this rule. Note that Volumes are more frequently zeroes than Prices:
Winner of this week is ascheevel and he takes the lead!
Question #18:
Write a feeder for this rule. Note that Volumes are more frequently zeroes than Prices:
Code: Select all
[‘Sales’] = N: [‘Volume’] * [‘Price’];
-
- Regular Participant
- Posts: 390
- Joined: Sat Jun 08, 2019 9:55 am
- OLAP Product: Planning Analytics
- Version: Planning Analytics 2.0
- Excel Version: Excel 2016
Re: Ultimate Long TM1 quiz
Hi,
The feeder would be:
How did ascheevel overtake Admin in the lead, given he was in the lead the previous week?
Maren
The feeder would be:
Code: Select all
[‘Volume’] => [‘Sales’];
Maren
-
- Posts: 116
- Joined: Wed Apr 03, 2019 12:10 am
- OLAP Product: IBM PA
- Version: 2.0.9.x
- Excel Version: Microsoft 365 x64
Re: Ultimate Long TM1 quiz
Was thinking along the same lines, that next week you’re in the lead. Hahaha!
- Elessar
- Community Contributor
- Posts: 391
- Joined: Mon Nov 21, 2011 12:33 pm
- OLAP Product: PA 2
- Version: 2.0.9
- Excel Version: 2016
- Contact:
Re: Ultimate Long TM1 quiz
Leaderboard with points is on the 1st post, you can check there.
There were some errors there (too many of you are starting at "A"! This confused me a bit ), this is now fixed
- Elessar
- Community Contributor
- Posts: 391
- Joined: Mon Nov 21, 2011 12:33 pm
- OLAP Product: PA 2
- Version: 2.0.9
- Excel Version: 2016
- Contact:
Re: Ultimate Long TM1 quiz
Correct answer:
Winner of this week is MarenC and he shares the lead!
Question #19:
Ok, that was simple. How about that?
Write a feeder for this rule:
Code: Select all
[‘Volume’] => [‘Sales’];
Question #19:
Ok, that was simple. How about that?
Write a feeder for this rule:
Code: Select all
[‘a’] = [‘b’] + 4;
-
- Posts: 116
- Joined: Wed Apr 03, 2019 12:10 am
- OLAP Product: IBM PA
- Version: 2.0.9.x
- Excel Version: Microsoft 365 x64
Re: Ultimate Long TM1 quiz
Code: Select all
[‘a’] = [‘b’] + 4;
You can't feed from ['b'] because if it's 0, there's no feeding, therefore ['a'] will be an unfed 4.
Assuming the model already has a "Config" cube, I would add an element called "Feed Static Addends", set its value to 1 then add the following feeder:
Code: Select all
['Feed Static Addends'] => DB(... 'A');
-
- Posts: 17
- Joined: Thu Feb 20, 2014 8:42 am
- OLAP Product: TM1
- Version: PA 2.0.9
- Excel Version: 2016
- Location: Russia, Saint-Petersburg
Re: Ultimate Long TM1 quiz
Just remove SKIPCHECK
-
- Regular Participant
- Posts: 390
- Joined: Sat Jun 08, 2019 9:55 am
- OLAP Product: Planning Analytics
- Version: Planning Analytics 2.0
- Excel Version: Excel 2016
Re: Ultimate Long TM1 quiz
Hi,
I would assume this must be a small cube or 4 is going to get populated in very many cells, I wonder if we have enough information to be able to fully answer this question. But based on the information we have why indeed not remove Skipcheck!
Maren
Then why not set the value to 4 and do a DB to the config cube in the rule, rather than hard code 4.Assuming the model already has a "Config" cube, I would add an element called "Feed Static Addends", set its value to 1 then add the following feeder
I would assume this must be a small cube or 4 is going to get populated in very many cells, I wonder if we have enough information to be able to fully answer this question. But based on the information we have why indeed not remove Skipcheck!
Smarter people than me will have to tell me how conditional feeders can possibly be avoided for any 'real life' model, so I cannot accept its bad practice, I see it as an option at our disposal.It's possible to tighten up the scope of the feeder using a conditional feeder checking whether ['b'] <> -4, however people smarter than me debate if conditional feeders are a best practice or a worst practice.
Maren
- Elessar
- Community Contributor
- Posts: 391
- Joined: Mon Nov 21, 2011 12:33 pm
- OLAP Product: PA 2
- Version: 2.0.9
- Excel Version: 2016
- Contact:
Re: Ultimate Long TM1 quiz
Anybody else? I think it's one of the hardest questions in this quiz
@MVPs, @Admins, can you share your thoughts also?
@MVPs, @Admins, can you share your thoughts also?