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