As we have to feed ‘a’ all the time (4 is unchanged) so
add new cube with input value, or element 'c' - input all values in it (1 for example)
and
[‘c’] => [‘a’];
As we have to feed ‘a’ all the time (4 is unchanged) so
Code: Select all
[‘a’] = [‘b’] + 4;
Code: Select all
[‘a’] = C: [‘b’] + 4;
I don't know about you guys, but I am treating this quiz like a legitimate interview.Elessar wrote: ↑Sat Jan 06, 2024 2:18 pmI have collected a huge amount of TM1 questions while interviewing people. I want to share them with the community, and I want to make this in a form of a quiz. After all this ends, everybody will be able to use all questions for interviewing or for interview preparation.
This is the interview question. While I agree that removing SKIPCHECK or making this a FEEDERless C are all valid alternates, they don't actually answer the interview question "write a feeder". Rather, they answer a different question all together (optimization).Elessar wrote: ↑Fri May 10, 2024 3:13 pm Write a feeder for this rule:Code: Select all
[‘a’] = [‘b’] + 4;
GroupsCreationLimit Is a tm1s.cfg parameter. TM1 uses this param value during restart to allocate memory, so a very large number can lead to out of memory errors.Elessar wrote: ↑Fri Jun 07, 2024 10:46 am Correct answer:
Is described here: viewtopic.php?p=83638#p83638
Leader of this round is michalb. Congrats and welcome!
Question #23:
GroupsCreationLimit - where is this parameter set? What are recommendations for optimal parameter value?
If the Picklist cube value is not blank then it will take the picklist cube value. If the picklist cube value is blank the picklist attribute value is not blank then it will take the attribute value.Two different picklists are set in "picklist" attribute and }picklist cube. Which one will work?