問題タブ [iccube]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
mdx - creation of a set on measures raises an error in icCube
In schema Sales, I create a set which gives result if it is defined within the scope of a statement. The following code is in the MDX IDE:
This gives the measures Amount and Count perfectly as result
If I define the same set on the session level, or in the Builder (tab: advanced) it raises an error.
To reproduce, do the following in the MDX iDE:
and then type:
The MDX IDE gives as error:
set( [facts-2] ) : '[Measures].[Amount]' is neither a dimension nor a hierarchy within the cube.
Am I doing something illegal here or is this a bug?
mdx - MDX/OLAP で緩やかに変化するディメンション
日付ごと、ベンダーごと、およびその他のディメンションごとに購入した OLAP キューブがあります。
データのサンプルの下。ベンダーは、一意の ID VendorID によって識別されます。
ベンダー自体には、1 - 良い、2 - 平均、3 - 悪い、4 - 無人という値のスコアがあります。これらのスコアは時間とともに変化します。
ベンダー 807 の例:
クエリを開始すると、特定の日付の GLID、CCID、および CatID の特定のスライサーについて、スコアごとのベンダー数をカウントしたいと考えています。
これをモデル化する最良の方法は何ですか?
各日付のルックアップを使用して基本的なファクト テーブルにスコアを追加できることはわかっていますが、もっと良い方法があると思います。
properties - icCube のピボット テーブル ウィジェット - ホバーすると IDE と同じ情報が表示されます
icCube MDX IDE では、メンバーにカーソルを合わせると、次のようなこのメンバーの情報を取得できます。
- 名前
- 鍵
- ユニークな名前
および - ic3Color などのプロパティ、またはカスタム定義のもの。
ピボット テーブルでは、getMDXUName、getName、getLevelDepth などの関数を使用してメンバー情報を表示できます (こちらを参照)。
メンバーのプロパティを表示することも可能ですか?
これが可能であれば、メンバーの上にホバーを置いて、追加の詳細を表示することができます。
アプリケーション: - 請求書番号にカーソルを合わせると、請求書の日付、説明、ドキュメントへの URL などのプロパティが表示されます - プロジェクトにカーソルを合わせると、管理者、開始日、終了日などのプロパティが表示されます - など
perspective - IcCube - Using Perpectives
I have a schema and a report using this schema. Now I would like to show in this report different parts of my data to different roles (e.g. different partner shops should only see the data concerning them). For that I made one perspective for every partner and gave each of them a different role using only this perspective. The report itself I set up to use the whole cube.
But apparently this is not working, as I thought, since they can all see the whole cube.
Did I miss something? Is it even possible, what I try to achieve?
Thanks in advance for your help!
iccube - icCube メモリ - どれくらい必要ですか?
リレーショナル データベースにデータを保存しており、icCube に必要なメモリ量を知りたいと思っています。データベースでデータが 10Gb を使用しているとします。
icCube に必要なメモリ量を知るにはどうすればよいですか?
pdf - カスタム ウィジェットを使用した icCube レポートからの PDF エクスポート
カスタム ウィジェットの PDF エクスポートは、icCube レポートからは機能しません。サーバー エンジンのバージョンは 5.0.3 で、レポートは 5.0.3 (6:2163) です。
ログ内にエラー メッセージは表示されませんでした。プロセスは [監視] -> [アクティブな要求] タブにスタックしたままです。
含まれるレポートは、icCube デモ販売スキーマに基づいています。
ウィジェットコード:
FishboneChart.js:
FishBonePlugin.js:
フィッシュボーン.css:
レポート コード:
ありがとう、バリント・ルザ
xmla - icCube - XMLA 認証/承認が期待どおりに機能しない
XMLA を介して 1 つのスキーマのみを表示するようにユーザーを制限しようとしています。
そのために私はやった:
フルアクセスチェックなしで別のロールを作成
- フル アクセス チェックなしで別のロールを作成しました
- [アプリケーション] タブで XMLA のみをチェック
- [Schemas] タブで [Authorize Selected] を選択し、スキーマを 1 つだけ選択します。
- 作成したばかりのロールを持つ作成済みユーザー
- 適用された新しいユーザー定義
その手順の後、作成したばかりのユーザーと XMLA 経由で接続すると、すべてのスキーマが表示されます。
私は何を間違っていますか?