2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

レポートのまとめ

Last updated at Posted at 2022-02-21

まとめページ
まとめN~Z

ここにある.... と思ったけど無いですね。βー版だったからなくなったのかもしれません。

image.png


最終更新日の欄を変更することで表示が出来るようになりました。

カスタムレコードタイプ

Sandboxからデプロイしたカスタム項目は自動でカスタムレコードタイプには追加されないみたい

既知の問題

Looks like this is still an idea:

Add History tables to Custom Report Types
https://ideas.salesforce.com/s/idea/a0B8W00000GdVoOUAV/add-history-tables-to-custom-report-types

Salesforce Spring ’23 Release Notes

Track Field History on Quotes and Quote Line Items
https://help.salesforce.com/s/articleView?id=release-notes.rn_revenue_sm_quote_history.htm&release=242&type=5

少し違うのですが、レポートでのマウスの不具合についての既知の問題がありますね。

Lightning Report- Spring'20- Unable to drag the scrollbar of the sub-menu and sub-menus are not getting closed on moving the mouse away

https://issues.salesforce.com/issue/a028c00000gAwYoAAK/lightning-report-spring20-unable-to-drag-the-scrollbar-of-the-sub-menu-and-sub-menus-are-not-getting-closed-on-moving-the-mouse-away

以下でもレポートの不具合ですが、ブラウザの問題ではないかと言われています。

ブラウザを変えた場合にどうなりますか?
https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000En2ZvSAJ

Edgeの場合ですが、何か拡張機能をインストールしていませんか?もしそうであれば、シークレットモードを試してもらってください。

それで機能する場合は、やはり拡張機能が邪魔していると思います。

活動レコードそのものの所有権に基づいたアクセス権によって可視不可視が決まる
みたいですので、標準ユーザーでの場合、関連先を何かしら設定してあげないとダメ
(又はすべてのレコードのアクセス権を持たせる)みたいでした。

結論としては通常の条件とクロス条件下で、

全く同じ条件を2つ設定することでほしい情報のみが表示されるようになりました。

Salesforce Reports and Dashboards REST APIの中にフォルダーを作成するためのメソッドがあるので、ここでPostすればフォルダーを作成できます。 Apexからでもコールすることはできると思います。

Folder Collections

Enables creation of report and dashboard folders and obtaining the list of folders.
https://developer.salesforce.com/docs/atlas.en-us.api_analytics.meta/api_analytics/analytics_api_folders_create.htm

ちょっと古い投稿ですが、Apexでフォルダーを作る方法はないみたいですね。

https://trailhead.salesforce.com/trailblazer-community/feed/0D54V00007T4N1ESAV

自身のIDにライセンスがついていないことが原因でした。

アプリケーションのインストール時に追加されたカスタム項目であり、ライセンスがないためにレポート時に表示されないとの回答でした。

システム管理者という名称のプロファイルでしたので、全ライセンスが付与されているものと勘違いしていました

Please check this article.

It would be great to have the Due Date activity field actually labeled Due Date instead of Date.
https://ideas.salesforce.com/s/idea/a0B8W00000GdY51UAF/activity-due-date?sfdcIFrameOrigin=null

2019年の既知の問題に同じような現象が報告されていますね。
修正されているのかはよく分からないです。

回避策は以下のようです

Workaround
Use CLI command, mdApi

https://issues.salesforce.com/issue/a028c00000gAx7UAAS/joined-report-does-not-transfer-when-using-change-set

Salesforce Reports and Dashboards API via Apexを使って、集計項目の値を取得する方法が以下で説明されています。このようなApexコードをフローから呼び出せば小計をフローで参照できると思います。

レポートデータの取得
https://developer.salesforce.com/docs/atlas.ja-jp.248.0.apexcode.meta/apexcode/apex_analytics_report_data.htm

機能拡張・改善

複雑な集計

エラー

作ったフォルダーがないらしい。よくわかりませんが、ごみ箱を探してもらったら復活できたようです。

レポート遷移URLに「queryScope=userFolders」パラメーターを加えることでURLも変更されず、データも正しく表示できました。原因は不明です。

数式

検索条件

あなたのレポートは役割によってフィルタリングされているようです。それを削除するだけです:
https://help.salesforce.com/articleView?id=filter_role_hierarchy.htm&type=5

レポートタイプからフィールドを削除する

image.png

Required field: column is missing from the ReportCrossFilter criterion.

image.png

Could you please try adding the Id fields like Chat Transcripts/ Event record id and Agent Work Id in the report outline and try.

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?