Like what you see? Have a play with our trial version.

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Styleclass
ClasstopLink

top

As with any new piece of software, there are new terms and names to learn. Here is a list of terms we use that are commonly asked about.     

A

Styleclass
ClasstopLink

top

...

Term

Description

Anchor
Calculation
Calculation
Calculated Field

This is a type of field that does not come directly from the database. It is created from a formula that may use database fields.
See Calculations for more information

Anchor
Category
Category
Category

These are folders that are used to group content. Views, Reports, and Fields all use categories, with Reports using a Category > Sub Category structure to group and assign security.
See Content Folders for more information

Anchor
Chart
Chart
Chart

A visual representation of data. Yellowfin has a wide range of chart types available.
See Charts for more information

Anchor
ClientOrg
ClientOrg
Client Organisations

Yellowfin has functionality called Client Organisations which allows multiple virtual instances of Yellowfin to reside in the same server instance. This provides a way to create content isolated within one organisation, hidden from other organisation users logging into the same server. This is Yellowfin's Multi-Tenancy solution.
See Client Organisations for more information.

Anchor
CrossTab
CrossTab
Cross Tab

This is a report output option that allows metrics to be aggregated by multiple categories, displayed as Row and Column headers.
See Table Layouts for more information.

Anchor
Co-Display
Co-Display
Co-Display

This function allows you to display multiple reports on the one Report Preview page.
See Co-Display Reports for more information

Anchor
Collaboration
Collaboration
Collaboration

This is when users work together to share insights into their data and the decision making process. Yellowfin provides features to assist the collaborative process including Comments, Discussions, and Annotations.
See Collaboration for more information.

Anchor
Comment
Comment
Comment

This is a note attached to a report in order to discuss its design or results.
See Comments, Tasks, and Decisions for more information.

Anchor
ConditionalFormatting
ConditionalFormatting
Conditional Formatting

This is formatting that is triggered when a condition is met. A rule is applied to a field in the report and special formatting, such as highlighting, is applied if the data matches the rule.
Basic rules can also be applied to charts.
See Conditional Formatting - old for more information

Anchor
Condition
Condition
Condition

This is a filter that limits the rows returned from a table, set at the view level. This filter cannot be seen or removed at the report level.
See Table Conditions for more information.

Anchor
Count
Count
Count

This aggregation returns the total number of records in a field in a report.
See Aggregation for more information

Anchor
CountDistinct
CountDistinct
Count Distinct

This aggregation returns the total number of unique records in a field in a report. This means that if a record is found twice, it will only be counted the first time.
See Aggregation for more information

Anchor
CrossJoin
CrossJoin
Cross Join

This method of linking two tables matches each row from the first table in the join to each row in the second table, multiplying the number of rows returned in the result.
Note: this join should be used with extreme caution, as it's only appropriate in a handful of cases, and has negative effects on performance if used incorrectly.
See Joining Tables for more information on Yellowfin's use of Cross Joins, and this blog: Visual Explanation of SQL Joins for general join information.

Anchor
CRUD
CRUD
CRUD

Create, Read, Update, Delete. These options are used to define role permissions and relate to SQL statements, allowing the user to create (INSERT records), read (SELECT records), update (UPDATE records), and delete (DELETE records).
See Roles for more information

Anchor
CSS
CSS
CSS

Cascading Style Sheet. This is a type of file used by Yellowfin to define style options for the system that cannot be configured through Administration. Yellowfin's CSS files can be customised during the integration process.
See Custom Images & CSS for more information on customising CSS files for Yellowfin integration purposes, and http://www.w3schools.com/css/ for general CSS information.

Anchor
CSV
CSV
CSV

Comma Separated Values. These files store data in plain text form, with each value, or column, separated by a comma character. Yellowfin allows you to import these files in order to report off their data.
See CSV Data Imports for more information.

...

Term

Description

Anchor
Dashboard
Dashboard
Dashboard

This is a space to display multiple reports and charts in one place, allowing for interactive features to be used across them all at once.
See Dashboard Overview for more information

Anchor
Database
Database
Database

This is where the data for your reports is stored, called a Data Source within Yellowfin.
See http://en.wikipedia.org/wiki/Database for more information

Anchor
Data Source
Data Source
Data Source

This is the database Yellowfin retrieves results from. Administrators create a Source Connection in order to access the data.
See Data Sources for more information

Anchor
Descending
Descending
Descending

This is a sort option that moves from largest/highest to smallest/lowest value. This means that numeric values are sorted 9-0 and letters are sorted Z-A.

Anchor
Dimension
Dimension
Dimension

A standard field in Yellowfin can either be classified as a Metric or Dimension. All text fields are automatically classified as Dimensions. The View Builder allows you to define numeric and date fields as Dimensions in order to be used in Drill Hierarchies, and limit the aggregations available to Count and Count Distinct.
Dimension fields retrieve the data that will provide the basis for analysis in a report. Dimensions typically retrieve character-type data (employee names, company names, etc.), or dates (years, quarters, etc.)
See View Builder - Field Types for more information.

Anchor
Discussion
Discussion
Discussion

This is a stand-alone comment thread that allows users to discuss general topics and decisions while referring to multiple pieces of content if required.
See Discussion Streams for more information.

Anchor
Draft
Draft
Draft

Yellowfin content can have two possible states: Active and Draft.
If the piece of content is currently being created or edited by a user, then the report will be in Draft mode. This means that other end users will not be able to see or use the content until the editing process is completed by Activating the content.

Anchor
Drill
Drill
Drill

Drill refers to the action performed by a user by clicking on a hyperlink in a report that either steps into more detail in the same report, or opens a separate detail report related to the row that was selected.
There are three forms of Drill available in Yellowfin; Drill Down, Drill Anywhere, and Drill Through.
See Dashboard Drill Analysis for more information.

Anchor
DrillAnywhere
DrillAnywhere
Drill Anywhere

This drill allows you to move up and down a hierarchy that is defined by the user during the drill process.
See Drill Anywhere Reports for more information.

Anchor
DrillDown
DrillDown
Drill Down

This drill allows you to move up and down a predefined hierarchy within a single report.
See Drill Down Reports for more information.

Anchor
DrillThrough
DrillThrough
Drill Through

This drill allows you to click on a row in a summary report and open a related detail report, filtered by what made the row in the summary report unique.
See Drill Through Reports for more information.

Anchor
DuplicateRecord
DuplicateRecord
Duplicate Records

These are rows with the same values across all columns in a result set. By default, Yellowfin applies DISTINCT to the SELECT SQL statements it generates, meaning that duplicate rows are not displayed. This can be changed on the Report Data page of the Report Builder.
See Report Data for more information.

E

Styleclass
ClasstopLink

top

Term

Description

Anchor
Embed
Embed
Embed

This is the inclusion of Reports, Charts, and Dashboards in an external webpage using the Javascript API.
See Javascript JavaScript API for more information

Anchor
Export
Export
Export

This is a function that takes something outside of the system. There are two types of export in Yellowfin:

Panel
borderColorwhite
bgColorwhite
  1. Export of Data - allows the user to save a piece of content, such as a Report, Chart, or Dashboard, as a CSV, DOCX, PDF, or XLSX file.
  2. Export of Content Definitions - allows the user to save an XML file containing definitions of selected content in order to back it up or transfer it to another instance.

See Exporting Report Content, Exporting Your Dashboard, and Export & Import Repository Importing or Exporting Pre-existing Data for more information.

F

Styleclass
ClasstopLink

top

...

Term

Description

Anchor
Import
Import
Import

This is a function that allows you to add something to the system from an external file. There are two types of import in Yellowfin:

Panel
borderColorwhite
bgColorwhite
  1. Import of Data - allows the user or administrator to import CSV files containing data they wish to report off. This can be done at the View or Report level.
  2. Import of Content Definitions - allows the user to transfer a set of Yellowfin content into a system using an XML file, either to restore old content, or transfer content from another instance.

See CSV Data Imports and Export & Import Repository Importing or Exporting Pre-existing Data for more information.

Anchor
InnerJoin
InnerJoin
Inner Join

This is a type of link, or join between two tables based on a specified join condition. Only rows that match the condition in both tables will be returned.
See Joining Tables for more information on Yellowfin's use of Inner Joins, and this blog: Visual Explanation of SQL Joins for general join information.

Anchor
Instance
Instance
Instance

This is a single installation of Yellowfin running. Some systems may have multiple instances of Yellowfin running. In this case there is often a development instance, testing instance, and production instance. There may also be multiple instances for different production purposes, depending on requirements.

Anchor
Integration
Integration
Integration

This is the process of combining Yellowfin with an existing OEM system to create a system that feels seamless to the end user.
See Integration for more information

Anchor
Interface
Interface
Interface

This is what the user interacts with. The Yellowfin interface is viewed through a web browser and contains all navigation and content.

...

Term

Description

Anchor
Join
Join
Join

A Join is an SQL term that describes the logic around joining multiple tables together in order to return results from both tables.
See Joining Tables for more information for more information on Yellowfin's use of Joins, and this blog: Visual Explanation of SQL Joins for general join information.

Anchor
JavascriptAPI
JavascriptAPI
Javascript API

This is what allows Yellowfin content to be embedded in external web pages. There is basic and advanced usage options.
End users can access the basic functionality through the Yellowfin interface by copying the generated embed javascript and pasting it in their external page.
Advanced users and administrators can access the advanced functionality by following the examples outlined here.
See Javascript JavaScript API for more information.

K

...

Term

Description

Anchor
Max
Max
Max

This aggregation returns the largest value found in the field.
See Aggregation for more information

Anchor
Mandatory
Mandatory
Mandatory

This is a field or filter that is required by a report in order to complete the building process or to return results.
See Mandatory Field/Filter and Filter Formatting for more information.

Anchor
Metadata
Metadata
Metadata

This is a piece of content's descriptive information. It generally contains the Name, Description, and Category details for a Field, Filter, Report, View, etc.

Anchor
Metric
Metric
Metric

A standard field in Yellowfin can either be classified as a Metric or Dimension. Numeric and Date fields are classified as Metrics by default, but can be changed to Dimension if required. Metric fields have the full range of aggregations available to them. They also have different functionality available to them when used as filters. Metrics do not allow for prompts, as there are generally too many possible values available, so they have slider options available in order to allow users to easily define ranges. Metric filter values cannot be cached.
See View Builder - Field Types for more information.

Anchor
Min
Min
Min

This aggregation returns the smallest value found in the field.
See Aggregation for more information

Anchor
Monochrome
Monochrome
Monochrome

This is a colour setting available to charts which, instead of using the default colours defined in Report Styles, the chart uses different shades of one colour selected by the user.
See Chart Formatting for more information.

Anchor
Multi-Tenancy
Multi-Tenancy
Multi-tenancy

This is when a single instance of software runs to serve multiple clients or tenants. Yellowfin's multi-tenancy functionality is called Client Organisations.
See Client Organisations for more information.

...

Term

Description

Anchor
RasterMap
RasterMap
Raster Map

This is an image based heat map created in Yellowfin. The map itself is based on a raster image (created with pixels, rather than a vector image created with shapes). Yellowfin links a unique HEX code colour to a piece of data in the source database in order to create the heat map, using Org Ref Codes. GIF, JPEG, and PNG raster image files are accepted.
See Raster Maps for more information.

Anchor
RelatedReport
RelatedReport
Related Report

Yellowfin allows relationships to be created between reports. Related Reports either take the form of Drill Through or Co-Display.
See Related Reports for more information

Anchor
Report
Report
Report

This is the result of an SQL query displayed in Yellowfin. The display can take the form of a table and/or chart.
See Reports Overview for more information

Anchor
ReportWriter
ReportWriter
Report Writer

This is a user that is responsible for creating the report and chart content in the system.

Anchor
Role
Role
Role

A set of permissions and functions designed to be assigned to Users of the system. Different roles should be created for different types of user, with Yellowfin providing a set of sample roles with the initial installation.
See Roles for more information.

Anchor
RollBack
RollBack
Rollback

This allows the user to return to a previous version of content, such as a view. In order for a rollback to be available, the cloning edit method must have been used.
See View Management for more information

...

Term

Description

Anchor
View
View
View

This is a metadata layer created by an administrator that sits between the source connection and Report Builder that defines the fields available to report writers and the join logic required to generate SQL queries.
See Preparing Data using Views for more information

Anchor
VirtualTable
VirtualTable
Virtual Table

These are a View component that allows an administrator to enter an SQL query and treat the results as a table in the view.
See Virtual Tables for more information

...

Term

Description

Anchor
XML
XML
XML

Extensible Markup Language. XML is a markup language, like HTML, that was designed as a way transporting data, where HTML designs ways to display it. Yellowfin uses this language to create export files that transport report and other content definitions.
See Export & Import Repository Importing or Exporting Pre-existing Data for more information

Y

Styleclass
ClasstopLink

top

...