Hello Everyone,
I have a sales list with salemonthyear and category as columns. I need to calculate count for last 12 month's sales by month name by category. I wrote a CAML query to get the last 1 year data from the list. In Javascript i'm able to calculate the last 12 month names along with year for filter purpose . Since there are lot of calculation involved, I don't want loop the trough all the items in each funtion and filter using If condition.
Is there any way I can filter directly Z:row with monthname and category.
Please help me
I have a sales list with salemonthyear and category as columns. I need to calculate count for last 12 month's sales by month name by category. I wrote a CAML query to get the last 1 year data from the list. In Javascript i'm able to calculate the last 12 month names along with year for filter purpose . Since there are lot of calculation involved, I don't want loop the trough all the items in each funtion and filter using If condition.
Is there any way I can filter directly Z:row with monthname and category.
Please help me