Hi ,
I need to calculate throughput time for some activities which are stored in variable. Can anyone help on this ASAP
Page 1 / 1
Hi,
I would take the following steps (might not be 100% complete but will most likely set you on the right path):
Hope this helps! Please let us know whether you succeeded, or which concrete questions/issues you encounter.
I would take the following steps (might not be 100% complete but will most likely set you on the right path):
- Create a variable with your activities, as such:
('Activity 1','Activity 2','Activity 3')
- Create a filter on the component you wish to calculate the throughput time in as such:
FILTER table.column IN <%=my_variable=>;
- Create your component as usual to calculate throughput time.
Hope this helps! Please let us know whether you succeeded, or which concrete questions/issues you encounter.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.