cancel
Showing results for 
Search instead for 
Did you mean: 

I am getting following error message -- Inconsistent calculation model (34011)nDetails

vara_yarramsetty
Explorer
0 Kudos

Hi I created calculated column called WOD_GP at top aggregation level in calculated view

The formula is if("WOD_IND"='Y', WOD_GP_PRE, 0)

WOD_GP_PRE is also another calculated column at same top aggregation level

WOD_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

Accepted Solutions (0)

Answers (1)

Answers (1)

tobias_kuehnle
Discoverer
0 Kudos

Hi Vara,

I am facing the same issue...

Could you solve the problem in the meanwhile?

Cheers,

Tobias