JoinPath (Object)

Member of:

JoinOptions object

Description:

Represents a topic referenced in the join path. This feature is used when you use Defined Join Paths to customize join preferences on the Joins tab of Data Model options.

Example:

This example shows how to add all topics to the join path:

Documents["Sample 1.bqy"].Sections["SalesQuery"].DataModel.JoinOptions.DefinedJoinPaths["JoinPath1"].AddAllTopics()

Methods:

AddAllTopics, AddTopic(DefinedJoinPathsName as String), Remove(), RemoveAllTopics(), RemoveTopic(DefinedJoinPathName as String)

Properties:

Read Only: Name as String