New portion of questions

Hello, have a few questions.

  1. How to choose a few enemies target(with expression or with dropdown menu)? For example, I need choose second three infernals that appeared in fight(in logs they numbered 4, 5 and 6) and see dps to them. I can choose them one by one and sum all numbers but maybe there’s a way to select them all at once?

  2. Is there a way to see which target by players at a time interval without use a replay? For example, the same infernals. Can i choose the random player from dropdown menu and with expressions see who targeted by this player?

With regards

target.instance >= 4 and target.instance <= 6

Example:
https://www.warcraftlogs.com/reports/Zq4tjJ8Tgrf2wQcD#fight=5&type=damage-done&target=100&pins=2%24Off%24%23244F4B%24expression%24target.instance+>%3D+4+and+target.instance+<%3D+6

1 Like

Thanks a lot.
Maybe you can help one more time? Are there examples like you linked for various expression? Or need trying to do it myself to find some interesting expression? Asked this because don’t know all the powers of WCL’s expressions and do not know what I can do and what I can’t.