Yellowfin Change Log
Yellowfin BI 7.4.15 - build 20201009
7.4 Update
Published: 16 October, 2020
本ビルドをご要望の方は、サポート宛にお問合せください。
Enhancements(機能強化・拡張):
JS API
- Refactored the "remove" option in stick.jquery.js by passing in a reference to scrollElement with the scroll event so as to clean up the listener and remove cloned sticky elements at the same time.
リスナーを整理し、複製されたSticky要素を同時に削除するため、スクロールイベントでscrollElementを参照することによりstick.jquery.jsのremoveオプションをリファクタリングするよう見直しました。
バックエンド/管理
- Upgraded:
ライブラリに関して以下の更新を行いました; - Upgraded jQuery library to version 3.5.1
jqueryライブラリを3.5.1にアップデートしました。 - Jakarta-XML web services framework to version 2.3.3
Jakarta-XML web services frameworkを2.3.3にアップデートしました。 - PostgreSQL JDBC driver to 42.2.14
PostgreSQLのJDBCドライバーを42.2.14にアップデートしました。 - Apache Commons FileUpload to version 1.4
Apache Commons FileUploadを1.4にアップデートしました。 - SnakeYAML to version 1.26.
SnakeYAMLを1.26にアップデートしました。 - Enhanced the JSESSIONID cookie to support SameSite, which is slowly being rolled out in many browsers.
SameSite対応のため、JSESSIONID cookieの機能拡張を行いました。(詳しくはこちら) - Removed ColumnarDB as a new datasource type (existing ColumnarDBs aren’t affected).
データベースタイプに表示されるColumnarDBに「非推奨」の注意書きを追加しました。 - Added event auditing for user role updates in the Admin console.
管理コンソールでのロール変更がEventテーブルに出力されるよう改善しました。
ユーザーインターフェース
- Added an option to show or hide the minimum/maximum value in the report filter value list.
キャッシュしたフィルター値の一覧に最小値/最大値を表示する/しないを設定することができるようになりました。 - Added the ability to set a user's regional display preferences for decimal and thousand separators based on the language configured for that user.
優先言語ごとに小数点、および千単位区切り文字が設定できるようになりました。 - FTP broadcast can now optionally add a timestamp to a file name.
FTP配信時のファイル名にタイムスタンプを追加することができるようになりました。 - Hard-coded filters can now be passed through to child reports during drill through.
ハードコーディングされたレポートフィルターをドリルスルーの子レポートに引き継ぐことができるようになりました。 - Converted report date fields from metric to dimension for the import process.
コンテンツインポート時、過去バージョンでメトリックとして定義されていた日付フィールドがディメンションにコンバートされるよう改良しました。 - Updated all date pickers to follow the global 'Week Start Day' setting.
システム構成にある「週開始曜日」が日付フィルター入力時のカレンダー表示にも適用されるよう改善しました。
Resolved Issues(不具合改修):
インポート/エクスポート
- Resolved an issue for manual and API imports of time series reports and charts that would switch time granularity and aggregation to their defaults.
タイムシリーズグラフのインポート時、日付の粒度と集約タイプがデフォルトに戻っていた事象を解消しました。 - Resolved a specific error on the view builder Prepare tab that would block XML imports.
インポートプロセスの妨げになる、ビューレベルのフィルターグループに関する事象を解消しました。 - Updated the process of importing report-based views to always include their parent reports.
ビューとして保存したレポートのインポートプロセスを改善し、親レポートが常に含まれるようになりました。
バックエンド/管理
- Resolved an issue where a field folder not in use could not be deleted if another customer on the same installation had a field folder with the same name and content within.
異なるクライアント間に同一名称のフィールドフォルダ、またはコンテンツフォルダが存在していた場合、そのフォルダが削除できなかった事象を解消しました。
ユーザーインターフェース
- Resolved an issue that would prevent advanced broadcast from using email addresses from an edited report.
高度なブロードキャストで配信者をレポートから取得しているとき、そのレポートを編集するとブロードキャストが中断されていた事象を解消しました。 - Resolved an issue where Approval Required reports would not appear in the active reports.
既存の置き換えでビューをインポートすると、承認待ちだったレポートが実行できなかった事象を解消しました。 - Resolved an issue where the column formatting option, Suppress Duplicates, would not work on column reports based on Freehand SQL queries.
「重複表示の排除」の設定がフリーハンドSQLレポートで動作していなかった事象を解消しました。 - Resolved an issue that impacted the security of views in a report sub-query.
ビューセキュリティがサブクエリーに正しく適用されていなかった事象を解消しました。 - Resolved an issue where the Share Private Report role would disappear after an incremental upgrade.
アップデート環境で、「非公開コンテンツ配信権」が表示されていなかった事象を解消しました。
フィルター
- We addressed lots of small issues around filtering, such as previous values persisting and caching issues. In detail, we resolved issues where:
前回のデフォルト値がクリアされない件やキャッシュに関する事象など、多くのフィルターに関する事象に対応しました。主な事象は以下の通りです: - a timestamp or converted date filter would not work as a parent dependent filter;
Timestamp型や日付型に変換したフィルターが親の場合、従属設定が正しく動作していなかった事象を解消しました。 - adding a new field to a view level filter group that had existing reports would corrupt the reports;
既にレポートで使用しているビューレベルフィルターグループに新しいフィールドを追加すると、レポートに矛盾が発生していた事象を解消しました。 - creating a calculated filter would filter out calculated fields;
計算フィールドを含んだ計算フィルターが作成できなかった事象を解消しました。 - converting predefined dates of parameter filters would throw exceptions;
パラメーターフィルターで定義された日付期間フィルターを使用すると例外エラーが発生していた事象を解消しました。 - the value of dependent filters would update incorrectly.
特定の条件下にて、正しい従属フィルター値が取得できていなかった事象を解消しました。