Sorry if this is a bit amateur, but is my approach correct with the following ...
The goal is to generate some statistics namely how many records in the data set have the status '20' and how many have 40.
An onClick event assigned to the above button will execute the below service.
Am I correct in thinking that I will have to make one service for each status query I wish to undertake given that the target input may only be used once?
Best regards
Stephen



