You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provides categories for each Year/Month combination. Items within the scope provided for the sheet are analyzed to determine the range of dates to provide. Each category label will be the year following by the month. For example the date "1982/06/02" should have a label of "1982/06". The query for each category is built by determining the first and last day of the given month of the given year and then forming that into a date range query over the item-date field. For example "1982 June" should yield a query of item-date:[19820601 TO 19820630].