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

Rank() Function Show Different Ranks for the Same Value

公開日: Apr 29, 2025
説明

The RANK() function shows two unique ranks for the same integer number like below:

User-added image

Cause

The values that appear to be the same in ranks are actually rounded to display without decimal numbers. 
(eg. "1500" shown in the view, while "1499.9750" are used in ranking)

User-added image
解決策
The resolution is to make a calculation field to round the numbers to the values that are shown in the view.
RANK(ROUND(AVG([Sales])))
ナレッジ記事番号

001496508

添付ファイル

Rank Issue_v2018.1.twbx

2083 KB

 
読み込み中
Salesforce Help | Article