Forum Discussion

Re: Formula Help - Getting a Field Name based on Maximum value

Try this, assuming that you already have a field called [max Value] to calculate the Maximum

List(", ",
Case([Max Value],

[Bird Damage], "Bird Damage",
[Bruise], "Bruise",
etc
[Glass/Metal/Rocks/etc.], "Glass/Metal/Rocks/etc."))


------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------

1 Reply

  • DavisWard's avatar
    DavisWard
    Qrew Trainee
    That did the trick. I had to add a "Max Value" equivalent field. I was just attempting to do it without a middleman field.

    Thanks!

    ------------------------------
    Davis Ward
    ------------------------------