Yellowfin Change Log
Yellowfin BI 9.7.0 - build 20211215
Published: 15 December, 2021
国内公開日: 2021/12/15
本ビルドをご要望の方は、サポート宛にお問合せください。
Resolved Issues(不具合改修):
- Upgrade Log4j from version 2.15.0 to 2.16.0
脆弱性対応のため、Yellowfinに同梱しているLog4j2ライブラリを2.16.0にアップデートしました。
Log4j2の脆弱性の詳細につきましては以下の記事をご確認ください。
参照記事:セキュリティ情報 - Log4j2の重大な脆弱性について
=============================================================
Yellowfin Change Log
Yellowfin BI 9.7.0 - build 20211213
Published: 14 December, 2021
国内公開日: 2021/12/14
本ビルドをご要望の方は、サポート宛にお問合せください。
Resolved Issues(不具合改修):
- Upgrade Log4j2 to 2.15.0
脆弱性対応のため、Yellowfinに同梱しているLog4j2ライブラリを2.15.0にアップデートしました。
Log4j2の脆弱性の詳細につきましては以下の記事をご確認ください。
参照記事:セキュリティ情報 - Log4j2の重大な脆弱性について
=============================================================
Yellowfin Change Log
Yellowfin BI 9.7.0 - build 20211202
Published: 3 December, 2021
国内公開日: 2021/12/3
製品リリースにおけるナンバリングのルールを変更しています。
従来:V8.0.1→V8.0.2→V8.0.3 …
Ver9:V9.1.0→V9.2.0→V9.3.0 …
※必要に応じてパッチリリースされる場合があり、その際のナンバリングは9.x.1→9.x.2…となります。
詳細につきましてはサポート提供規約をご確認ください。
本ビルドをご要望の方は、サポート宛にお問合せください。
Enhancements(機能強化・拡張):
インフラストラクチャー
- Added a toggle to the Admin Console to enable Guided NLQ for each client organization.
クライアント組織ごとにガイド付きNLQを有効にできるよう、システム構成に設定を追加しました。(詳しくはこちら) - Added new silent installer options MySQLDisableSSL, DatabaseConnectionString and AdminDatabaseConnectionString.
サイレントインストーラーのオプションとしてMySQLDisableSSL、DatabaseConnectionString、AdminDatabaseConnectionStringを追加しました。 - Upgraded require.js to version 2.3.6.
require.jsを2.3.6にアップデートしました。 - Upgraded the jsoup library to version 1.14.2.
jsoupライブラリを1.14.2にアップデートしました。 - Upgraded the Apache XML Graphics Commons library to version 2.6.
Apache XML Graphics Commonsライブラリを2.6にアップデートしました。 - Upgraded the Apache Commons Compress library to version 1.21.
Apache Commons Compressライブラリを1.21にアップデートしました。 - Upgraded PDFBox libraries to version 2.0.24.
PDFBoxライブラリを2.0.24にアップデートしました。 - Upgraded the ClassGraph library to version 4.8.116.
ClassGraphライブラリを4.8.116にアップデートしました。 - Upgraded the XStream library to version 1.4.18.
XStreamライブラリを1.4.18にアップデートしました。 - Added a tool to update repository configuration values when Yellowfin is not running.
Yellowfinが動作していないときに、リポジトリデータベース内の設定値を更新するツールを追加しました。 - Added an advanced configuration option to customize the broadcast filename format.
ブロードキャストのファイル名をカスタマイズできるようになりました。(詳しくはこちら) - Improved access permissions checking performance when loading content on the Browse page.
閲覧ページのパフォーマンス改善のため、コンテンツロード時のアクセスレベルのチェック処理を見直しました。 - Improved session security for active users which redirects to the login page after an allotted time, unless user input is detected.
アクティブユーザーのセッションセキュリティを強化しました。これにより、ユーザーからの入力(操作)を検知しない限り、一定時間後にログインページにリダイレクトされるようになります。
ロール&グループ
- Added new Guided NLQ role functions Guided NLQ User and Guided NLQ Manager.
ロール管理の機能に「ガイド付きNLQ管理権」と「ガイド付きNLQ使用権」を追加しました。(詳しくはこちら) - Enabled Guided NLQ functions for roles with access to creating and updating reports, and updating views.
レポートの作成と更新、およびビューの更新にアクセスできるロールに対して、ガイド付きNLQ機能を有効にしました。
データ
- Added ClickHouse DBMS support, including LIMIT support to Clickhouse DB queries, and enabled Clickhouse UUID columns to be identified and used in Yellowfin.
ClickHouseをサポートしました。これにより、クエリにLIMIT句が付与されるようになり、ClickHouse UUIDカラムを認識して使用できるようになります。(詳しくはこちら) - Added LIMIT support to Vertica sources.
Vertica使用時、クエリにLIMIT句が付与されるよう改善しました。 - Added support for RSA and ECDSA algorithms for JWT authentication.
JWT認証のため、RSAとECDSAアルゴリズムをサポートしました。 - Enhanced SSO for JWT and SAML to support dynamic sessions entry options.
JWTおよびSAMLのSSOを強化し、動的なセッション入力オプションをサポートしました。 - Aligned the existing SAML Bridge features with the more recent SAML implementation, including SP-initiated SAML workflow.
SP主導のSAMLワークフローなど、既存のSAMLブリッジ機能を最新のSAML実装に合うよう改良しました。
JS API
- Added the 'Ask a Question' UI of Guided NLQ as an embeddable object via the JS API.
ガイド付きNLQの「質問する」のUIをJS API経由で埋め込み可能なオブジェクトとして追加しました。 - Added functionality to allow namespaces for events on JS API objects.
JS APIオブジェクトのイベントに名前空間(namespaces)が使えるようになりました。 - Added the ability to unbind event listeners via the event name function in the JS API.
JS APIのイベント名関数を介してイベントリスナーのバインドを解除する機能を追加しました。 - Added functionality to LoaderEvents to allow listening for specific elements.
LoaderEventsに機能を追加し、特定の要素をリスニングできるようになりました。 - Added the ability to override child loaders for individual reports, replacing them with a singular loader for the parent element.
個々のレポートの子ローダーをオーバーライドする機能を追加し、それらを親要素のための単一のローダーで置き換える。 - Added loading status indicators for content loading via the JS API.
JS API経由でコンテンツをロードするためのロードステータスインジケータを追加しました。 - Implemented the ability to listen to and prevent drill through report interaction events via the JS API.
JS API経由でドリルスルーレポートインタラクションイベントをリッスンおよび防止する機能を実装しました。 - Added the ability to manually configure the display of a drill through child report toolbar via the JS API.
JS API経由で、ドリルスルーの子レポートのツールバーの表示を手動で設定する機能を追加しました。 - Added the option to display chart animations via the JS API.
JS APIでグラフのアニメーションが利用できるよう改善しました。(詳しくはこちら)
REST API
- Added a new report listing endpoint.
レポートの一覧を取得するエンドポイントを追加しました。 - Added a favorite reports endpoint.
REST API経由でレポートをお気に入り登録できるようエンドポイントを追加しました。
ビュー
- Enhanced view exports to include Guided NLQ configurations, and added a warning when importing Yellowfin 9.7 views into older versions.
ビューエクスポート時にガイド付きNLQの設定もエクスポートされるよう、プロセスを拡張しました。また、9.7以降でエクスポートされたビューを古いバージョンにインポートしようとした際に警告メッセージが表示されるようになりました。 - Added predefined date periods Last Quarter and This Quarter to Date.
定義された日付期間フィルターに「前四半期」と「四半期初から今日(暦上)」を追加しました。 - Overhauled the look and feel of the view builder, and added new options for configuring performance, security, and automation.
ビュービルダーのルック&フィールを一新し、パフォーマンス、セキュリティ、自動分析設定のための新しいオプションを追加しました。 - Improved database validation functionality which reduces overall processing times when cloning views.
パフォーマンス改善のため、ビューを複製する際のデータベース検証プロセスを見直しました。 - Replaced the word “business” with “financial” in predefined filter date period labels, and removed the word "calendar" from other predefined filter date period labels.
定義された日付期間フィルターのラベルで使用されていた"business"を"financial"に変更し、"calendar"を削除しました。
高度な関数
- Added a number of advanced functions including:
以下の高度な関数を新たに追加しました: - SPC - Functions (moving average, UCL, LCL, outliers).
SPC-関数 (移動平均、UCL、LCL、外れ値) - SPC Step Change.
SPC-ステップの変化 - Difference and Growth Truncate.
差異の切り捨てと成長率の切り捨て - Top/Bottom N Percentage of Total.
合計値に対する上位/下位 N 百分率(%) - Top/Bottom N Rank.
上位/下位 N位 - Periodic Average.
期間平均 - Percentage Against Accumulative Column.
累積値に対する百分率(%) - Accumulative Percentage Against Column.
累積値同士の百分率(%) - Days Between Date with Offset.
日付間の日数(オフセット付き)
コンテンツエクスポート
- Added a configuration option to customize default settings for export plugins.
PDFエクスポートのデフォルト値をコンテンツタイプごとに設定できるようになりました。また、設定箇所がシステム構成から管理コンソール上に変更になりました。 - Enabled URL hyperlinks when exporting crosstab reports to XLSX format.
クロス集計表をExcelにエクスポートする際にURLハイパーリンクが保持されるよう改善しました。 - Improved the display of presentations on PDF exports.
プレゼンテーションをPDFにエクスポートした際のレイアウトを一部見直しました。
レポート
- Added the ability to create an Append sub query joined to a report on view fields not used in the report.
追加サブクエリーを、レポートで使用していないビューフィールドで結合できるようになりました。 - Added conditional bar formatting support for cells with negative values.
負の値を持つセルに対する条件付きバーの書式設定に対応しました。 - Enhanced the report pagination links.
レポートページ送りのUIを改良しました。
グラフ
- Added Average, Accumulation and Trend functions to several non-auto area, bar, and column charts.
エリアグラフ、横棒グラフ、縦棒グラフに平均、傾向、累積比率を追加できるようになりました。 - Added the option to rename the total column on a waterfall chart.
滝グラフの合計カラムの名前を変更できるようになりました。(詳しくはこちら) - Enhanced functionality for waterfall charts by adding a Start column to indicate the starting position of the chart.
滝グラフの機能を拡張し、グラフの開始位置を示す「開始」列を指定できるようになりました。(詳しくはこちら) - Added a color field to waterfall charts.
滝グラフに「色」列を指定できるようになりました。(詳しくはこちら) - Updated the default chart colors for new installs.
新規インストール時のグラフのデフォルト色を更新しました。 - Improved the display of line charts by setting a default order for line shapes used to highlight data points in a series.
線グラフで、シリーズのデータポイントをハイライトする際に使用される「形状」の、表示される順番を見直しました。 - Resolved an issue that would prevent a combined series trend line from activating for auto horizontal bar charts with the same category and color dimensions.
おまかせグラフで、横軸と色に同じディメンションを使用した横棒グラフに、平均などの機能が表示されなかった事象を解消しました。 - Streamlined chart variance display options and added Simple Percentage as a new chart variance type.
「差異」を追加する際のポップアップレイアウトを見直しました。また、表示形式に「単純な割合」を追加しました。(詳しくはこちら) - Improved the display of charts with borders on dashboards.
ダッシュボードに配置した際の、グラフの境界線の表示を改善しました。
ブロードキャスト
- Added a new function to allow plugins to filter out email addresses before they are sent by Yellowfin.
プラグインを追加することで、Yellowfinが電子メールを送信する前にメールアドレスをフィルタリングすることができるようになりました。 - Improved functionality which prompts the user to retain or cancel a scheduled task when running the task manually on the same day it is scheduled.
スケジュールされたタスクを同日に手動で実行する際に、予定されていたスケジュールと置き換えて実行するかをユーザーに確認する機能を追加しました。 - Improved report broadcast scheduling to include the status of the report in the event of an error.
スケジュール管理に表示されるブロードキャスト失敗時のメッセージを見直し、レポートのステータスが表示されるよう改良しました。
ユーザーインターフェース
- Added a Guided NLQ entry point to the Create menu in the main toolbar.
作成メニューに「質問する」を追加しました。(詳しくはこちら) - Added the component Guided NLQ to the Licence Management page.
ライセンス管理に表示される「現在のライセンス」プロパティに「ガイド付きNLQアクセス」パラメーターが表示されるよう改善しました。 - Improved Code Mode to take full advantage of the JS API.
JS APIを最大限に活用するためにコードモードを改善しました。 - Added an Open Report button to reports on published Stories which directs the user to the report's output page.
公開されたストーリーからレポートに遷移できるよう、「レポートを開く」ボタンを追加しました。 - Renamed the Add Filters button on the Filters pop-up to Save.
ダッシュボードフィルター追加のポップアップに表示されていたボタンの名称を「保存」に変更しました。(詳しくはこちらとこちら) - Restyled the default Yellowfin login page.
デフォルトのログインページのデザインを変更しました。
地域設定
- Added support for language-specific separators for decimals and thousands when using numeric filters.
言語ごとの小数点と千単位区切文字の設定が、数値フィルターにも適用されるよう改善しました。
Resolved Issues(不具合改修):
インフラストラクチャー
- Added the advanced configuration option SHOWLOWMEMORYEXPORTOPTION, which adds a toggle to the Export Settings dialog box for individual reports to override the global setting for low memory exports.
システム構成と個々のレポートエクスポート設定で「少ないメモリでエクスポート」を無効にすることができるようになりました。(詳しくはこちら) - Resolved a configuration issue with upgrading Java from pre-July 2021 to a post-July 2021 version that would cause the yellowfin.war file to be redeployed, losing custom changes to the web application.
Javaを 2021年7月以前のバージョンから 2021年7月以降のバージョンにアップグレードすると、Yellowfin起動時にyellowfin.war ファイルが再デプロイされ、Web アプリケーションのカスタム変更が失われるという構成上の事象に対応しました。 - Resolved an issue that would cause Yellowfin WAR file redeployment when upgrading from certain versions of Java.
特定のバージョンのJavaからアップグレードした場合に、Yellowfin起動時にYellowfin WARファイルの再デプロイが発生していた事象を解消しました。 - Resolved an issue that would cause GroupCache removal messages to be delivered to cluster nodes with incorrect data.
GroupCacheの削除メッセージが正しくないデータでクラスタノードに配信されていた事象を解消しました。
パフォーマンス
- Improved import page load times for systems with a large number of content folders.
多数のコンテンツフォルダーがある環境で、インポートページのロードに時間がかかっていた事象を解消しました。 - Improved loading times when entering export and import pages.
管理コンソール>エクスポート、およびインポートページのロード時のパフォーマンスを改善しました。 - Improved loading times when expanding the User and Group sections of the Admin Console.
管理コンソールでユーザー、およびグループのセクションを開くときのパフォーマンスを改善しました。 - Improved rendering on the Browse page for users with access to a large number of folders.
多数のコンテンツフォルダーに対してアクセス権を持っているユーザーが閲覧ページを開くときのパフォーマンスを改善しました。
データ
- Enabled the recognition of Snowflake database table timestamp fields with time zones.
Snowflakeのtimestamp_ltz型を認識できるよう改善しました。 - Resolved an issue that would prevent third-party database connectors from loading data.
サードパーティデータベースコネクターがデータをロードできなかった事象を解消しました。 - Resolved an issue that would prevent a replacement database from importing as the correct database type when a license limit had been reached.
データソース数がライセンスの上限に達していたとき、上書きインポートしたデータソースが正しいデータベースタイプになっていなかった事象を解消しました。 - Extended the ReferenceDay table to include dates up to the year 2030.
ReferenceDayテーブルを拡張し、2030年までのデータを追加しました。 - Resolved an issue that would prevent the creation of views based on Intersystem IRIS stored procedures.
Intersystem IRISデータソースで、ストアドプロシージャビューが作成できなかった事象を解消しました。
ロール&グループ
- Resolved an issue that would prevent correct role names from being displayed in group member list.
グループメンバーリストに正しいロール名が表示されていなかった事象を解消しました。 - Resolved an issue that would process groups containing roles incorrectly when using the GroupFlattenTask function.
GroupFlattenTask実行後、誤ったロールがグループに含まれていた事象を解消しました。 - Resolved an issue that would revoke owner access to a private report when read access was given to another user via the share pop-up.
個人レポートに対し「共有」ポップアップからほかのユーザーに閲覧権限を付与した際、そのレポートの所有者のアクセス権が失われる事象を解消しました。 - Resolved an issue that would prevent a user from editing and copying other users' public dashboards.
「ドラフト(編集中)ダッシュボード表示権」がOFFのとき、他のユーザーが作成したダッシュボードを編集/コピーすることができなかった事象を解消しました。 - Resolved an issue with personal dashboard permissions that would log a user out of Yellowfin when exporting certain file types.
「ダッシュボード閲覧・作成権」を持たないユーザーが、特定のファイルタイプにコンテンツをエクスポートできなかった事象を解消しました。
Webサービス
- Resolved an issue in the LOADDASHBOARDTAB and LOADPARENTDASHBOARDTAB web services that would prevent dashboard filters from being returned in a web service report.
Webサービスの「LOADDASHBOARDTAB」または「LOADPARENTDASHBOARDTAB」を使用した際、ダッシュボードフィルターが返ってこなかった事象を解消しました。
JS API
- Resolved an issue that would prevent date sliders from functioning correctly via the JS API.
JS APIで日付スライダーが正しく機能していなかった事象を解消しました。 - Resolved issues that would affect drill through functionality in the JS API.
JS APIでのドリルスルー機能を改良しました。 - Added a report interaction that disables the Open Chart Image tooltip option.
ツールチップの「グラフを画像として開く」オプションを無効にするレポートインタラクションを追加しました。
ビュー
- Resolved an issue that would prevent UUIDs from populating a CSV file when attempting to translate a view.
特定の条件下にて、ビューのコンテンツ翻訳ファイルにUUIDが含まれていなかった事象を解消しました。 - Resolved an issue that would create new field UUIDs for fields within cloned views instead of copying the existing field UUIDs.
ビューを複製したとき、フィールドUUIDが新たに採番されていた事象を解消しました。
コンテンツエクスポート
- Resolved an issue that would cause certain JS charts to duplicate when exporting to PDF.
特定のJavascriptグラフがPDFに重複してエクスポートされていた事象を解消しました。 - Resolved an issue that would prevent Stories with certain embedded videos from being exported to PDF.
特定のビデオを埋め込んだストーリーがPDFにエクスポートできなかった事象を解消しました。 - Resolved an issue that would prevent SVG <image> tags from exporting to PDF.
SVG<image>タグがPDFにエクスポートされていなかった事象を解消しました。
ブロードキャスト
- Resolved an issue that would cause a broadcast to fail when the report included sub queries with filters.
サブクエリーフィルターを含むレポートのブロードキャストが正常に動作していなかった事象を解消しました - Resolved an issue that would prevent report broadcasts and emails from being sent if a report was filtered with the ‘Equal to’ or ‘Different from’ operand.
フィルター演算子が「等しい」または「等しくない」のときにブロードキャストが正常に動作していなかった事象を解消しました。 - Resolved an issue that would display broadcast URLs incorrectly when custom parameters were defined for Co-Display reports.
マルチ表示レポートにカスタムパラメーターを定義していた場合に、ブロードキャストURLが正しく表示されなかった事象を解消しました。
ダッシュボード
- Enhanced the Canvas Properties panel display functionality.
キャンバスプロパティの表示を一部改良しました。 - Resolved an issue that would prevent the FILTER<ID> and FILTER<UUID> parameters from functioning correctly when used with a dashboard.
ダッシュボード表示時、FILTER<ID>とFILTER<UUID>が使用できなかった事象を解消しました。 - Resolved an issue that would prevent view-level filter groups from having their cached values refreshed from the dashboard.
ビューレベルのフィルターグループの値を、ダッシュボード上から更新できなかった事象を解消しました。 - Resolved an issue that would prevent view-level cached filters from refreshing when a report was imported.
レポートインポート後にビューレベルのフィルターグループの値がリフレッシュされなかった事象を解消しました。
レポート
- Resolved an issue that would prevent access filters from functioning correctly if a certain combination of cached filters were applied.
特定の組み合わせでキャッシュフィルターを適用したとき、アクセスフィルターが正しく動作していなかった事象を解消しました。 - Resolved an issue where cached filter values would not display for imported reports.
キャッシュされたフィルタ値がインポートされたレポートに表示されないという問題が解決されました。 - Resolved an issue that would cause an error when attempting to edit a report with a cached filter query.
特定の条件下にて、カスタムクエリーを使用しているレポートが編集できなかった事象を解消しました。 - Added a configuration option for locale-based sorting to improve performance issues for diacritics (such as é and ö).
é and öなどの発音記号の並べかえ処理に伴うパフォーマンスの改善のため、「ロケールに基づいた並べかえ」を設定できるようになりました。 - Resolved an issue for cross tab reports which would prevent subtotals from displaying in the correct layout.
クロス集計表で小計を表示した際にレポートがロードされなかった事象を解消しました。 - Resolved an issue that would prevent advanced functions from being used in drill through links.
「最上位からN位」などの高度な関数をドリルスルーの結合に使用できなかった事象を解消しました。 - Resolved an issue that would return empty data in a report that used a date parameter in a calculated field.
日付型のパラメーターを計算フィールド内で使用した場合に結果が取得できていなかった事象を解消しました。
グラフ
- Improved the Auto-Hide Legend option to automatically hide chart legend items when they exceed a pre-configured amount .
凡例が事前に設定した数以上になったときに自動的に非表示になるよう、「凡例を自動的に非表示にする」機能を改善しました。 - Reinstated numeric axes as the default value for the Default Gridlines option on new installs.
新規インストール時の「グリッド線のデフォルト」が数値軸になるよう改善しました。 - Streamlined the Axis Title Text dropdown menu options.
「軸のタイトル」オプションのドロップダウンメニューを見直しました。 - Resolved an issue that would cause an error on certain selected chart series when linked by a conditional drill through.
条件付きドリルスルーで、特定の選択されたシリーズでエラーが発生していた事象を解消しました。 - Resolved an issue for numeric display charts that would display the default formatting prefix when using a percentage variance.
差異で百分率を算出した際、使用した数値に設定されている接頭辞が数値表示グラフに表示されていた事象を解消しました。 - Resolved an issue that would prevent the correct display of the trend line color for a chart series or color selection.
グラフの色にフィールドが指定されているとき、傾向線の色を変更することができなかった事象を解消しました。 - Resolved an issue that would prevent the mean trend line color from saving.
「平均」の色を変更できなかった事象を解消しました。
ユーザーインターフェース
- Resolved an issue that could cause canvas reports in stories to be cropped.
ストーリーに配置したキャンバスレポートの右端が切り取られていた事象を解消しました。 - Improved thumbnail generation to properly scale for better display on desktop and mobile app.
サムネイル生成の処理を見直し、デスクトップとモバイルアプリで適切なスケールで表示されるよう改善しました。 - Resolved an issue that would cause a date slider display error on a chart after toggling to and from its table, if the table contained pagination buttons.
レポートにページ送りボタンが表示されているとき、ページ切り替え後に日付スライダーが表示されなかった事象を解消しました。 - Resolved an issue that would cause a time slider display error on a published dashboard when using a tabbed Section Style in Section Formatting.
タブ形式のセクションレポートをダッシュボードに配置したとき、日付スライダーが表示されなかった事象を解消しました。 - Resolved an issue that would cause an error after switching to code mode from preview mode, and prevent the use of the Delete Code Mode Content feature.
ダッシュボード作成時、プレビューモードからコードモードに切り替えた際に発生したエラーの影響で、コンテンツの削除が行えなかった事象を解消しました。 - Resolved an issue that would cause the report to re-run on the chart builder page.
グラフビルダーでレポートが再実行される事象を解消しました。 - Resolved an issue that would cause the SSL Required field name in the Create Data Source dialog box to display as 'undefined'.
データソース作成時の「SSL認証」オプション名が「undefined:」と表示されていた事象を解消しました。 - Resolved an issue that would prevent dependent filters from correctly updating their values in the story Filter panel.
ストーリーフィルターパネルで従属依存フィルターの値が正しく取得できていなかった事象を解消しました。 - Resolved an issue that would prevent users from closing the warning pop-up that would appear when deleting a drill through filter.
ドリルスルーで使用しているフィルターを削除しようとしたときに表示されるポップアップを閉じることができなかった事象を解消しました。 - Updated the description text for List Size in Filter Formatting.
フィルターの書式で設定する「一覧のサイズ」の説明文を更新しました。 - Resolved an issue that would prevent report cancellation requests when a user navigated away from the dashboard.
ダッシュボードから別のページに遷移したとき、レポート実行がキャンセルされていなかった事象を解消しました。 - Resolved an issue that would prevent the Refresh tab from being hidden when saving a report, even when the Hide Report Refresh role function had been enabled.
「レポート更新の非表示化」ロールがONの場合でも、レポート保存時に更新タブが非表示にならなかった事象を解消しました。 - Resolved an issue that would prevent the report column drop-down list from appearing after re-rendering.
レポートの再描画後、カラム横の▼メニューが表示されなくなる事象を解消しました。 - Resolved an issue that would prevent the Row Highlight function on dashboard reports from highlighting the entire row.
「ロウ(行)の強調」がダッシュボードで正しく動作していなかった事象を解消しました。 - Streamlined all approval notifications to match those for reports and views.
レポートとビューの承認通知と統一させるため、すべてのコンテンツ承認通知を見直しました。 - Streamlined the positioning of page sliders for dashboard reports.
ダッシュボードに配置したレポートのページスライダーの位置を見直しました。 - Streamlined the report column pop-up options.
JS API経由でレポートを表示したとき、カラム横の▼メニューに「書式」が表示されないよう改善しました。 - Updated the title of the Properties pop-up for associated reports and video widgets (learn more).
関連レポートウィジェットとビデオウィジェットのプロパティポップアップのタイトルを更新しました。 - Updated the Yellowfin Community and Wiki links on the Admin Console, and in the installer and updater.
管理コンソールやインストーラーに表示されているYellowfin CommunityとWikiのURLを更新しました。
モバイル
- Resolved an issue where single sign-on would not function for legacy versions of the Yellowfin app on iOS and Android.
iOSおよびAndroidのレガシーアプリでシングルサインオンが動作しなかった事象を解消しました。