On 2018-04-26 03:50 PM, Mohamed Fekry Negm wrote: > We are trying to view 952 c - Shelving location in harvesting data, but we can't harvest any data from 952 filed, any suggestions What is the result of the MySQL query: SELECT location, COUNT(location) AS location_count FROM items GROUP BY location; Paul