Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Good evening experts,
i need some help.
I have the situations below:
In the first one i need to take only the SalesPerson with the major Split value.
In the second one i need to take only the first SalesPerson (in alphabetical order) instead.
Any suggest?
Tanks in advance.
Alessandro Marini
Hi,
on the front-end you can try to use FirstSortedValue() function
like this:
FirstSortedValue(SalesPerson,-sum(Split))
I think you should use what youssefbelloum said above as a calculated dimension.
I have just try to use FirstSortedValue function.
In the first situation it perfectly works but in the second case it turn to me a null value