Loading

How To Fetch Columns Value With Minimum Grand Total

Data pubblicazione: Apr 30, 2025
Operazione

How to fetch columns value with minimum grand total. Example: Retrieve the lowest category column for different segments

Fasi
1. Create a calculated field Column total in view with the following formula:
 WINDOW_SUM(SUM([Sales]))

2. Create another calculated field Minimum across the column total with the following formula:
WINDOW_MIN([Column total in view])

3. Drag Column total in view to Detail on Marks card and Choose compute using Table Down

4. Drag Minimum across the column total to Detail on Marks card and Choose compute using Table Across

5. Create another calculated field Is grand total min? with the following formula:
[Column total in view]=[Minimum across the column total ]

6. Drag to Filters Shelf and select True
Numero articolo Knowledge

001456847

Allegati

Solution.twbx

1226 KB

 
Caricamento
Salesforce Help | Article