Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello.
Is there a function in Qlikview that gives the minimum number of occurences of a value, kind of the opposite of mode() ?
The term 'max(Count(VALUE))' throws an 'Error in expression'.
regards
Thorsten Edler
Try
FirstSortedValue(VALUE, aggr(count(VALUE),VALUE))
Great !
Thank you very much.
Thorsten