Location of Pivot Table Definitions
Location of Pivot Table Definitions
When you create a pivot table in the Analyzer, its definition is available within your IDEOpens in a new tab as a generated .dfi file. If you are using Visual Studio CodeOpens in a new tab, you can access these pivot table definitions in the following ways:
-
Client-side editing: when a namespace is opened in the ObjectScript ExplorerOpens in a new tab, view the .dfi files in the Other directory.
-
Server-side editing: modify your workspace filtersOpens in a new tab so that they show generated files and include .dfi files.
A pivot table definition is not a class definition but can be copied and pasted into a special container class if needed; this container class can contain multiple pivot tables and other items. For details, see Packaging Business Intelligence Elements into Classes.