Forum Discussion
bgepps
9 years agoFrequent Visitor
Counting changes between different status'
I have a database which gives me information on jobs going through a system, and the different status' of these jobs. Two of these status' are; 'Awaiting Approval', and 'Amends'. I have the f...
bgepps
9 years agoFrequent Visitor
Hi Anonymous,
Thanks for your insight. I think the easy way to do this is create an average of the 'Amends' status that appears. I can get a count of the amount of times 'Amends' is selected, but can't work out how to calculate an average from that count.
Do you know how to do this?
Thanks,
Ben
Anonymous
9 years agoNot applicable
Hi bgepps.
>> I think the easy way to do this is create an average of the 'Amends' status that appears. I can get a count of the amount of times 'Amends' is selected, but can't work out how to calculate an average from that count.
You can get the count of specific state, then use above count to divide the distinct count of job id.
Regards,
Xiaoxin Sheng