Nik Member

Comments

  • Hi Sudershan, Are you trying to connect (ingest) some data from your Daas environment to Domo? Is this a dataset/database or are you looking to get reporting/stats from Xenapp? We don't currently have any connectors for Xenapp but you can explore setting up a custom connector if you have their API details:
  • Sorry I didnt quite finish the answer: The code for the API should look like: [ { "name": "filter_for_John", "filters": [ { "column": "School name", "values": [ "Highgate School" //first School name is Highgate School ], "operator": "BEGINS_WITH", "not": false }, { "column": "School name", "values": [ "Another School Name"…
  • There are several ways to implement PDP scalably/programamtically. Can you help me understand the use case a little better, is the end product dashboards in Domo or an application (app) that is embedded somewhere? If its the former below are your best options: The easeist to use is the PDP Automation tool in Governance…