LeaderboardAdvisor
A single advisor entry in the leaderboard.
This page contains
Fields
| rank: Int! | 1-based rank within the filtered category. |
| displayName: String! | Advisor display name (advisor_name from AUV dataset). |
| revenue: Decimal! | Net YTD MRGMV in USD (SUM of New + Canceled bookings). Do not pre-format. |
| isCurrentUser: Boolean! | True when this entry belongs to the authenticated advisor. |
Parent objects of LeaderboardAdvisor
| AdvisorLeaderboard PREVIEW | Leaderboard payload returned by advisorLeaderboard. |
Queries for LeaderboardAdvisor
| advisorLeaderboard PREVIEW | YTD MRGMV leaderboard for Catalog advisors. Default category is ALL_CATEGORIES (total revenue across all categories). Category filter is optional drill-down only. Ranking is server-side; current user row is identified from the session token. Pagination (first/after) slices the ranked list in Java and never enters Domo SQL. |