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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

Overview

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

Term

Description

Active

Glossary content can have two possible states: Active and Draft.
If the content is complete and the user has Activated it, the content will be in an Active state, which enables it to be used by other users. This means that the Glossary / Glossary / Glossary / Glossary / Sub Category, etc, can be used as designed.

Administrator

This is a user that manages the system. Generally Administrators create the source connections, views, and report categories and maintain all of the system options including users, security, and licences. Their role permissions are the least restricted, generally granting them access to all functionality available.

Advanced Function

These are predefined calculations that can be applied to fields in a report. They run after the results are returned from the database as they are not part of the Glossary query.
See 高度な関数 for more information

Aggregate

Rather than displaying each unique row (or all rows including repeats if 'Show Duplicate Records' is enabled), Glossary will show one row per unique category (or combinations). You will select from a range of aggregation options to do this. For example, if Sum is selected then Yellowfin will add all the numeric results together (or sum them) for each row. If Average is used, Yellowfin will display the average metric value for each row.
See 集計 for more information.

Alias

This allows a view administrator to provide a table with a new name during the first step of the View Building process. Aliases are often used when multiple copies of a table are used in the one view.
See Aliases for more information.

Analytic Filters

These are User Prompt Glossary that are applied to all reports on a single Glossary Glossary.
See 分析設定 for more information.

Annotation

These are descriptions of an event attached to a date or date range and displayed on a report and/or chart.
See レポートの注釈 for more information

Ascending

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

Average

This aggregation returns the average value of a metric, ignoring NULL values.
See 集計 for more information

B

Term

Description

Broadcast

This is a method of distributing content. Email Broadcasts send emails to specified recipients that include a piece of content, such as a report. This is sent on a scheduled or once-off basis.
See ブロードキャスト for more information

C

Term

Description

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 計算 for more information

Co-Display

This function allows you to display multiple reports on the one Report Preview page.
See マルチ表示レポート for more information

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 コラボレーション for more information.

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 条件付き書式 for more information

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 テーブルの条件 for more information.

Count

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

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 集計 for more information

CRUD

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

CSS

Cascading Style Sheet. This is a type of file used by Glossary 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 カスタムイメージとCSS for more information on customising CSS files for Yellowfin integration purposes, and http://www.w3schools.com/css/ for general CSS information.

CSV

Comma Separated Values. These files store data in plain text form, with each value, or column, separated by a comma character. Glossary allows you to import these files in order to report off their data.
See CSVデータのインポート for more information.

D

Term

Description

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.

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

Term

Description

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

Term

Description

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.

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マップ for more information.

GIS Polygon

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.

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

Term

Description

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.

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.

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

Term

Description

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

Term

Description

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.

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

Term

Description

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

Term

Description

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.

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

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

Term

Description

Max

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

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.

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.

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.

Min

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

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

Term

Description

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

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.

Numeric

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

O

Term

Description

OLAP

Online Analytical Processing.

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

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.

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

Term

Description

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.

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.

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:

  • 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.

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:

  • 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

Term

Description

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 ラスターマップス for more information.

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

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

Report Writer

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

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 ロール for more information.

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

S

Term

Description

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.

Sum

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

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.

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

Term

Description

User

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

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

Term

Description

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

Term

Description

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.

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.

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

Term

Description

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

Term

Description

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

Term

Description

Z Chart

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

用語

説明

インスタンス

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

インターフェース

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

インテグレーション

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

インポート

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

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

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

用語

説明

エクスポート

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

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

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

用語

説明

カテゴリー

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

用語

説明

クエリー

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

クライアント組織

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

グラフ

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

グリッドバンド

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

グリッド線

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

グループ

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

クロス結合

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

クロス集計

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

用語

説明

コメント

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

コラボレーション

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

用語

説明

サブカテゴリー

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

用語

説明

セクション

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

用語

説明

ソースフィルター

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

用語

説明

タグ

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

ダッシュボード

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

用語

説明

ディスカッション

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

ディメンション

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

データソース

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

データソース接続

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

データベース

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

用語

説明

ドラフト

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

ドリル

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

ドリルエニウェア

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

ドリルスルー

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

ドリルダウン

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

用語

説明

ナビゲーション

ユーザーGlossary インターフェース内を移動するために使用します。ユーザーがページ間、システムコンポーネント間を移動するために設計されたさまざまなメニューとボタンがあります。
詳細については、システムナビゲーションを参照してください。

用語

説明

ハードコード

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

パラメーター

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

用語

説明

ビュー

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

用語

説明

フィールド

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

フィルター

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

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

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

用語

説明

ポートレット

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

用語

説明

マルチテナント

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

マルチ表示

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

用語

説明

マルチテナント

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

マルチ表示

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


 

 

 

  • No labels