Hi! Please help on this.
I’m adding a sample dataset for my scenario, consider I have 4 clients, and each client has 2 projects and I want to show only top 2 clients based on revenue, rest of the clients should be shown as ‘others’.
Here I need to create cumulative revenue field first and then create a rank field based on cumulative revenue field, then create ifelse based on rank field to only show top 2 client names and put rest in ‘others’ category.
Please help how to achieve this.
Thank you so much…yeah it worked.
But can you help me fix the mismatched aggregation error that I’m getting if trying to do it the other way. I get this error pretty often in other scenarios as well.