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
Washivale
3 years agoResolver V
ohh ok, I tried this approach with Azure DevOps Odata feeds in past, where we had multiple projects needs to be passed as parameters, we passed list of projects in columns, and then a custom column created to get data for each of the projects listed in the column and then expand it to get records, so thought it would work in scenario as well, sorry to hear that it didnt worked