Question
How to count values occurrences in value stream?
Hi all,
I want to count values occurrences in value stream and store it in an infotable with two entries (value,count)
Example :
data in value stream = 1,1,2,2,3,3,
infotable count = (1,2) (2,2) (3,2)
How can I do it?
Thanks

