A question about Game Piece Inventory Window

Hello,
in my module have a Game Piece Inventory Windows that have in Label For Folders:
$CurrentZone$ = Attack ($sum_CountA$) + ($sum_a_extra$)

If CountA = 10 and a_extra = 5 the window report “Attack (10) + (5)”, the question…
is possible to have a report with the total? A report like “Attack (10) + (5) = 15”.

Thanks :slight_smile:

Have solved the problem in other way using Global Properties :smiley: