Hi All,
My list is as follows :
Application name | Month | Test cases |
A | Jan | 100 |
B | Feb | 200 |
A | Jan | 300 |
I want to find total test cases for Application A in Jan and so on, there are different instances(as in list items) of data and display it in HTML data
and I want to do it using SPServices, I know how to you SPServices to get all list items using SPServices but I really dont know how to get data when I want to apply a condition in CAML query
please guide.