Forum Discussion
MarkShnier__You
Qrew Legend
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
------------------------------
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
------------------------------
DavisWard
3 years agoQrew 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
------------------------------
Thanks!
------------------------------
Davis Ward
------------------------------