Hello all,
I am struggling with the binding of an analytical smart table, I don't know how to set the binding path in order to show the items from the OData service. This OData service is referenced to an analytical cds view which takes 1 parameter (p_workinglevel). Doing the following call from GW client, the service works as expected:
/sap/opu/odata/sap/ZQTOOL_TEST_SRV/ztest_analytical(p_workinglevel='001')/Results
I would like to know how to achieve the same call within my analytical smart table. I tried the tableBindingPath property, but it is not working (maybe I am doing something wrong).
Could you please help me with this binding?
Thanks a lot