Calculated value doesn't display
Posted: Thu Sep 10, 2009 9:46 am
Sorry to keep asking questions! As soon as I get the hang of these TM1 quirks I will try and help others by answering some. There are two parts to this query and I am really appreciative of the selfless help which the gurus on this forum give.
Imagine two cubes:
1. 'ProjectStatus' which has 5 dimensions, (Project, Status, Code, Person, Week, Measure)
2. 'ProjectBudgets' which has 2 dimensions (Project, Measure)
We wish to populate 'ProjectStatus' with values from 'ProjectBudgets', so we used a rule as follows:
SKIPCHECK;
['Budget Hours']= N:DB('ENGINEERING_ProjectBudgets', !ENGINEERING_Task, 'Budget Hours');
FEEDERS;
Where are the feeders you may ask? I don't know how to derive them. Logically, I think, one would use an inter-cube feeder, but how to supply information for the missing dimensions in the destination cube? Perhaps multiple feeders, one for each element of the missing dimesions? This would mean hundreds of separate feeders.
Without SKIPCHECK it is just too slow loading, but without feeders, we come to part 2 of this query: the calculated ['Budget Hours'] values are invisible unless we turn off zero suppression, which then results in a display of millions of zeros!
I hope this all makes sense and would greatly value any insights anyone may have into this problem.
Ian Digby
Imagine two cubes:
1. 'ProjectStatus' which has 5 dimensions, (Project, Status, Code, Person, Week, Measure)
2. 'ProjectBudgets' which has 2 dimensions (Project, Measure)
We wish to populate 'ProjectStatus' with values from 'ProjectBudgets', so we used a rule as follows:
SKIPCHECK;
['Budget Hours']= N:DB('ENGINEERING_ProjectBudgets', !ENGINEERING_Task, 'Budget Hours');
FEEDERS;
Where are the feeders you may ask? I don't know how to derive them. Logically, I think, one would use an inter-cube feeder, but how to supply information for the missing dimensions in the destination cube? Perhaps multiple feeders, one for each element of the missing dimesions? This would mean hundreds of separate feeders.
Without SKIPCHECK it is just too slow loading, but without feeders, we come to part 2 of this query: the calculated ['Budget Hours'] values are invisible unless we turn off zero suppression, which then results in a display of millions of zeros!
I hope this all makes sense and would greatly value any insights anyone may have into this problem.
Ian Digby