Consider I have a list called "test" And it has 5 list items (say a, b, c, d, e) Now that I apply filter manually on the list items for a particular field Now the result is 3 list Items.
Now I want to read the fields of these 3 list items through JavaScript & do calculation on it.
I need to access the fields of the currently displayed (after filter is applied manually)
I do not want to filter it in Javascript. But I want to filter some field manually & then I want to read the displayed result. Can anyone help ?