LoginSignup
2
0

Tableau CRMのまとめ CRM Analytics

Last updated at Posted at 2022-02-22

まとめページに戻る
まとめN~Z

Analytics Studio

CRM Analytics (旧称 Tableau CRM)

CRMA 出力コネクタ Tableau Online Output Connection (salesforce.com)を使用して、Tableau に「データセットを書き込む」ことができます。

The short answer:

  • Enterprise and Performance editions DO connect.
  • Professional edition CAN connect, but you have to pay extra.
  • Contact Manager and Group editions DO NOT connect

https://community.tableau.com/s/question/0D54T00000C5gb9SAB/salesforce-editions-that-connect-to-tableau

first of all you can just uncheck the "Start Axis at 0" option under the Line Chart dropdown on the right hand side panel. Secondly, it doesn't seem like your data starts/contains any 0. The value of Bruce Kennedy is above 0. Unchecking the above option will start the graph line from the base axis if that's what you want.

Else, if there are no data points with 0 as the Amount value, the line will not start from 0, it would be incorrect representation of data.

まず、右側のパネルにある折れ線グラフのドロップダウンにある「軸を 0 から開始」オプションのチェックを外します。第二に、データが 0 から始まる/0 を含んでいるようには見えません。ブルース ケネディの値は 0 より上です。必要に応じて、上記のオプションのチェックを外すと、グラフの線が基本軸から始まります。

それ以外の場合、量値として 0 を持つデータ ポイントがない場合、線は 0 から始まらず、データの表現が正しくなくなります。

For stacked waterfall, reference lines are not supported (unfortunately).

積み重ねられたウォーターフォールの場合、基準線は (残念ながら) サポートされていません。

I don't have a good solution to this but if you just want to add the reference line info in, you can either do it in the subtitle claiming the amount for your reference line, or you can add it in to tooltip with the reference line

これに対する良い解決策はありませんが、基準線の情報を追加したいだけの場合は、基準線の量を主張する字幕でそれを行うか、基準線の量をツールチップに追加することができます。ライン

image.png

レシピが週に 1 回実行されるベースに基づいて、週に 1 回更新されるデータセットがいくつかあります。
ここで、最終更新日を検証できるものが必要です。これによって、レシピを実行する必要があるかどうかを知ることができます。
現在、レシピはイベントに基づいてスケジュールされています。検証を取得したら、4 つのデータセットすべてをチェックし、イベント ベースに従ってスケジュールを設定するレシピをもう 1 つ作成できます。

In the event based schedule, you can look at using The selected CSVs are updated or dataflows/recipes run option and select one/multiple recipes responsible for creating these four datasets.

イベントベースのスケジュールでは、[選択された CSV が更新されるか、データフロー/レシピの実行]オプションを使用して、これら 4 つのデータセットの作成を担当する 1 つまたは複数のレシピを選択できます。

設定変更

Same error happened to me, what i did is to redo the table widget - make sure you only have two columns - "Opportuntiy" and "Sum of Amount". I had the values table instead of compare table and had that error. Hope this helps.

うまくいかなかったようです。

Today parameters only support string values, which means that passing a date into a parameter is not yet possible. It is definitely something we would like to look into in the future as there are many use cases around it.

現在、パラメータは文字列値のみをサポートしています。つまり、パラメータに日付を渡すことはまだ不可能です。これには多くの使用例があるため、将来的には間違いなく検討していきたいと考えています。

数式

トレイルヘッド

【未解決】
There was an unhandled exception. Please reference ID: XXBRCSHY. Error: Restforce::ErrorCode::FunctionalityNotEnabled. Message: FUNCTIONALITY_NOT_ENABLED: This feature is not currently enabled for this user.

I had this same problem. If you go to Setup>Analytics>Settings you will see a checkbox at the top which says "enable connectors". Once you have done this and saved, you will then be able to finish the aspect of the project that has you schedule the SFDC_Local connector.

Deleting the "Open Pipeline Test" notification worked for me.

We can't find the 'Converted Patient (Embedded)' dashboard on the Opportunity Record Page.

There are 2 different dashboard with the same name "Converted Patient (Embedded)" when you choose the dashboard in the lightning page builder. Try the other one, that works for me.

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

その他

アイデア、できないこと

A query can't be grouped by multiple dimensions that are projected as a single dimension, where the dimensions are concatenated using the '~~~' syntax, like 'StageName~~~Forecast'. StageName~~~Forecast is not used in our widgets, this seems to be an example.

HTMLタグの除去

I've tried the solution that @Otsubo Keiji provided, and it works!

image.png

replace(replace(replace(fieldName, '

', ''),'

',''),'','')

エラー画面

image.png

You can't disconnect the 'Case' object because it's used in the 'salestest_eltDataflow' dataflow

external dataset synced to CRMA

image.png

Name is the part of the job (recipe) displayed in a row. In most cases these are the input and output nodes of a recipe. All transformations are summarised in on row (at least at the moment).

Rows In shows the number of rows digested from an object or dataset. As there might be some rows failing, the Rows Out is the number of rows which have been processed successfully.

I'd expect to see a 1 in Rows In for the external dataset - but more important is that the Rows Out is shown correctly :-)

名前は、行に表示されるジョブ (レシピ) の一部です。ほとんどの場合、これらはレシピの入力ノードと出力ノードです。すべての変換は (少なくとも現時点では) 1 行にまとめられています。

Rows In は、オブジェクトまたはデータセットからダイジェストされた行数を示します。一部の行が失敗する可能性があるため、出力行数は正常に処理された行数になります。

外部データセットの [Rows In] に 1 が表示されると予想しますが、より重要なのは [Rows Out] が正しく表示されることです :-)

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