cancel
Showing results for 
Search instead for 
Did you mean: 

Calculation view activation issue in HANA

prafful_agrawal
Explorer
0 Kudos

Hi All,

I am trying to activate the below mentioned calculated attribute in calculation view but getting a error message 'failed activation'.

decfloat(double("PROBABILITY") * "REVENUE" )

where probability is attribute

&      revenue is measure

Can anyone suggest me the correct expression because the same expression is working fine in analytic view.Not sure why ?

Appreciate your help

Regards

PA

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi PA,

What is the datatype of revenue and can you put a detailed error message which will help to understand the issue?

/bikas    

prafful_agrawal
Explorer
0 Kudos

Hi Bikas,

Datatype for revenue = decimal 15 . scale 3.Please find error message below :-

Internal deployment of object failed;Repository: Encountered an error in repository runtime extension;Internal Error:Create Scenario: failed aCalcEngine.createScenario(): The following errors occured: Inconsistent calculation model (34011)nDetails (Errors):n- CalculationNode (finalAggregation) -> attributes: Calculate On Request Node Flag inconsistent.

Thanks for your reply

Regards

PA

Former Member
0 Kudos

Hi PA,

Please check the feasibility of data type conversion of probablity and the final measure from the below link -

http://help.sap.com/hana/html/_csql_data_types.html

prafful_agrawal
Explorer
0 Kudos

Hi Bikas,

Thanks for the link !

I am still not sure the correct expression for the calculated attribute because the same expression is working fine in analytic attribute but when i am shifting it to the calculation view it gives me an error.

Just want to inform you that - Probability (NVARCHAR 3)

Appreciate your help.

Regards

PA

Former Member
0 Kudos

Hi PA,

Which Rev are you on? I was facing a similar prob in rev 25 but now its fine in Rev 35.

/bikas    

prafful_agrawal
Explorer
0 Kudos

Hi Bikas,

I am rev 35 currently but i am facing the calulated measure issue in calculation view .

The same expression is perfectly working fine in attribute view.

Let me know if you have any input.

Regards

PA