Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
To bring the string via aggregate functions, That won't work until you can introduce MaxString() or FirstSortedValue()
MaxString(StatusDescription) or
FirstSortedValue(StatusDescription, -Aggr(<Your expression here>, StatusDescription))
To bring the string via aggregate functions, That won't work until you can introduce MaxString() or FirstSortedValue()
MaxString(StatusDescription) or
FirstSortedValue(StatusDescription, -Aggr(<Your expression here>, StatusDescription))