Hi,
I have a model in which after completing processing at a processor there is a 24% chance that the object will come back into the system. I want to find the average value for the number of times an object would be processed.
I created an item label named TimesProcessed at the source and gave it a value 0. On exiting the processor, the value gets incremented by one.
what im struggling with is how to display TimesProcessed average value on a dashboard.
Clinton