問題タブ [webi]
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.
sap - #Webi-Business Objects での複数値集計エラー
私は以下の形式でレポートを持っています
#Multivalue エラーを解決するために、以下の変数を使用してエラーを解決しようとしましたが、修正されません
business-objects - [DataDirect][ODBC lib] WEBI レポートの更新時のエラー
Web Intelligence リッチ クライアント 4.2 SP3 パッチ 3 を使用しています。レポートを作成して WEBI に保存しました。WEBI でレポートを開いた後、[更新] をクリックすると、次のエラーが表示されます。
The following database error occurred: [DataDirect][ODBC lib] System information file not found. Please check the ODBCINI environment variable.. For information about this error, please refer to SAP Knowledge Base Article 2054721 on the SAP Support Portal. (IES 10901) (Error: INF )
何が問題で、どうすれば修正できますか? どうもありがとう!
business-objects - 2 つの値を照合しますか?
個人データがあります
|| 従業員 ID || || 勤続年数 || 年
と Payment テーブル 勤続年数 || || 年齢 || 有給週
個人データごとに有給週を返したい。これについてどうすればいいですか?
ありがとう
webi - How to Generate a Burndown by Month
I have a dataset of action tracking records with due dates. I've been asked to generate a burndown curve, which I can do pretty simply in Excel, but I'm stumped on how to put this in a WebI report.
I created a variable to convert the due date for the records to yyyy-MM, so I can group them by the month they're due and count them. Then, I was able to add a runningsum of those counts in my crosstab.
The element that I'm missing is being able to refer to the total count of records (the total outside the column grouping of the crosstab) to subtract the running sum from.
Suggestions?