Create an 'All Players' report in 'My Reports' and add the statistics you want to compare:
Guide: Creating My Reportsand then use this expression to filter the report to specific players:
- Code: Select all
player.player_name = 'your_name' OR player.player_name = 'villain_name'
Leave the single quotes around the player names - those are needed. You can use this expression filter by clicking on the 'Filters' link and selecting 'Add New Expression Filters'. Don't forget to
save the report should you want to use it again in the future.