Forum Discussion

etiskapp's avatar
etiskapp
New Member
3 years ago
Solved

Custom connecto hierarchy fail with on premise data gateway

Hi, We have developed our own connector to our API. To help the use navigate through our API hierarchy, we have created nested table views (see screenshot). The connector and report works fine in p...
  • etiskapp's avatar
    etiskapp
    3 years ago

    Actually it's already configured like that and the Gateway works. If I change the connector code and remove the hierarchy or if I change my request in the report to this :

    let
    Source = Bimsync.Contents(),
    in
    Source

    The refresh works and I don't get any error.