30日間の無料評価版をお試しいただけます。

Versions Compared

Key

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

...

Draft

Term

Description

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
DimensionDuplicateRecordDimension
DuplicateRecord
Dimension

A standard field in Glossary 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
DraftDraft

Duplicate Records

These are rows with the same values across all columns in a result set. By default, Yellowfin applies DISTINCT to the SELECT Glossary 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

Glossary

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 API for more information

G

Styleclass
ClasstopLink

Glossary

Drill AnywhereThis drill allows you to move up and down a hierarchy that is defined by the user during the drill process.
See ドリルエニウェアレポート for more information.

Drill ThroughThis 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 ドリルスルーレポート for more information.

Term

Description

Anchor
GISMap
GISMap
GIS Map

GIS (Geographic Information System) Maps in Glossary refer to several chart types that make use of geographical information, in the form of Points or Polygons.
See GISマップ

Glossary 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
DrillAnywhereDrillAnywhere

Anchor
DrillDownGISPointDrillDown
GISPoint
Drill Down

This drill allows you to move up and down a predefined hierarchy within a single report.
See ドリルダウンレポート for more information.

GIS Point

Points are sets of latitude and longitude values used to define geographical locations. Examples of points include the location of customers, staff, and other points of interest. Glossary uses points in GIS Mapping.
See GISマップ

Anchor
DrillThroughDrillThrough

Anchor
DuplicateRecordGISPolygonDuplicateRecord
GISPolygon
Duplicate RecordsGIS Polygon

These are rows with the same values across all columns in a result set. By default, Yellowfin applies DISTINCT to the SELECT Glossary 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 Polygons are sets of Points used to define a geographical shape. Examples of polygon shapes include the outlines of countries, states, territories, and regions. Glossary uses polygons in GIS Mapping.
See GISマップ for more information.

...

Anchor

...

Granularity

...

Granularity

...

Glossary

...

Term

...

Description

Granularity

The level of detail in the data. Described as coarse through to fine. The finer the granularity, the more detail and less summarised the data is. Aggregation is used to summarise data.
See ビューと結合の設計における一般的な問題 for more information.

H

...

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

...

Styleclass
ClasstopLink

Glossary

Filter

Term

Description

Anchor
FieldHEXField
HEX
Field

This is a column in the database that will be used to build reports. Fields can be used as Columns/Rows, Sections, and Filters. They are defined either as Metrics or Dimensions. Calculations can also be created to use as fields, these are called Calculated Fields
See ビューフィールド for more information

Anchor
FilterFilter

These are fields that are being used to restrict the results returned in your report or dashboard. There are several types of filter in Yellowfin:

Panel
borderColorwhite
bgColorwhite
  1. User Prompt - these filters allow the user to define the value used
  2. Hard Coded - these filters have the value set at the report writing stage and cannot be changed by the report reader.
  3. Source - these filters are created by an administrator and use the report reader's user details to restrict results to what's relevant to them.

See フィルター for more information

...

HEX

Hexadecimal (Hex) is a base 16 number system, using symbols 0-9, A, B, C, D, E, and F to represent values 0 to 15.
HTML and CSS use Hex to identify colours by assigning to digits to each colour; 2 x Red, 2 x Green, and 2 x Blue respectively, and prefixed with a hash (#) symbol.
Glossary uses Hex codes to identify colours throughout the system, as well as in its Glossary files.
See http://www.w3schools.com/html/html_colors.asp for more information.

Anchor
Hidden
Hidden
Hidden

This is a report that has been set to not display in the Report List. Generally heavily detailed reports that are used as children in a drill through relationship are hidden, as they are designed to be accessed through the parent report, not on their own.
See Report Formatting for more information.

Anchor
HTML
HTML
HTML

HyperText Markup Language. HTML is a markup language, like Glossary, that was designed to display data in a web browser, used by Glossary in combination with Glossary.
See カスタムヘッダーとフッター for more information on Yellowfin use of custom HTML files, and http://www.w3schools.com/html/ for general HTML information.

I

Styleclass
ClasstopLink

Glossary

GIS PointGIS PolygonGranularity

Term

Description

Anchor
GISMapInnerJoinGISMap
InnerJoin
GIS Map

GIS (Geographic Information System) Maps in Glossary refer to several chart types that make use of geographical information, in the form of Points or Polygons.
See GISマップ for more information.

Anchor
GISPointGISPoint

Points are sets of latitude and longitude values used to define geographical locations. Examples of points include the location of customers, staff, and other points of interest. Glossary uses points in GIS Mapping.
See GISマップ for more information.

Anchor
GISPolygonGISPolygon

Polygons are sets of Points used to define a geographical shape. Examples of polygon shapes include the outlines of countries, states, territories, and regions. Glossary uses polygons in GIS Mapping.
See GISマップ for more information.

Anchor
GranularityGranularity

The level of detail in the data. Described as coarse through to fine. The finer the granularity, the more detail and less summarised the data is. Aggregation is used to summarise data.
See ビューと結合の設計における一般的な問題 for more information.

...

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 テーブルの結合 for more information on Yellowfin's use of Inner Joins, and this blog: Visual Explanation of SQL Joins for general join information.

J

Styleclass
ClasstopLink

Glossary

Term

Description

Anchor
Join
Join
Join

A Join is an Glossary term that describes the logic around joining multiple tables together in order to return results from both tables.
See テーブルの結合 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 Glossary 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 API for more information.

K

Styleclass
ClasstopLink

Glossary

HEXHiddenHTML

Term

Description

Anchor
HardCodedKPIHardCoded
KPI
Hard Coded

This refers to when a value is entered and set, rather than allowing a user to change it. In Glossary a report writer can hard code filter values, or values in calculated fields. This means that the user is not prompted to provide a value, rather it is always the value the report writer set.
The alternative in these cases is to implement user prompt filters, or use parameters in their calculations.
See フィルター for more information

Anchor
HEXHEX

Hexadecimal (Hex) is a base 16 number system, using symbols 0-9, A, B, C, D, E, and F to represent values 0 to 15.
HTML and CSS use Hex to identify colours by assigning to digits to each colour; 2 x Red, 2 x Green, and 2 x Blue respectively, and prefixed with a hash (#) symbol.
Glossary uses Hex codes to identify colours throughout the system, as well as in its Glossary files.
See http://www.w3schools.com/html/html_colors.asp for more information.

Anchor
HiddenHidden

This is a report that has been set to not display in the Report List. Generally heavily detailed reports that are used as children in a drill through relationship are hidden, as they are designed to be accessed through the parent report, not on their own.
See Report Formatting for more information.

Anchor
HTMLHTML

HyperText Markup Language. HTML is a markup language, like Glossary, that was designed to display data in a web browser, used by Glossary in combination with Glossary.
See カスタムヘッダーとフッター for more information on Yellowfin use of custom HTML files, and http://www.w3schools.com/html/ for general HTML information.

I

Styleclass
ClasstopLink

Glossary

...

Term

...

Description

...

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 テーブルの結合 for more information on Yellowfin's use of Inner Joins, and this blog: Visual Explanation of SQL Joins for general join information.

J

Styleclass
ClasstopLink

Glossary

...

Term

...

Description

...

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

KPI

Key Performance Indicator. This is a figure used to monitor business performance, such as sales in dollars or units. Performance is tracked against a target and makes use of Conditional Formatting alerts.
See KPIレポート for more information.

L

Styleclass
ClasstopLink

Glossary

Term

Description

Anchor
LDAP
LDAP
LDAP

Lightweight Directory Access Protocol. This is a way that Glossary can access directory information for Glossary authentication and Glossary management purposes. This allows Yellowfin access to be controlled externally organisation-wide.
See LDAP for more information.

Anchor
Legend
Legend
Legend

This is a key that displays values used in a chart or report. In a chart it displays what value is assigned to each colour. In a report it can display the filter values applied, as well as any conditional formatting rules defined.
See Chart Legends, Filter Legends, and Conditional Formatting Legends for more information

Anchor
LineShape
LineShape
Line Shapes

These are shapes added to line charts in order to draw attention to each point of data.
See Line Shapes for more information.

M

Styleclass
ClasstopLink

Glossary

Term

Description

Anchor
Max
Max
Max

This aggregation returns the largest value found in the field.
See 集計 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 フィルターの書式 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 Glossary 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 集計 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 グラフの書式 for more information.

N

Styleclass
ClasstopLink

Glossary

Term

Description

Anchor
Navigation
Navigation
Navigation

This is the way in which users move around the Glossary interface. There are various menus and buttons designed to move the user between pages and components of the system.
See システムナビゲーション for more information

Anchor
Null
Null
NULL

This is used to indicate a lack of data, or gap. Glossary generally displays these as blank with a 'NULL' tooltip when returned in a report.

Anchor
Numeric
Numeric
Numeric

This is a field or value composed solely of numbers (0-9), without the inclusion of any alphabetic or special characters.

O

...

This is what allows Glossary 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 API for more information.

K

Styleclass
ClasstopLink

Glossary

...

Term

...

Description

...

Key Performance Indicator. This is a figure used to monitor business performance, such as sales in dollars or units. Performance is tracked against a target and makes use of Conditional Formatting alerts.
See KPIレポート for more information.

L

Styleclass
ClasstopLink

Glossary

Line Shapes

Term

Description

Anchor
LDAPOLAPLDAP
OLAP
LDAPOLAP

Online Analytical Processing.

Anchor
Omit
Omit
Omit

This option is used when a Report Reader does not specify a value for a filter. This option is not available for mandatory filters.
See フィルターの書式 Lightweight Directory Access Protocol. This is a way that Glossary can access directory information for Glossary authentication and Glossary management purposes. This allows Yellowfin access to be controlled externally organisation-wide.
See LDAP for more information.

Anchor
LegendOrgRefCodeLegend
OrgRefCode
Legend

This is a key that displays values used in a chart or report. In a chart it displays what value is assigned to each colour. In a report it can display the filter values applied, as well as any conditional formatting rules defined.
See Chart Legends, Filter Legends, and Conditional Formatting Legends for more information

Anchor
LineShapeLineShape

These are shapes added to line charts in order to draw attention to each point of data.
See Line Shapes for more information.

M

Styleclass
ClasstopLink

Glossary

...

Term

...

Description

Org Ref Code

Organisation Reference Code. These are a method of mapping data values from the database to descriptions, as well as assigning a custom sort order. Org Ref Codes are also used as part of the Raster Map setup process.
See 参照コード(データソース) for more information.

Anchor
OuterJoin
OuterJoin
Outer Join

This is a type of link, or join between two tables based on a specified join condition. In Glossary, the outer joins used are what's called Left Outer Joins. This means that all rows from the first table (or the left side) in the join will be included, and only rows have matches to these will be included from the second table (or the right side).
See テーブルの結合 for more information on Yellowfin's use of Outer Joins, and this blog: Visual Explanation of SQL Joins for general join information.

P

Styleclass
ClasstopLink

Glossary

Term

Description

Anchor
Plot
Plot
Plot

This is the area of the chart bound by the axes. It does not include the title and legend areas.
See Plot for more information.

Anchor
Prefix
Prefix
Prefix

This is a symbol or character displayed before a value in a field. A common prefix to use is $. Prefixes can be defined at the view, report, and chart level.

Anchor
Private
Private
Private

This is a piece of content that has access restrictions applied directly to it. Depending on the type of content, different restrictions can be applied:

Panel
borderColorwhite
bgColorwhite
  • Glossary - private dashboard tabs can only be accessed by the user that created the tab.
  • Glossary - private reports can only be accessed by the user that created the report.
  • Glossary - private comments can only be accessed by users that have been assigned permission to see both the report and the comment.
  • Glossary - private annotations can only be accessed by users that have been assigned permission to see both the annotation and the report/view/comment they're attached to.
  • Glossary - private discussions can only be accessed by users that have been assigned permission to see the discussion area and the thread itself.

Anchor
Public
Public
Public

This is a piece of content that may or may not have access restrictions directly applied to it, but generally designed for a far broader audience than that of private content. Depending on the type of content, different restrictions may be applied:

Panel
borderColorwhite
bgColorwhite
  • Glossary - public dashboards can be set to Secure or Unsecure. Secure dashboards have a list of users with various levels of access. Unsecure dashboards can be accessed by any dashboard user.
  • Glossary - public reports can be accessed by any user that has permission to see the category/sub category it's stored in.
  • Glossary - public comments can be accessed by any user that has permission to see the report they're attached to.
  • Glossary - public annotations can be accessed by any user that has permission to see the report/view/org they're attached to.
  • Glossary - public discussions can be accessed by any user that has permission to see the discussion area.

R

...

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

...

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 フィルターの書式 for more information.

...

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.

...

A standard field in Glossary 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.

...

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

...

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 グラフの書式 for more information.

...

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 クライアント組織 for more information.

N

Styleclass
ClasstopLink

Glossary

...

Term

...

Description

...

This is the way in which users move around the Glossary interface. There are various menus and buttons designed to move the user between pages and components of the system.
See システムナビゲーション for more information

...

This is used to indicate a lack of data, or gap. Glossary generally displays these as blank with a 'NULL' tooltip when returned in a report.

...

This is a field or value composed solely of numbers (0-9), without the inclusion of any alphabetic or special characters.

O

Styleclass
ClasstopLink

Glossary

OmitThis option is used when a Report Reader does not specify a value for a filter. This option is not available for mandatory filters.
See フィルターの書式 for more information.

Outer Join

Term

Description

Anchor
OLAPRasterMapOLAP
OLAP

Online Analytical Processing.

RasterMap
Raster Map

This is an image based heat map created in Glossary. The map itself is based on a raster image (created with pixels, rather than a vector image created with shapes). Yellowfin links a unique Glossary 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 ラスターマップス

Anchor
OmitOmit

Anchor
OrgRefCodeRelatedReportOrgRefCode
Org Ref Code

Organisation Reference Code. These are a method of mapping data values from the database to descriptions, as well as assigning a custom sort order. Org Ref Codes are also used as part of the Raster Map setup process.
See 参照コード(データソース) for more information.

Anchor
OuterJoinOuterJoin

This is a type of link, or join between two tables based on a specified join condition. In Glossary, the outer joins used are what's called Left Outer Joins. This means that all rows from the first table (or the left side) in the join will be included, and only rows have matches to these will be included from the second table (or the right side).
See テーブルの結合 for more information on Yellowfin's use of Outer Joins, and this blog: Visual Explanation of SQL Joins for general join information.

P

Styleclass
ClasstopLink

Glossary

ParameterParameters are a type of user input field in Glossary. They are designed to pass a value input by the user to a calculated field or filter(s). This allows you create What If reports.
See パラメーター for more information.

Portlet

PrefixPrivatePublic

RelatedReport
Related Report

Glossary allows relationships to be created between reports. Related Reports either take the form of Drill Through or Glossary.
See レポートビルダー - 「関連レポート」ステップ for more information

Anchor
Report
Report
Report

This is the result of an Glossary query displayed in Glossary. The display can take the form of a table and/or chart.
See レポートビルダー 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 Glossary providing a set of sample roles with the initial installation.
See ロール

Term

Description

Anchor
ParameterParameter

Anchor
PlotRollBackPlot
RollBack
PlotRollback

This is the area of the chart bound by the axes. It does not include the title and legend areas.
See Plot for more information.

Anchor
PortletPortlet

This is the space that contains a report on a dashboard tab.
See レポートポートレット for more information.

Anchor
PrefixPrefix

This is a symbol or character displayed before a value in a field. A common prefix to use is $. Prefixes can be defined at the view, report, and chart level.

Anchor
PrivatePrivate

This is a piece of content that has access restrictions applied directly to it. Depending on the type of content, different restrictions can be applied:

Panel
borderColorwhite
bgColorwhite
  • Glossary - private dashboard tabs can only be accessed by the user that created the tab.
  • Glossary - private reports can only be accessed by the user that created the report.
  • Glossary - private comments can only be accessed by users that have been assigned permission to see both the report and the comment.
  • Glossary - private annotations can only be accessed by users that have been assigned permission to see both the annotation and the report/view/comment they're attached to.
  • Glossary - private discussions can only be accessed by users that have been assigned permission to see the discussion area and the thread itself.
Anchor
PublicPublic

This is a piece of content that may or may not have access restrictions directly applied to it, but generally designed for a far broader audience than that of private content. Depending on the type of content, different restrictions may be applied:

Panel
borderColorwhite
bgColorwhite
  • Glossary - public dashboards can be set to Secure or Unsecure. Secure dashboards have a list of users with various levels of access. Unsecure dashboards can be accessed by any dashboard user.
  • Glossary - public reports can be accessed by any user that has permission to see the category/sub category it's stored in.
  • Glossary - public comments can be accessed by any user that has permission to see the report they're attached to.
  • Glossary - public annotations can be accessed by any user that has permission to see the report/view/org they're attached to.
  • Glossary - public discussions can be accessed by any user that has permission to see the discussion area.

R

Styleclass
ClasstopLink

Glossary

...

Term

...

Description

...

This is an image based heat map created in Glossary. The map itself is based on a raster image (created with pixels, rather than a vector image created with shapes). Yellowfin links a unique Glossary 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 ラスターマップス for more information.

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

S

Styleclass
ClasstopLink

Glossary

Term

Description

Anchor
Scale
Scale
Scale

This is what controls the y axis of a chart, determining the first and last values, as well as the increments used.
See グラフの書式 for more information.

Anchor
Sum
Sum
Sum

This aggregation adds all of the field values and returns the total.
See 集計 for more information

Anchor
SQL
SQL
SQL

Structured Query Language. This is the language Glossary uses to retrieve results from the database, returned as results in table and/or chart.
See http://www.w3schools.com/sql/ for more general SQL information.

Anchor
Suffix
Suffix
Suffix

This is a symbol or character displayed after a value in a field. A common prefix to use is %. Suffixes can be defined at the view, report, and chart level.

U

Styleclass
ClasstopLink

Glossary

Term

Description

Anchor
User
User
User

This is an account created in order to allow a person to access the Glossary system.
See ユーザー for more information

Anchor
UserPrompt
UserPrompt
User Prompt

This is a type of filter that requires users to provide one or more values to restrict report results.
See フィルター for more information

V

Styleclass
ClasstopLink

Glossary

Term

Description

Anchor
VirtualTable
VirtualTable
Virtual Table

These are a View component that allows an administrator to enter an Glossary query and treat the results as a table in the view.
See 仮想テーブル for more information

W

Styleclass
ClasstopLink

Glossary

Term

Description

Anchor
WebService
WebService
Web Service

Web Services are used for managing communication between an OEM application and Glossary. The Web Services are Glossary based and independent of the programming language used to develop the OEM application.

Anchor
WhatIf
WhatIf
What If

What If Analysis is a method of creating reports that make use of Parameters and Calculated Fields in order to test scenarios.
See What-If分析(仮説分析) for more information.

Anchor
WMS
WMS
WMS

Web Map Service. A WMS layer is a georeferenced map image loaded from a WMS Server. These are used as backgrounds and overlays for GIS Maps in Glossary.
See WMSレイヤー(WMS Layer) for more information.

X

Styleclass
ClasstopLink

Glossary

Term

Description

Anchor
XML
XML
XML

Extensible Markup Language. XML is a markup language, like Glossary, that was designed as a way transporting data, where HTML designs ways to display it. Glossary uses this language to create export files that transport report and other content definitions.
See リポジトリのエクスポートとインポート for more information

Y

Styleclass
ClasstopLink

Glossary

Term

Description

Anchor
Yellowfin
Yellowfin
Yellowfin

Yellowfin is an easy-to-use report writer for non-technical users, delivering drag-and-drop simplicity for formatting and data selection. With Yellowfin, you can access information from multiple data bases without special coding knowledge. This is easy because you work with data in business terms that are familiar to you without the need to understand complex technology principles.
See http://www.yellowfinbi.com/ for more information.

Z

...

Glossary allows relationships to be created between reports. Related Reports either take the form of Drill Through or Glossary.
See レポートビルダー - 「関連レポート」ステップ for more information

...

This is the result of an Glossary query displayed in Glossary. The display can take the form of a table and/or chart.
See レポートビルダー for more information

...

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

...

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 Glossary providing a set of sample roles with the initial installation.
See ロール for more information.

...

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

...

Styleclass
ClasstopLink

Glossary

Sum

SQLSuffix

Term

Description

Anchor
ScaleZChartScale
ZChart
ScaleZ Chart

This is what controls the y axis of a chart, determining the first and last values, as well as the increments used.
See グラフの書式 for more information.

Anchor
SumSum

This aggregation adds all of the field values and returns the total.
See 集計 for more information

Anchor
SQLSQL

Structured Query Language. This is the language Glossary uses to retrieve results from the database, returned as results in table and/or chart.
See http://www.w3schools.com/sql/ for more general SQL information.

Anchor
SuffixSuffix

This is a symbol or character displayed after a value in a field. A common prefix to use is %. Suffixes can be defined at the view, report, and chart level.

U

Styleclass
ClasstopLink

Glossary

...

Term

...

Description

...

This is an account created in order to allow a person to access the Glossary system.
See ユーザー for more information

...

This is a type of filter that requires users to provide one or more values to restrict report results.
See フィルター for more information

V

Styleclass
ClasstopLink

Glossary

...

Term

...

Description

a type of chart that displays trends over a specified period of time in the form of straight values, accumulative total, and moving total.
See Z Charts for more information

Styleclass
ClasstopLink

ページトップ

用語

説明

Anchor
Instance
Instance
インスタンス

Glossaryを実行している単一のインストールです。システムによっては、Yellowfinの複数のインスタンスを実行できます。この場合、通常は、開発インスタンス、テストインスタンス、および本番インスタンスがあります。また、要件に応じて異なる本番目的の複数のインスタンスを設けることもできます。

Anchor
Interface
Interface
インターフェース

ユーザーが操作する部分です。Glossaryのインターフェースは、Webブラウザーを介して表示され、すべてのナビゲーションとコンテンツが含まれます。

Anchor
Integration
Integration
インテグレーション

Yellowfinと既存のOEMシステムを組み合わせ、エンドユーザーがシームレスに感じることができるシステムを作成するためのプロセスです。
詳細については、インテグレーションを参照してください。

Anchor
Import
Import
インポート

対象を外部ファイルからシステムに追加できる機能です。Glossaryには2つのタイプのインポートがあります。

Panel
borderColorwhite
bgColorwhite
  1. データのインポート- ユーザーまたは管理者は、レポートにしたいデータをGlossaryファイルとしてインポートすることができます。これは、ビューレベルまたはレポートレベルで実行することができます。
  2. コンテンツ定義のインポート - ユーザーは、古いコンテンツを復元するために、または別のインスタンスからコンテンツを転送するために、Glossaryファイルを使用してシステムに一連のYellowfinコンテンツを転送することができます。

詳細については、CSVデータのインポートおよびリポジトリのエクスポートとインポートを参照してください。

Styleclass
ClasstopLink

ページトップ

用語

説明

Anchor
Export
Export
エクスポート

対象をシステム外部に出力する機能です。Glossaryには2つのタイプのエクスポートがあります。

Panel
borderColorwhite
bgColorwhite
  1. データのエクスポート - ユーザーはレポートグラフ、およびダッシュボードを外部Webページに挿入することを指しています。
  2. コンテンツ定義のエクスポート - ユーザーは、バックアップや別のインスタンスへの転送するために、選択したコンテンツの定義が含まれたGlossaryファイルを保存することができます。

詳細については、レポートコンテンツのエクスポートダッシュボードのエクスポートリポジトリのエクスポートとインポートを参照してください。

...

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 Glossary queries.
See ビュー for more information

...

These are a View component that allows an administrator to enter an Glossary query and treat the results as a table in the view.
See 仮想テーブル for more information

...

Styleclass
ClasstopLink

Glossaryページトップ

WebServiceWebServiceWeb ServiceWhat IfWMS

Term用語

Description説明

Anchor

Category

Category

Web Services are used for managing communication between an OEM application and Glossary. The Web Services are Glossary based and independent of the programming language used to develop the OEM application.

Anchor
WhatIfWhatIf

What If Analysis is a method of creating reports that make use of Parameters and Calculated Fields in order to test scenarios.
See What-If分析(仮説分析) for more information.

Anchor
WMSWMS

Web Map Service. A WMS layer is a georeferenced map image loaded from a WMS Server. These are used as backgrounds and overlays for GIS Maps in Glossary.
See WMSレイヤー(WMS Layer) for more information.

X

Styleclass
ClasstopLink

Glossary

...

Term

...

Description

...

Extensible Markup Language. XML is a markup language, like Glossary, that was designed as a way transporting data, where HTML designs ways to display it. Glossary uses this language to create export files that transport report and other content definitions.
See リポジトリのエクスポートとインポート for more information

Y

Styleclass
ClasstopLink

Glossary

...

Term

...

Description

カテゴリー

コンテンツのグループ分けするために使用するフォルダーです。ビューレポート、およびフィールドはすべてカテゴリーを使用します。レポートはカテゴリー>サブカテゴリーの構造を使用してグループ分けし、セキュリティを割り当てます。
詳細については、コンテンツカテゴリーを参照してください。

Styleclass
ClasstopLink

ページトップ

用語

説明

Anchor
Query
Query
クエリー

Glossary が生成し、databaseに送信するGlossaryリクエストです。reportにどの結果が必要かを定義します。

Anchor
ClientOrg
ClientOrg
クライアント組織

Glossaryには、クライアント組織と呼ばれる機能があり、この機能を使用するとひとつのサーバーインスタンスに複数のYellowfinの仮想インスタンスを配置することができます。この方法で、1つの組織内で分離されたコンテンツを作成し、同じサーバーにログインしている他の組織ユーザーに対して非表示にすることができます。これは、マルチテナントソリューションです。
詳細については、クライアント組織を参照してください。

Anchor
Chart
Chart
グラフ

データを視覚的に表現します。Yellowfinでは幅広いグラフタイプを使用できます。
詳細については、レポートビルダー - 「グラフ」ステップを参照してください。

Anchor
Gridband
Gridband
グリッドバンド

x軸とy軸のあるグラフにおいて、グラフのデフォルト描画背景全体にわたるグリッド線とともに表示される交互の影です。
詳細については、グリッド線を参照してください。

Anchor
Gridline
Gridline
グリッド線

x軸とy軸のあるグラフにおいて、グラフのデフォルト描画背景全体に表示される破線です。
詳細については、グリッド線を参照してください。

Anchor
Group
Group
グループ

コンテンツとセキュリティを割り当てるために、Glossary内で作成されたユーザーの一覧。
詳細については、ユーザーグループを参照してください。

Anchor
CrossJoin
CrossJoin
クロス結合

これは2つのテーブルを結合する方法で、結合する1番目のテーブルの各行を2番目のテーブルの各行に一致させ、結果として返されるロウ(行)数を増やします。
注意:この結合が適しているのはわずかなケースに限られ、間違って使用するとパフォーマンスに悪影響を及ぼすため、細心の注意を払って使用する必要があります。
Yellowfinのクロス結合の使用方法の詳細については、テーブルの結合 を参照してください。また、結合の一般的な情報については、ブログ:Visual Explanation of SQL Joinsを参考にしてください。

Anchor
CrossTab
CrossTab
クロス集計

複数のカテゴリーごとにメトリック(数値)を集計し、ロウ(行)およびカラム(列)をヘッダーとして表示できるレポート出力オプションです。
詳細については、テーブルレイアウトを参照してください。

...

Yellowfin is an easy-to-use report writer for non-technical users, delivering drag-and-drop simplicity for formatting and data selection. With Yellowfin, you can access information from multiple data bases without special coding knowledge. This is easy because you work with data in business terms that are familiar to you without the need to understand complex technology principles.
See http://www.yellowfinbi.com/ for more information.

Z

Styleclass
ClasstopLink

Glossary

...

Term

...

Description

...

This is a type of chart that displays trends over a specified period of time in the form of straight values, accumulative total, and moving total.
See Z Charts for more information

...

Styleclass
ClasstopLink

ページトップ

InstanceInstanceインスタンスインターフェースインテグレーションYellowfinと既存のOEMシステムを組み合わせ、エンドユーザーがシームレスに感じることができるシステムを作成するためのプロセスです。
詳細については、インテグレーション

用語

説明

Anchor

Comment

Comment

Glossaryを実行している単一のインストールです。システムによっては、Yellowfinの複数のインスタンスを実行できます。この場合、通常は、開発インスタンス、テストインスタンス、および本番インスタンスがあります。また、要件に応じて異なる本番目的の複数のインスタンスを設けることもできます。

Anchor
Interface

コメント

レポートの設計や結果について意見を交わすために、レポートに付け加えることのできるメモです。
詳細については、コメント

Interface

ユーザーが操作する部分です。Glossaryのインターフェースは、Webブラウザーを介して表示され、すべてのナビゲーションとコンテンツが含まれます。

Anchor
IntegrationIntegration

を参照してください。

Anchor
ImportCollaborationImport
インポート

対象を外部ファイルからシステムに追加できる機能です。Glossaryには2つのタイプのインポートがあります。

Panel
borderColorwhite
bgColorwhite
  1. データのインポート- ユーザーまたは管理者は、レポートにしたいデータをGlossaryファイルとしてインポートすることができます。これは、ビューレベルまたはレポートレベルで実行することができます。
  2. コンテンツ定義のインポート - ユーザーは、古いコンテンツを復元するために、または別のインスタンスからコンテンツを転送するために、Glossaryファイルを使用してシステムに一連のYellowfinコンテンツを転送することができます。

詳細については、CSVデータのインポートおよびリポジトリのエクスポートとインポートを参照してください。

...

Collaboration
コラボレーション

ユーザーがデータに対する理解と意思決定プロセスを共有するために共同して作業する場合を指しています。Yellowfinには、コメント、ディスカッション、注釈などの共同作業を支援する機能が用意されています。
詳細については、コラボレーションを参照してください。

Styleclass
ClasstopLink

ページトップ

用語

説明

Anchor
ExportSubCategoryExport
エクスポート

対象をシステム外部に出力する機能です。Glossaryには2つのタイプのエクスポートがあります。

Panel
borderColorwhite
bgColorwhite
  1. データのエクスポート - ユーザーはレポートグラフ、およびダッシュボードを外部Webページに挿入することを指しています。
  2. コンテンツ定義のエクスポート - ユーザーは、バックアップや別のインスタンスへの転送するために、選択したコンテンツの定義が含まれたGlossaryファイルを保存することができます。

詳細については、レポートコンテンツのエクスポートダッシュボードのエクスポートリポジトリのエクスポートとインポートを参照してください。

...

SubCategory
サブカテゴリー

レポート カテゴリー に存在するフォルダーで、レポートを収容します。アクセス権と使用可能な機能を制限するためのセキュリティは、サブカテゴリーのレベルで適用します。
詳細については、コンテンツカテゴリーを参照してください。

Styleclass
ClasstopLink

ページトップ

用語

説明

Anchor
CategorySectionCategory
Section
カテゴリーセクション

コンテンツのグループ分けするために使用するフォルダーです。ビューレポート、およびフィールドはすべてカテゴリーを使用します。レポートはカテゴリー>サブカテゴリーの構造を使用してグループ分けし、セキュリティを割り当てます。
詳細については、コンテンツカテゴリーを参照してください。

...

セクションを使用して、レポートをサブレポートに分割することができます。テーブルまたはグラフもしくは両方が、全体で1つではなく、セクションごとに1つずつになるように分割されます。
詳細については、セクションを参照してください。

Styleclass
ClasstopLink

ページトップ

クライアント組織グラフグリッドバンドグリッド線グループクロス結合クロス集計

用語

説明

Anchor
QuerySourceFilterQuery
SourceFilter
クエリー

Glossary が生成し、databaseに送信するGlossaryリクエストです。reportにどの結果が必要かを定義します。

Anchor
ClientOrgClientOrg

Glossaryには、クライアント組織と呼ばれる機能があり、この機能を使用するとひとつのサーバーインスタンスに複数のYellowfinの仮想インスタンスを配置することができます。この方法で、1つの組織内で分離されたコンテンツを作成し、同じサーバーにログインしている他の組織ユーザーに対して非表示にすることができます。これは、マルチテナントソリューションです。
詳細については、クライアント組織を参照してください。

Anchor
ChartChart

データを視覚的に表現します。Yellowfinでは幅広いグラフタイプを使用できます。
詳細については、レポートビルダー - 「グラフ」ステップを参照してください。

Anchor
GridbandGridband

x軸とy軸のあるグラフにおいて、グラフのデフォルト描画背景全体にわたるグリッド線とともに表示される交互の影です。
詳細については、グリッド線を参照してください。

Anchor
GridlineGridline

x軸とy軸のあるグラフにおいて、グラフのデフォルト描画背景全体に表示される破線です。
詳細については、グリッド線を参照してください。

Anchor
GroupGroup

コンテンツとセキュリティを割り当てるために、Glossary内で作成されたユーザーの一覧。
詳細については、ユーザーグループを参照してください。

Anchor
CrossJoinCrossJoin

これは2つのテーブルを結合する方法で、結合する1番目のテーブルの各行を2番目のテーブルの各行に一致させ、結果として返されるロウ(行)数を増やします。
注意:この結合が適しているのはわずかなケースに限られ、間違って使用するとパフォーマンスに悪影響を及ぼすため、細心の注意を払って使用する必要があります。
Yellowfinのクロス結合の使用方法の詳細については、テーブルの結合 を参照してください。また、結合の一般的な情報については、ブログ:Visual Explanation of SQL Joinsを参考にしてください。

Anchor
CrossTabCrossTab

複数のカテゴリーごとにメトリック(数値)を集計し、ロウ(行)およびカラム(列)をヘッダーとして表示できるレポート出力オプションです。
詳細については、テーブルレイアウトを参照してください。

Styleclass
ClasstopLink

ページトップ

...

用語

...

説明

...

レポートの設計や結果について意見を交わすために、レポートに付け加えることのできるメモです。
詳細については、コメントを参照してください。

...

ユーザーがデータに対する理解と意思決定プロセスを共有するために共同して作業する場合を指しています。Yellowfinには、コメント、ディスカッション、注釈などの共同作業を支援する機能が用意されています。
詳細については、コラボレーションを参照してください。

ソースフィルター

レポートを実行するユーザーに基づいてレポートに適用されるフィルターです。つまり、ユーザーは常に、ソースフィルターを通じてそのユーザーに割り当てられたデータを閲覧します。
詳細については、ソースアクセスフィルターを参照してください。

Styleclass
ClasstopLink

ページトップ

用語

説明

Anchor
Tag
Tag
タグ

検索を容易にするためのコンテンツのインデックス付けに使用されます。

Anchor
Dashboard
Dashboard
ダッシュボード

複数のレポートグラフを1か所に表示するためのスペースで、一度にそのすべてを対象にインタラクティブな機能を使用することができます。
詳細については、ダッシュボードを参照してください。

Styleclass
ClasstopLink

ページトップ

用語

説明

Anchor
Discussion
Discussion
ディスカッション

ユーザーが、必要に応じて複数のコンテンツを参照しながら一般的なトピックや意思決定について話し合うことができる独立したコメントスレッドです。
詳細については、ディスカッションを参照してください。

Anchor
Dimension
Dimension
ディメンション

Glossaryの標準のフィールドは、Glossaryまたはディメンション(次元)のいずれかに分類されます。テキストフィールドはすべてディメンション(次元)として分類されます。ビュービルダーでは、数値フィールドと日付フィールドを、ドリル階層として使用するためにディメンション(次元)として定義したり、使用可能な集約を個数Count Distinctに制限したりすることができます。
ディメンション(次元)フィールドはレポートにおける分析の基盤となるデータを取得します。ディメンション(次元)は一般的に文字データ(社員名、会社名など)、あるいは日付データ(年、四半期など)です。
詳細については、ビュービルダー - フィールドタイプを参照してください。

Anchor
Data Source
Data Source
データソース

Glossaryが結果を取得するデータベースです。管理者が、データにアクセスするためのデータソース接続を作成します。
詳細については、データソースを参照してください。

Anchor
SourceConnection
SourceConnection
データソース接続

管理者によって作成されるコンテンツの一部で、データソースにアクセスする方法を定義します。
詳細については、データソースを参照してください。

Anchor
Database
Database
データベース

レポートが表示するデータが保存されている場所で、Glossaryではデータソースと呼ばれます。
詳細については、http://en.wikipedia.org/wiki/Databaseを参照してください。

...

Styleclass
ClasstopLink

ページトップ

用語

説明

Anchor
Draft
Draft
ドラフト

Glossaryコンテンツは、有効化ドラフト(編集中)の2つの状態のいずれかになります。
コンテンツの一部がユーザーによって作成中または編集中である場合は、レポートはドラフト(編集中)モードになります。つまり、他のユーザーは、コンテンツが有効化され、編集プロセスが完了するまで、そのコンテンツを表示したり使用したりすることはできません。

Anchor
SubCategory
Drill
Drill
SubCategoryドリルサブカテゴリー

レポート カテゴリー に存在するフォルダーで、レポートを収容します。アクセス権と使用可能な機能を制限するためのセキュリティは、サブカテゴリーのレベルで適用します。
詳細については、コンテンツカテゴリーを参照してください。

Styleclass
ClasstopLink

ページトップ

...

用語

...

説明

...

セクションを使用して、レポートをサブレポートに分割することができます。テーブルまたはグラフもしくは両方が、全体で1つではなく、セクションごとに1つずつになるように分割されます。
詳細については、セクションを参照してください。

ドリルとは、ユーザーがレポート内のハイパーリンクをクリックすることで、同じレポートの中でより詳細な情報を表示するか、選択した行に関連する個別の詳細レポートを開くアクションのことを指します。
Glossaryで使用できるドリルの形式には、ドリルダウンドリルエニウェア、および ドリルスルーの3つがあります。
詳細については、ダッシュボードドリル分析を参照してください。

Anchor
DrillAnywhere
DrillAnywhere
ドリルエニウェア

このドリルでは、ドリルプロセス中に、ユーザーによって定義された階層内を上下に移動することができます。
詳細については、ドリルエニウェアレポートを参照してください。

Anchor
DrillThrough
DrillThrough
ドリルスルー

このドリルでは、サマリーレポートの行をクリックして、関連する詳細レポートを開くことができ、その詳細レポートはサマリーレポートの行で一意になるようにフィルターされます。
詳細については、ドリルスルーレポートを参照してください。

Anchor
DrillDown
DrillDown
ドリルダウン

このドリルでは、単一のレポート内で事前定義された階層を上下に移動することができます。
詳細については、ドリルダウンレポートを参照してください。

...

Styleclass
ClasstopLink

ページトップ

用語

説明

Anchor
SourceFilterNavigationSourceFilter
Navigation
ソースフィルターナビゲーション

ユーザーGlossary インターフェース内を移動するために使用します。ユーザーがページ間、システムコンポーネント間を移動するために設計されたさまざまなメニューとボタンがあります。レポートを実行するユーザーに基づいてレポートに適用されるフィルターです。つまり、ユーザーは常に、ソースフィルターを通じてそのユーザーに割り当てられたデータを閲覧します。
詳細については、ソースアクセスフィルターシステムナビゲーションを参照してください。

...

Styleclass
ClasstopLink

ページトップ

DashboardDashboardダッシュボード

用語

説明

Anchor
TagTag
タグ検索を容易にするためのコンテンツのインデックス付けに使用されます。
HardCoded
HardCoded
ハードコード

値があらかじめ入力および設定されている場合を指します。ユーザーが値を変更することはできません。Glossaryでは、レポート作成者がフィルター値または計算フィールドの値をハードコードすることができます。つまり、ユーザーが値の入力を求められることはなく、常にレポート作成者が設定した値になります。
このようなケースの代替策として、ユーザープロンプトフィルターの実装や計算フィールドでのパラメーターを使用する方法があります。
詳細については、フィルターを参照してください。

Anchor

Parameter

Parameter

複数のレポートグラフを1か所に表示するためのスペースで、一度にそのすべてを対象にインタラクティブな機能を使用することができます。
詳細については、ダッシュボードを参照してください。

...

パラメーター

パラメーターはGlossaryのユーザー入力フィールドの一種です。ユーザーが入力した値を計算されるフィールドまたはフィルターに渡すように設計されています。これによって、What If分析 のレポートを作成することができます。
詳細については、 パラメーターを参照してください。

Styleclass
ClasstopLink

ページトップ

ディメンションデータソースデータソース接続データベース

用語

説明

Anchor
DiscussionViewDiscussion
View
ディスカッション

ユーザーが、必要に応じて複数のコンテンツを参照しながら一般的なトピックや意思決定について話し合うことができる独立したコメントスレッドです。
詳細については、ディスカッションを参照してください。

Anchor
DimensionDimension

Glossaryの標準のフィールドは、Glossaryまたはディメンション(次元)のいずれかに分類されます。テキストフィールドはすべてディメンション(次元)として分類されます。ビュービルダーでは、数値フィールドと日付フィールドを、ドリル階層として使用するためにディメンション(次元)として定義したり、使用可能な集約を個数Count Distinctに制限したりすることができます。
ディメンション(次元)フィールドはレポートにおける分析の基盤となるデータを取得します。ディメンション(次元)は一般的に文字データ(社員名、会社名など)、あるいは日付データ(年、四半期など)です。
詳細については、ビュービルダー - フィールドタイプを参照してください。

Anchor
Data SourceData Source

Glossaryが結果を取得するデータベースです。管理者が、データにアクセスするためのデータソース接続を作成します。
詳細については、データソースを参照してください。

Anchor
SourceConnectionSourceConnection

管理者によって作成されるコンテンツの一部で、データソースにアクセスする方法を定義します。
詳細については、データソースを参照してください。

Anchor
DatabaseDatabase

レポートが表示するデータが保存されている場所で、Glossaryではデータソースと呼ばれます。
詳細については、http://en.wikipedia.org/wiki/Databaseを参照してください。

...

ビュー

管理者によって作成されるメタデータ層で、レポート作成者が使用可能なフィールドGlossary クエリーを生成するために必要な結合ロジックを定義します。レポートビルダーデータソース接続との間に存在します。
詳細については、ビューを参照してください。

Styleclass
ClasstopLink

ページトップ

用語

説明

Anchor
Field
Field
フィールド

レポートを作成するために使用されるデータベース内のカラム(列)です。フィールドは、カラム(列)/ロウ(行)、セクション、およびフィルターとして使用することができます。それらは、メトリック(数値)またはディメンション(次元)のいずれかとして定義されます。また、計算式を作成してフィールドとして使用することもできます。これらは計算フィールドと呼ばれます。
詳細については、ビューフィールドを参照してください。

Anchor
Filter
Filter
フィルター

レポートまたはダッシュボードで返される結果を制限するために使用されるフィールドです。 Yellowfinにはいくつかのタイプのフィルターがあります。

Panel
borderColorwhite
bgColorwhite
  1. ユーザープロンプト - 使用する値をユーザーが定義することができます。
  2. ハードコード - レポート作成段階で値が設定され、レポート閲覧者は変更できません。
  3. ソース - 管理者によって作成され、レポート閲覧者のユーザー詳細を使用して、それらに関連する結果を制限します。

詳細については、フィルターを参照してください。

Styleclass
ClasstopLink

ページトップ

ドリル

用語

説明

Anchor
DraftDraft
ドラフト

Glossaryコンテンツは、有効化ドラフト(編集中)の2つの状態のいずれかになります。
コンテンツの一部がユーザーによって作成中または編集中である場合は、レポートはドラフト(編集中)モードになります。つまり、他のユーザーは、コンテンツが有効化され、編集プロセスが完了するまで、そのコンテンツを表示したり使用したりすることはできません。

Anchor
DrillDrill

ドリルとは、ユーザーがレポート内のハイパーリンクをクリックすることで、同じレポートの中でより詳細な情報を表示するか、選択した行に関連する個別の詳細レポートを開くアクションのことを指します。
Glossaryで使用できるドリルの形式には、ドリルダウンドリルエニウェア、および ドリルスルーの3つがあります。
詳細については、ダッシュボードドリル分析を参照してください。

Anchor
DrillAnywhereDrillAnywhere

Portlet
Portlet
ポートレット

ダッシュボード タブ上のレポートが含まれているスペースです。
詳細については、レポートポートレットを参照してください。

Styleclass
ClasstopLink

ページトップ

用語

説明

Anchor
Multi-Tenancy
Multi-Tenancy
マルチテナント

単一のソフトウェアのインスタンス上で複数のクライアントまたはテナントにサービスを提供している場合を指しています。Glossaryのマルチテナント機能は、クライアント組織と呼ばれています。
詳細については、クライアント組織を参照してください。

Anchor
Co-Display
Co-Display
マルチ表示

この機能を使うと、1つのレポートプレビューページで複数のレポートを表示することができます。
詳細については、マルチ表示レポートを参照してください。

Styleclass
ClasstopLink

ページトップ

ドリルエニウェアドリルスルードリルダウンこのドリルでは、単一のレポート内で事前定義された階層を上下に移動することができます。
詳細については、ドリルダウンレポート

用語

説明

Anchor
Multi-Tenancy
Multi-Tenancy
マルチテナント

単一のソフトウェアのインスタンス上で複数のクライアントまたはテナントにサービスを提供している場合を指しています。Glossaryのマルチテナント機能は、クライアント組織と呼ばれています。
詳細については、クライアント組織を参照してください。

Anchor
Co-Display
Co-Display
マルチ表示

この機能を使うと、1つのレポートプレビューページで複数のレポートを表示することができます。
詳細については、マルチ表示レポート

このドリルでは、ドリルプロセス中に、ユーザーによって定義された階層内を上下に移動することができます。
詳細については、ドリルエニウェアレポートを参照してください。

Anchor
DrillThroughDrillThrough

このドリルでは、サマリーレポートの行をクリックして、関連する詳細レポートを開くことができ、その詳細レポートはサマリーレポートの行で一意になるようにフィルターされます。
詳細については、ドリルスルーレポートを参照してください。

Anchor
DrillDownDrillDown

を参照してください。


 

horizontalrule
Styleclass
ClasstopLink

Glossary

 

...