Forum Discussion
EPME
2 years agoFrequent Visitor
Odata feed url repeats parameter
I have a report linked to a OData feed where i pass the API key name as a parameter like this : Source = OData.Feed("https://apiurl.com/" & "/api/v1", null, [ApiKeyName="apikeyname"]) Thi...
EPME
2 years agoFrequent Visitor
For future reference, this was solved by deleting some unused columns in the table and filtering the remaining table on a IDcolumn instead of the IDName column. No clue as to why that fixed it or what was wrong with it in the first place.