Exago Logo
Search
Generic filters
Exact matches only
Administrators

Culture Settings

The Culture Settings give administrators control over formats and symbols that vary amongst geographic location.

Database Settings

The Database Settings allow administrators to adjust how Exago interfaces with its Data Sources. Additional type-specific settings allow you to specify which driver to utilize when connecting to each data source.

Feature/UI Settings

The Feature/UI settings allow administrators to hide various features in the user interface.

Filter Settings

The Filter Settings provide control over what filter options are exposed to users and how the dropdowns within filters behave.

Main Settings

The main settings are the basic options for Exago, such as temporary file path and available report export file types. This article applies to the Admin Console > General > Main Settings.

Other Settings

Change the Other Settings for configuration items that do not fall into other categories. This article applies to the Admin Console > General > Other Settings.

Programmable Object Settings

The Programmable Object Settings enable you to specify names for parameters that will be passed from Exago to stored procedures, web services, or .NET Assemblies. Using these parameters can increase performance and reduce server resources when using these kinds of Data Objects.

Custom Aggregate Functions

Custom Aggregate Functions will be available in any formula editor in which the existing built-in aggregate functions are also available.

Custom Filter Functions

Custom Filter Functions provide the ability to make functions that will dynamically calculate a value for a filter using high level code.

Custom Functions

Administrators may create additional custom functions using high level coding languages which will be accessible to end-users of the Report Designer.

Custom Options

Custom Options allow for the definition of settings that users can modify on a per-report basis in the Report Designer. Options can be accessed during report execution by Server Events or Custom Functions.

Action Event: External URL Confirmation

URLs that are loaded into or clicked within an Exago session can be classified as either internal or external to the host domain, requiring confirmation from users to access external URLs. Utilizing this Action Event, the following code specifies which URL domains should be classified as ...

Actionable UI Elements

Certain items in the Report Designers can trigger Action Events to take certain actions outside of the default ExagoBI behavior.

ClientInfo

This article describes the properties and methods in the clientInfo object and what they are commonly used for. Note If an element is not listed here, it is likely intended for internal use and should not be accessed. Properties showHourglass Description Set to False to disable the ...

Adding Custom Items to the Report Tree

Custom (non-Exago) links can be added to the Report Tree in the user interface. This is an opportunity to provide a smooth transition from another reporting system. NoteNon-Exago content will not be executed by the Exago execution engine. This feature allows custom items to be added to the ...

Adding Fonts to Exago

Additional fonts may be added to Exago by installing them on the web server. Fonts must be available to the user account the web server is running under. The font must also be available on each user's computer in order to appear in reports. Windows Adding additional fonts to Azure App Services ...

An Overview of Exago Extensions

Exago extensions allow developers to access, extend and modify the platform's capabilities to suit particular needs that can't be handled "out-of-the-box". The interface for most capabilities is via coded elements, done either via Code Editor in the Administration Console or external code ...

Application Themes

An Application Theme is a set of custom styles and images which change the overall look and feel of the application. Admins can Create and Customize their own theme with relative ease. The Filters dialog of the Advanced Report Designer with the built-in Basic Application Theme The same ...

Assembly Data Sources

Exago supports the ability to retrieve data from .NET assemblies. Assembly Data Sources are custom programmatic .NET Framework binaries for transforming and exposing arbitrary data in a format that can be read by Exago BI. Assembly Data Sources can be used as data connectors and drivers for ...

Themes

Themes allow a user to quickly stylize reports or elements of reports such as maps and charts. This article covers Chart, ExpressView, CrossTab, GeoChart and Express Report Themes. For styling the entire user interface, refer to the Application Themes article. Any further references to Themes ...