Hi I created calculated column at top aggregation level called WOD_GP
The formula is if("WOD_IND"='Y', WOD_GP_PRE, 0)
WOD_GP_PRE is also another calculated column at same top aggregation level
OWD_GP_PRE = if("VOL_IN_BBL_ORIG"=0,"GRS_PFT_AMT",double("WOD_GP_BBL") * double("VOL_IN_BBL_ORIG"))
I am getting following error message:-
Internal deployment of object failed;Repository: Encountered an error in repository runtime extension;Internal Error:Create Scenario failed:
nnCalculate On Request Node Flag inconsistent, Attribute 'WOD_GP' isn't marked but used Attribute
'WOD_GP_PRE' is.(CalculationNode (finalAggregation) -> attributes)nnThe following errors occured:
Inconsistent calculation model (34011)nDetails
(Errors):n- CalculationNode (finalAggregation) -> attributes:
Calculate On Request Node Flag inconsistent, Attribute 'WOD_GP' isn't marked
but used Attribute 'WOD_GP_PRE' is..n- CalculationNode (finalAggregation) -> attributes: Cycle found in calculated attributes.nnnn<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<cubeSchema defaultLanguage="EN" defaultSchema="_SYS_BIC" operation="createCalculationScenario" version="3">
Please let me know Do I need to change any thing and your help is really appreciated.
Thanks,
Vara