Forum Discussion
MSFTPBI
3 years agoFrequent Visitor
Parameterize Odata Feed Link
Hello, I would like to parametrize Odata Feed link (server and client id) My current full link is https://somethingSAP.mydomain.com:portnum/sap/opu/odata/sap/?sap-ds-debug=true&sap-client=xxx ...
- 3 years ago
I figured it out thanks
MSFTPBI
3 years agoFrequent Visitor
No that will not work,
I'm trying something like
Let
vClientID = ClientID, //(this is a parameter I created)
vServer = Servername //(this is a parameter I created)
but it is not working