Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Count and Getting Max

Hi everyone I'm loosing my mind on a simple case, but I can't find why it doesn't work So I have a table like this one:   Project Type User #Count ProjectName Start Finish A Architect...
  • parry2k's avatar
    7 years ago

    Anonymous this should work, basically give max of finish date for the user against all the records of that user

     

    Max=Calculate(MAX([Finish]),ALLEXCEPT(Table, [USER]))