Hi Friends
I have created a Cal view, with two input params. It works fine, when ran it from the SQL console.
I have defined the odata service as:
service { "copa::PLANNED_ACTUAL_SALES " as "PlannedvsActualCalcView" keys generate local "ID" aggregates always parameters via entity "InputParams";
(The same ODATA file has many other entries.)
I am trying to access the ODATA using the below URL:
http://server:port/copaxs/odata/PlannedvsActualCalcView.xsodata/InputParams(ip_discount=’.20’,ip_region=’NW’)/Results?)&$format=json
But it says, syntax error. Not sure what was wrong. I tried many options, but no luck.
Any suggestions?
Regards
Giri