I have two labels type and count
type ( 1 to 5 )
count ( 100 to 200)
I have a batch which groups 3 tokens by type and releases 1 token with Max of all count values
For some reason the Max value does not work
the Sum value in label aggregation works in batch but not the Max value
Am I doing something wrong ?
Please help
See attached model