1
0

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-03-24

まとめページに戻る
まとめA~M

ダッシュボードの自動更新がされない

最終更新日が変わらないということで、自動更新ができていないと判断していますか?

ダッシュボードが更新された後、最終更新日が更新されない

できないこと

ダッシュボードの凡例の色と並べ替え順序がすべてのコンポーネントで一貫していない

  • 積み上げ棒グラフの凡例の順序は、lightning はクラシックとは異なり、ソース レポートの凡例と一致しません。これは、ダッシュボード コンポーネントが [レポートのグラフ設定を使用する] に設定されている場合でも発生します。
  • 選択リストの値が英語以外の言語に翻訳されている場合、ダッシュボード グラフの凡例が正しく並べ替えられません。

エラー

image.png

「チームのダッシュボードの表示」権限を削除  をするとまた違うエラーが出るので

「すべてのデータの表示」権限を付与する しかなさそうです。。。

SFのヘルプをみてもデータの表示に関してはあまり記述がないので、付与してしまってもよさそうです。

編集ボタンを表示するには、以下の権限を与える必要がありました。

翻訳の管理
セットアップと構成を表示する
アプリケーションのカスタマイズ

image.png

キャッシュクリア、シークレットウィンドウでは状況変わらずだったのですが、
ログインし直したら出現しました。。

ダッシュボード自動更新の方法

GreaseMonkeyのようなものを使ってカスタムスクリプトを書く人のことを聞いたことがあります。他のプラグインがあると確信しています。

また、SDKとLWCフレームワークの両方にrefreshメソッドが追加されました。したがって、定期的なタイマーでラップされた更新メソッドであるダッシュボードLWCを作成し、そのコンポーネントを自動更新するダッシュボードに追加するだけで済みます。この方法の利点は、選択を行うと粘着性があるため、更新後もダッシュボードを選択した状態に保つことができることです。

TVモニターにダッシュボードを表示する方法-自動更新

■Known Issues
Switching Dashboard Filters Several Times Gets Dashboard Stuck
https://trailblazer.salesforce.com/issues_view?id=a1p4V000002CLL9QAO
※修正時期未定
ダッシュボードの更新前に、Chromeブラウザを最新にする/再起動することで、若干よくなりましたが、やはり数回検索条件を切り替えると、上記が発生します

1回参照を「自分」に変え
ダッシュボードの登録をしたあとに「ダッシュボード閲覧者」に戻したところ
登録済みチェックが消えず、ダッシュボードも更新されていたので
こちらの方法で対応できそうです。

メール送信ではコンポーネントの大きさに制限がある。

image.png

メールではすべて表示されていない。

image.png

ダッシュボードを保存できない

I was able to figure this out, I'm not really sure what I did other than I saved the dashboard again, and it took a minute to save, whereas previously when trying to save it, I didn't allow it to save because I clicked out to refresh too soon. I believe that's where I likely went wrong.

私はこれを理解することができました。ダッシュボードを再度保存した以外に何をしたかよくわかりません。保存するのに 1 分かかりましたが、以前は保存しようとしたときに保存を許可しませんでした。クリックしてリフレッシュするのが早すぎました。それが私が間違っていた可能性が高いところだと思います

その他

どうも、まだアイデアのようです。

Having OR logic as a feature for a filter in the Dashboard
https://ideas.salesforce.com/s/idea/a0B8W00000GdjwOUAR/having-or-logic-as-a-feature-for-a-filter-in-the-dashboard

image.png

Please check this article

Add a Report or Dashboard Folder as a Favorite
https://help.salesforce.com/s/articleView?id=sf.rd_folders_adding_folder_as_favorite.htm&type=5

image.png

You can try retrieving all dashboards in CRM Aanalytics using VSCode and then search for the dashboard's API name.

VSCode を使用して CRM Aanalytics のすべてのダッシュボードを取得してから、ダッシュボードの API 名を検索してみてください。

ダッシュボードのフィルター

国フィールドは、リードレポートと商談レポートの両方で使用できます。

残念ながら、「同等のフィールド」オプションは表示されません。

Extend Dashboard Filter Options to Specify Field & Field Equivalent Filters

Depending on functionality needed, your best options are:

  1. Build a compound list picker, and use it's search to search across all the fields (fields are in the "group by" of the query). Or you can have multiple pickers and one search box per field.

  2. Build your own dashboard LWC search box:
    https://developer.salesforce.com/docs/atlas.en-us.bi_dev_guide_lwc_in_db.meta/bi_dev_guide_lwc_in_db/bi_lwc_in_db_overview.htm

必要な機能に応じて、最適なオプションは次のとおりです。

  1. 複合リスト ピッカーを構築し、その検索を使用してすべてのフィールドを検索します (フィールドはクエリの「グループ化」内にあります)。または、フィールドごとに複数のピッカーと 1 つの検索ボックスを使用することもできます。

  2. 独自のダッシュボード LWC 検索ボックスを構築します。
    https://developer.salesforce.com/docs/atlas.en-us.bi_dev_guide_lwc_in_db.meta/bi_dev_guide_lwc_in_db/bi_lwc_in_db_overview.htm

基になるすべてのレポートに共通のフィールドでない限り、カスタム日付フィールドでフィルターできるはずです。

ダッシュボードの編集画面から、問題のコンポーネントのフィルター アイコンをクリックして、フィルターが参照するフィールドを変更できるはずです。私の経験では、これは非常に扱いにくく、何度も希望どおりに変更しなければならなかったことがあります。

レポートからすべてのドリルダウン フィルターをクリアして保存し、ダッシュボード コンポーネントを適切なフィルターに編集して保存します。必要に応じて繰り返します。

私はそれを考え出した。カスタム日付フィールドを「同等」にするには (作成日などの標準フィールドを使用する場合)、フローを使用して作成日をカスタム日付フィールドにマップします。

ライセンス

Salesforce Platformが必要かと思います。

In Salesforce Lightning mode:

  1. Access the dashboard, then click Edit.
  2. Click the Edit Dashboard Properties icon (gear icon).
  3. Under 'View dashboard as,' select Another person.
  4. Enter the name of a user with a Salesforce Platform license. Click the name when it appears.
  5. Click Save.

以下のライセンスだとアクセスできないと思います。

The 'Insufficient privileges' error appears when Users with the following licenses attempt to access a dashboard:

  • Chatter
  • Force.com Lightning Platform
  • Customer Portal
  • Company Community Portal
  • Partner Portal

https://salesforce.stackexchange.com/questions/147725/insufficient-privileges-for-dashboards

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?