Cloud Kicksは、契約金額フィールドに入力された金額に基づいて、アカウントを小規模、中規模、大規模に分類するレポートを求めています。プラットフォーム管理者は、この要求を満たすためにどの機能を使用すべきでしょうか?
正解:D
In Salesforce reporting, a Bucket Column is the most efficient tool for categorizing records without the need for creating custom fields or complex formula logic. Bucketing allows an administrator to define ranges of values for a field--such as the "Contract Value" currency field--and assign a label to each range, such as "Small," "Medium," or "Large." This is particularly useful for grouping data into segments that do not exist natively in the data model. For example, if a "Small" account is defined as anything under $50,000 and "Large" is over $200,000, the bucket tool allows the admin to visually organize these in the report builder interface. Unlike Grouping Rows, which merely clusters identical values together, a Bucket Column transforms raw data into meaningful categories for visualization. This feature significantly enhances data storytelling by providing a summarized view of account distribution based on specific financial thresholds without impacting the actual Account record or requiring administrative overhead for new fields.