TM1 Version: 10.2
Issue: When selecting only numeric measures in a cube and turning on zero suppression, TM1 gives the "No values available" popup box. However, when I "Check Feeders", the measures are fed. When I add a String measure in the subset and turn on zero suppression, all values appear.
In the Cube Rule, SKIPCHECK, FEEDSTIRNGS are both on. This happens for any numeric value in the cube, but as an example of one of the rules being used:
Code: Select all
['yrs_elig']=N: DB('cfg_emp_inpt', !fy, !emp, 'yrs_elig_inpt');
Here are the settings being used in the tm1s.cfg file:
Code: Select all
## security ##
IntegratedSecurityMode=2
ServerLogging=T
AuditLogOn=T
AuditLogMaxFileSize= 100 MB
AuditLogUpdateInterval=60
GroupsCreationLimit=10
UseSSL=T
## perf ##
ParallelInteraction=T
PersistentFeeders=F
ForceReevaluationOfFeedersForFedCellsOnDataChange=F
ReevaluateConditionalFeeders=F
MTQ = 2
AllRuleCalcStargateOptimization = T
CalculationThresholdForStorage = 30
AllowSeparateNandCRules = T
## standard ##
Language=eng
Protocol=tcp
NetworkFrame=
SaveTime=
DownTime=
RuleTraceOn=
RunningInBackground=T
MaximumViewSize=4000
Thanks for your time!