Loading
Salesforce から送信されるメールは、承認済ドメインからのみとなります続きを読む

How To Label Specific Points Above A Reference Line

公開日: Apr 29, 2025
タスク

How to display label specific points above a reference line.
 

ステップ
To show labels for specific points above the reference line for view like below where the reference line value is 50000:
User-added image

1. Create a calculated field called All points above reference line with the following formula:

     IF SUM([Sales])>50000 then SUM([Sales]) end

2.  Create a calculated field called index with the following formula:

     IF NOT ISNULL( [all points above reference line]) then
     INDEX()
     END


3. Create a calculated field called Rank with the following formula:

     RANK([index], 'asc')

4. To show the first point above reference line, create a calculated field called Final Label with the following calculation:
     If [rank]=1 then ([all points above reference line]) END

5. Drag Final Label to Label on Marks Card 
 
ナレッジ記事番号

001456862

添付ファイル

Example.twbx

1184 KB

 
読み込み中
Salesforce Help | Article