Good evening,
I was wondering if it would be possible to create multiple rows when listening to a single event in a statistics collector. The token we listen to has an array label with some values that I would like to set one by row. Is this possible?
Very precisely I am trying to create a stat collector where each row has a column with a value from a token label of integer type and a second column where the value is each of the items contained in the array label.
E.g.
token.Name = Value1
token.Data = Array[3]: {1, 3, 7}
And the table I would like to obtain should be kind of:
Value1 1
Value1 3
Value1 7
I have read carefully the manual and related post unable to find an answer.
Thanks you very much for your help if you may find a way to solve this