cancel
Showing results for 
Search instead for 
Did you mean: 

Api SaopUi

azazeererer
Participant
0 Kudos

Hello,

a Bo report that contains several tabs. tab 1 "Country list" contains a table with several columns. I want to know how to use the function datapath for the filters on the column "country name" = France

thanks in advance.

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

ayman_salem
Active Contributor
0 Kudos

This parameter must be URL encoded.

see HELP Page

https://help.sap.com/viewer/5431204882b44fc98d56bd752e69f132/4.2.9/en-US/e6df1c8a9b4b4db4a9fd22ee956...

..

hope that helps

ayman_salem
Active Contributor
0 Kudos

see example under

"Getting the Datapaths of a Report Element" in "SAP BusinessObjects RESTful Web Service SDK User Guide for Web Intelligence and the BI Semantic Layer"

https://help.sap.com/viewer/0ef63ba725cd41a8ab4a69c226ec6b07/4.2.7/en-US/e6df1c8a9b4b4db4a9fd22ee956...

azazeererer
Participant
0 Kudos

i try this syntaxe but is not work :

https://adressIp/bopm/v1/raylight/v1/documents/919756/reports/4204/elements/4206/dataset?datapath=L7...

i have this error message :

do you have any idea on the syntax for the filter to work properly?

Thanks in advance

ayman_salem
Active Contributor
0 Kudos

The error shown has nothing to do with the syntax. You should be sure that your X-SAP-LogonToken is valid

azazeererer
Participant
0 Kudos

the error returned because I put the url in IE but in the Api the token responds well.

the problem is that in the API the filter does not work. i.e. even when I add (?datapath=L7:%France) => all the countries go back up and not that France.

what should I do to make the filter work and send me back the lines that have country = France?