Description: Filtering in Pivot Table my original table with a correct Date column (code: YYYY-MM-TT) does not recognise the format of the data. Either it shows no data at all or all data of the table. Steps to Reproduce: 1. Choose Filter in the Pivot Table 2. Choose date column 3. Choose date <= (oldest entry) 4. Choose AND 5. Choose date >= (youngest entry) Actual Results: either no result or all results (unfiltered) Expected Results: filtering respecting the date format YYYY-MM-TT Reproducible: Always User Profile Reset: No Additional Info:
please add sample document with PIVOT table and add info from Help->About dialog
A condition that a date is older (<=) than oldest entry, and at the same time, is younger (>=) than youngest entry, is an empty set of dates.
"A condition that a date is older (<=) than oldest entry, and at the same time, is younger (>=) than youngest entry, is an empty set of dates." so, it's the exact opposite than i thought, sorry. >= means "equal or younger" and <= means "equal or older" with this knowledge it works like a charm. thanks for your hint