cancel
Showing results for 
Search instead for 
Did you mean: 

Calling Graphical CA view with inpur parameters through XS odata services

Former Member
0 Kudos


Hi ,

I have created Graphical calculation with 3 input parameters. I need to call this view through XS odata services.And mentioned my odata file as below. Even though it is displaying an error. Can some body please help me this issue.

Calculation View with multiple Input Paramaters:

service  {

      "copa::PLANNED_ACTUAL_SALES " as "PlannedvsActualCalcView"

      keys generate local "ID"

      aggregates always

      parameters via entity "InputParams"; 

Thanks

Basha

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Basha,

The URL for your case as follows,

<Your xsodata service>/InputParams(<InputParameterName1=InputParameterValue1>,<InputParameterName2=InputParameterValue2>,<InputParameterName3=InputParameterValue3>)/Results?$format=json

My example is :

Thanks & Regards

Monissha