Dear Community,
Is there a way to index the attributes.
In my case I sorted 3 servers according to the highest utilisation and now need the related variability.
The following advice from Harry gives the correct server name (e.g. server C) with the highest utilisation.
'sort(|x,y|(x.Utilisation > y.Utilisation), {[A],[B],[C]})(1)'
But how can I get the related value for an attribute [serverC].variability ?
The follfowing input gives an error.
'sort(|x,y|(x.Utilisation > y.Utilisation), {[A].variability,[B].variability,[C].variability})(1)'
Many thanks.
SE