I have applied a filter on Date column, the filter fetches few records that satisfies the condition.Later I applied the filter on the same Date column with different date (the latest filter has no records) but it is showing up data with the previous date filter condition .Here I need the data as null(no records should be returned) instead of the previous date filter data.
So,please can anyone help me regarding the above issue.