Power BI Connector for Sage Business Cloud Accounting

Build 22.0.8342

UserDefinedViews

A filepath pointing to the JSON configuration file containing your custom views.

データ型

string

デフォルト値

""

解説

User Defined Views are defined in a JSON-formatted configuration file called UserDefinedViews.json. The 本製品 automatically detects the views specified in this file.

You can also have multiple view definitions and control them using the UserDefinedViews connection property. When you use this property, only the specified views are seen by the 本製品.

This User Defined View configuration file is formatted as follows:

  • Each root element defines the name of a view.
  • Each root element contains a child element, called query, which contains the custom SQL query for the view.

For example:

{
	"MyView": {
		"query": "SELECT * FROM SampleTable_1 WHERE MyColumn = 'value'"
	},
	"MyView2": {
		"query": "SELECT * FROM MyTable WHERE Id IN (1,2,3)"
	}
}
Use the UserDefinedViews connection property to specify the location of your JSON configuration file. For example:
"UserDefinedViews", "C:\\Users\\yourusername\\Desktop\\tmp\\UserDefinedViews.json"

Copyright (c) 2022 CData Software, Inc. - All rights reserved.
Build 22.0.8342