Is there a function that can be used in Reports that will return a User's Alias based on a ranking t
The problem is that for each column, the logic works on a different User's alias. That is fine, it works, but requires re-coding if the Users change.
Is there a function which will return an alias based on a ranking that does not change with User details? Something like: JoinFieldValue('<User>', 1, '<Alias>') , JoinFieldValue('<User>', 2, '<Alias>') , JoinFieldValue('<User>', 3, '<Alias>') ?