cancel
Showing results for 
Search instead for 
Did you mean: 

Odata Error for Calculation View

Former Member
0 Kudos

Hello Experts,

I have created an Odata Service over a calculation view as follows

service namespace "test.view"

{"test.view::TestCV" as "CalculationView"

keys generate local "ID"

parameters via entity "InputParams";

}

The calculation View has multiple input parameters and multiple measures.

I am able to check the metadata but when I try to check the data, I get the below error

"Service exception: column store error"

How to solve this error?

One more thing I need to ask - As we know Odata supports Input Parameters from Calculation View but does Odata also support Variables from Calculation View?

Regards,

Rohit

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member189009
Active Participant
0 Kudos

Hi Rohit,

     Have you find any way to solve this problem?